karanbhalla
05-16-2006, 12:40 AM
Hi,
i am using Tomcat 5.0.28 to deploy my pentaho.war file which i built using ant-1.6.5. I followed the instructions in the latest Advanced install guide-1.1.5. The application is successfully deployed but the database connectivity could not be established.
As specified in the instal guide, i followed the following instructions:
1) The database was running.
2) server.xml was modified and tags were added into the file with the specified code added in between.
3)i deployed the pentaho.war file usind the Tomcat Manager.
When i ran the Getting Started examples to test the successful deployment of BI suite,only the "hello World" example was running successfully.
following error was shown on running "Sample Data" example:
Failed
--------------------------------------------------------------------------------
Error: ConnectFactory.ERROR_0001 - Database connection could not be established to: SampleData (org.pentaho.plugin.sql.SQLLookupRule)
Debug: Starting execute of samples/getting-started/SampleDataQuery.xaction (org.pentaho.core.solution.SolutionEngine)
Debug: Getting runtime context and data (org.pentaho.core.solution.SolutionEngine)
Debug: Loading action sequence definition file (org.pentaho.core.solution.SolutionEngine)
Debug: audit: instanceId=b2afe1d1-e4b7-11da-82a5-e7f4c4ab41cd, objectId=org.pentaho.core.runtime.RuntimeContext, messageType=action_sequence_start (org.pentaho.core.runtime.RuntimeContext)
Debug: validateComponent validating component SQLLookupRule (org.pentaho.core.runtime.RuntimeContext)
Debug: Validating component for action SampleDataQuery.xaction (org.pentaho.plugin.sql.SQLLookupRule)
Debug: Executing action sequence (org.pentaho.core.runtime.RuntimeContext)
Debug: Executing action definition: Iteration 0 (org.pentaho.core.runtime.RuntimeContext)
Debug: audit: instanceId=b2afe1d1-e4b7-11da-82a5-e7f4c4ab41cd, objectId=SQLLookupRule, messageType=component_execution_started (org.pentaho.core.runtime.RuntimeContext)
Debug: execute pre-audit (org.pentaho.core.runtime.RuntimeContext)
Debug: Setting component log level to DEBUG (org.pentaho.core.runtime.RuntimeContext)
Debug: Initializing component (org.pentaho.core.runtime.RuntimeContext)
Debug: executeComponent starting audited execute (org.pentaho.core.runtime.RuntimeContext)
Debug: execute validation=true (org.pentaho.plugin.sql.SQLLookupRule)
Error: ConnectFactory.ERROR_0001 - Database connection could not be established to: SampleData (org.pentaho.plugin.sql.SQLLookupRule)
Error: SQLBaseComponent.ERROR_0007 - Connection to data source is not valid (org.pentaho.plugin.sql.SQLLookupRule)
Debug: executeComponent finished audited execute (org.pentaho.core.runtime.RuntimeContext)
Error: RuntimeContext.ERROR_0012 - ActionDefinition for SQLLookupRule did not execute successfully (org.pentaho.core.runtime.RuntimeContext)
Debug: audit: instanceId=b2afe1d1-e4b7-11da-82a5-e7f4c4ab41cd, objectId=org.pentaho.core.runtime.RuntimeContext, messageType=action_sequence_failed (org.pentaho.core.runtime.RuntimeContext)
Error: SolutionEngine.ERROR_0007 - Action sequence execution failed (org.pentaho.core.solution.SolutionEngine)
The deployment was successfully running on a JBOSS server when i deployed the EAR file there. With the war file same problem was encountered.
please help since i have already spent more than a week troubleshooting this problem and am unable to figure out.
regards,
karan
i am using Tomcat 5.0.28 to deploy my pentaho.war file which i built using ant-1.6.5. I followed the instructions in the latest Advanced install guide-1.1.5. The application is successfully deployed but the database connectivity could not be established.
As specified in the instal guide, i followed the following instructions:
1) The database was running.
2) server.xml was modified and tags were added into the file with the specified code added in between.
3)i deployed the pentaho.war file usind the Tomcat Manager.
When i ran the Getting Started examples to test the successful deployment of BI suite,only the "hello World" example was running successfully.
following error was shown on running "Sample Data" example:
Failed
--------------------------------------------------------------------------------
Error: ConnectFactory.ERROR_0001 - Database connection could not be established to: SampleData (org.pentaho.plugin.sql.SQLLookupRule)
Debug: Starting execute of samples/getting-started/SampleDataQuery.xaction (org.pentaho.core.solution.SolutionEngine)
Debug: Getting runtime context and data (org.pentaho.core.solution.SolutionEngine)
Debug: Loading action sequence definition file (org.pentaho.core.solution.SolutionEngine)
Debug: audit: instanceId=b2afe1d1-e4b7-11da-82a5-e7f4c4ab41cd, objectId=org.pentaho.core.runtime.RuntimeContext, messageType=action_sequence_start (org.pentaho.core.runtime.RuntimeContext)
Debug: validateComponent validating component SQLLookupRule (org.pentaho.core.runtime.RuntimeContext)
Debug: Validating component for action SampleDataQuery.xaction (org.pentaho.plugin.sql.SQLLookupRule)
Debug: Executing action sequence (org.pentaho.core.runtime.RuntimeContext)
Debug: Executing action definition: Iteration 0 (org.pentaho.core.runtime.RuntimeContext)
Debug: audit: instanceId=b2afe1d1-e4b7-11da-82a5-e7f4c4ab41cd, objectId=SQLLookupRule, messageType=component_execution_started (org.pentaho.core.runtime.RuntimeContext)
Debug: execute pre-audit (org.pentaho.core.runtime.RuntimeContext)
Debug: Setting component log level to DEBUG (org.pentaho.core.runtime.RuntimeContext)
Debug: Initializing component (org.pentaho.core.runtime.RuntimeContext)
Debug: executeComponent starting audited execute (org.pentaho.core.runtime.RuntimeContext)
Debug: execute validation=true (org.pentaho.plugin.sql.SQLLookupRule)
Error: ConnectFactory.ERROR_0001 - Database connection could not be established to: SampleData (org.pentaho.plugin.sql.SQLLookupRule)
Error: SQLBaseComponent.ERROR_0007 - Connection to data source is not valid (org.pentaho.plugin.sql.SQLLookupRule)
Debug: executeComponent finished audited execute (org.pentaho.core.runtime.RuntimeContext)
Error: RuntimeContext.ERROR_0012 - ActionDefinition for SQLLookupRule did not execute successfully (org.pentaho.core.runtime.RuntimeContext)
Debug: audit: instanceId=b2afe1d1-e4b7-11da-82a5-e7f4c4ab41cd, objectId=org.pentaho.core.runtime.RuntimeContext, messageType=action_sequence_failed (org.pentaho.core.runtime.RuntimeContext)
Error: SolutionEngine.ERROR_0007 - Action sequence execution failed (org.pentaho.core.solution.SolutionEngine)
The deployment was successfully running on a JBOSS server when i deployed the EAR file there. With the war file same problem was encountered.
please help since i have already spent more than a week troubleshooting this problem and am unable to figure out.
regards,
karan