You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Damiaan Peeters <Da...@crosswinds.net> on 2001/01/14 18:43:01 UTC

problem

If I request the file http://127.0.0.1:8080/Cocoon.xml
while installing Cocoon 1.8 I recieve the error below, what is going wrong?

On my Win2000
I have installed:
  a.. Apache 1.3.14 
  b.. Jakarta - Tomcat (3.1.1 I think)
  c.. SDK 1.3
I believe it is something with my CLASSPATH, but that seems to be correct 
---
M:\XML\jakarta-tomcat\bin>tomcat start
Starting tomcat in new window
Using classpath: ..\classes;..\lib\xerces_1_2.jar;..\lib\xalan_1_2_D02.jar;..\lib\fop_0_13_0.jar;..\lib\servlet_2_2.jar;..\lib\cocoon.jar;..\lib\webserver.jar;.
.\lib\jasper.jar;..\lib\xml.jar;m:\xml\jdk1.3\lib\tools.jar;m:\xml\jdk1.3\src.jar
---
All this files are where they are should be (when I look at the lines above), except for the ../classes dir...
The logs from Tomcat are: 
---
Context log: path="/samples" File not found M:\XML\jakarta-tomcat\webapps\samples\WEB-INF\web.xml, using only defaults
Starting endpoint port="8080" handler="org.apache.tomcat.service.http.HttpConnectionHandler" 
Starting endpoint port="8007" handler="org.apache.tomcat.service.connector.Ajp12ConnectionHandler" 
---

In the faq they talk about: '..."Publishing engine could not be initialized" and a NullPointerException ...' but I have (as you van see) a runtime error...  I can't find anything en mailings-archive..  

What am I doing/is going wrong?

HELP

Grtz
Damiaan


            Cocoon 1.8
           



            Publishing Engine could not be initialized.
java.lang.RuntimeException: Error creating org.apache.cocoon.processor.xsp.XSPProcessor: make sure the needed classes can be found in the classpath (org/apache/turbine/services/resources/TurbineResourceService)
	at org.apache.cocoon.framework.Manager.create(Manager.java:114)
	at org.apache.cocoon.framework.Router.init(Router.java:80)
	at org.apache.cocoon.framework.Manager.create(Manager.java:101)
	at org.apache.cocoon.Engine.(Engine.java:171)
	at org.apache.cocoon.Engine.getInstance(Engine.java:218)
	at org.apache.cocoon.Cocoon.init(Cocoon.java:141)
	at org.apache.tomcat.core.ServletWrapper.initServlet(ServletWrapper.java:315)
	at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:445)
	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:338)
	at java.lang.Thread.run(Unknown Source)

           
            Warning: this page has been dynamically generated.  
     

Copyright (c) 1999-2000 The Apache XML Project.
All rights reserved.