On Tue, 2005-08-09 at 15:22 +0100, Andy Savin wrote: > > > > > > org.apache.avalon.framework.configuration.ConfigurationException: cannot > > > create a quartz scheduler > > > > are you running 1.2 and 1.4 side by side? if yes, then you need to start > > 1.4 first iirc (otherwise there is a hsqldb port conflict) > > Hi, I'm not running 1.2 just trying to get 1.4 to work. Checked the ports > the only extra ports in use after tomcat starts are the tomcat ones > (8080,7001,7000). (I undertand that hsqldb uses port 9002.) >
Try the following: ./build.sh clean (cocoon) rm local.b* (cocoon) cp local.b* (from lenya 1.4 to cocoon) ./build.sh (cocoon) ./build.sh (lenya 1.4) The important thing is that *no* files from lenya 1.2 can be found in your cocoon. You *have to* use cocoon-2.1.x and lenya-1.4.x from svn. HTH > regards, > > Andy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
