You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by David Johnson <dj...@cornell.edu> on 2000/05/14 04:56:01 UTC

"Publishing Engine could not be initialized."


Hi,

In reponse to my earlier message, I had messed up the classpath so that it was not doing ../lib/cocoon.jar but rather /lib/cocoon.jar.  But now I am getting the following error when I go to Cocoon.xml.  When I checked out line 135 I realised that this was probably not something I could handle, and that perhaps I still am having config problems.  Does anyone know how to remedy this?

Thanks,

David

Publishing Engine could not be initialized.
java.lang.NullPointerException
	at org.apache.cocoon.Cocoon.init(Cocoon.java:135)
	at org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java, Compiled Code)
	at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
	at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java, Compiled Code)
	at java.lang.Thread.run(Thread.java:479)