Thanks Gregor and Ray

Cocoon runs perfectly, and Lenya compiles now. When I start it with ./lenya.sh
(under Linux) I get the following error log. Apparently I should have OpenJMS
installed somewhere. I copied all the Jars from the OpenJMS distribution into
Lenya's WEB-INF/lib. Now I get the output below. How can I configure and start
an JMS server that works with Lenya? Using their startup scripts fails.

Sigh. The good old days of plain XML files also had their advantage!

Best, Martin


=================

14:10:27.871 EVENT  WARN    (2005-09-04) 14:10.27:870   [core.jms] 
(Unknown-URI) Unknown-thread/AbstractMessageListener: Could not obtain JMS 
connection 'local-topics'
Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at Loader.invokeMain(Unknown Source)
        at Loader.run(Unknown Source)
        at Loader.main(Unknown Source)
Caused by: java.lang.NoSuchMethodError: 
org.apache.ojb.odmg.OJB.getInstance()Lorg/apache/ojb/odmg/ImplementationExt;
        at 
org.apache.cocoon.ojb.odmg.components.ODMGImpl.initialize(ODMGImpl.java:53)
        at 
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:283)
        at 
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java:277)
        at 
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(ThreadSafeComponentHandler.java:108)
        at 
org.apache.avalon.excalibur.component.ExcaliburComponentManager.initialize(ExcaliburComponentManager.java:522)
        at 
org.apache.cocoon.components.CocoonComponentManager.initialize(CocoonComponentManager.java:561)
        at 
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:283)
        at org.apache.cocoon.Cocoon.initialize(Cocoon.java:282)
        at 
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:283)
        at 
org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.java:1391)
        at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:481)
        at 
org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:220)        at 
org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHandler.java:445)
        at 
org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(WebApplicationHandler.java:150)
        at 
org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationContext.java:458)
        at org.mortbay.http.HttpServer.start(HttpServer.java:663)
        at org.mortbay.jetty.Server.main(Server.java:429)
        ... 7 more





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to