I seem to be having a hard time finding detailed documentation to get scheduling to work with Pentaho 1.2. I'm following what is on the WIKI, but since that is labelled 'Latest' I'm taking it with a grain of salt.
NOTE: IF THIS IS NOT THE CORRECT THREAD, PLEASE DIRECT ME TO THE CORRECT THREAD RATHER THAN IGNORING.
I'm using the scheduler_test files directly from the pentaho-solutions/test/scheduler/*.* and having difficulties. The Pentaho system itself has been working fine for some time, so it is not the environment/system. Using the default test files, so shouldn't be issues with those. Also created own test file for extra testing, also not working.
Can someone point to some documentation to make sure that everything is installed correctly for Quartz use?
*Jboss 4.0.5
*Pentaho 1.2.0.GA
*PostgreSQL
*hibernate-managed=true
/system/quartz/quartz.properties setup for JDNI use of postgres database, including PostgresqlDelegate. PentahoQuartz-DS.xml setup specifically for only Pentaho use (seperate from Jboss default quartz).
Default quartz.properties file, only changed Delegate and JNDI pointer to PentahoQuartz JNDI name.
Default pentaho.xml, hibernate-managed=true.
Please - not looking for assumptions but proven results.
error
=========
Error: JobSchedulerComponent.ERROR_0001 - Unable to get an instance of the scheduler - java.lang.Exception: QuartzSystemListener.ERROR_0001 - Scheduler was not properly initialized at startup (org.pentaho.plugin.quartz.JobSchedulerComponent)
Debug: audit: instanceId=418d0d36-862f-11dc-bd6f-b3fa962e8a4c, objectId=JobSchedulerComponent, messageType=component_execution_failed (org.pentaho.core.runtime.RuntimeContext)
Error: RuntimeContext.ERROR_0016 - Initialization of component failed (org.pentaho.core.runtime.RuntimeContext)
Error: RuntimeContext.ERROR_0012 - ActionDefinition for JobSchedulerComponent did not execute successfully (org.pentaho.core.runtime.RuntimeContext)
Debug: audit: instanceId=418d0d36-862f-11dc-bd6f-b3fa962e8a4c, 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)
=========
thanks - was hoping this would be trivial, but I have been proven wrong.
Attached example scheduler.xaction and quartz.properties file. I have provided all information I can think of, and just hope this isn't gonna be another '0' reply thread ;-)
-D


Reply With Quote