"cannot create a quartz scheduler" error

2004-09-14 Thread Joel McConaughy
I am trying to update the excalibur-datasource-1.1.1.jar to the latest version 1.2.0 to fix a problem with the database connection pool (cocoon 2.1.5.1, jdk 1.4.2_05, tomcat 5.0.19). When I replace the jar, I get the following error: org.quartz.SchedulerException: Scheduler with name 'Cocoon'

RE: cannot create a quartz scheduler

2004-04-25 Thread Hugo Burm
I encountered the error: "cannot create a quartz scheduler, a scheduler with the name 'cocoon' already exists" This happened because my Hibernate configuration file was not correct/not found (that is the hbm.xml file that defines your mappings between objects and your db). W

Re: cannot create a quartz scheduler

2004-04-24 Thread Alex Romayev
Hibernate sample to > cfoms. When I add the following to cocoon.xconf: > > role="com.displayware.hiblib.PersistentFactory" > class="com.displayware.hiblib.Hibernate"/> > > I get the following error message: > > "cann

cannot create a quartz scheduler

2004-04-24 Thread Joel McConaughy
I'm trying to port my version of Hugo's Woody-Hibernate sample to cfoms. When I add the following to cocoon.xconf: I get the following error message: "cannot create a quartz scheduler" Has anyone encountered this be