You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by JAMES VANETTEN <JV...@ALLMERICA.COM> on 2000/02/03 16:19:53 UTC

Apache, Redhat 6.1, Jserv problems installing

When I try to load the Hello.xml in my browser it puts this into my jserv.log . Can someone help me out ??

[03/02/2000 08:14:22:496 MST] org.apache.cocoon.Cocoon: init
[03/02/2000 08:14:22:985 MST] java.lang.RuntimeException: Error creating parser:  unknown exception: com/ibm/xml/parser/Parent
        at org.apache.cocoon.parser.ParserFactory.create(ParserFactory.java, Compiled Code)
        at org.apache.cocoon.Cocoon.init(Cocoon.java, Compiled Code)
        at org.apache.jserv.JServServletManager.load_init(JServServletManager.java, Compiled Code)
        at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java, Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
        at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
        at java.lang.Thread.run(Thread.java, Compiled Code)

Thanks Jim




Re: Apache, Redhat 6.1, Jserv problems installing

Posted by Mike Engelhart <me...@earthtrip.com>.
JAMES VANETTEN wrote:

> When I try to load the Hello.xml in my browser it puts this into my jserv.log
> . Can someone help me out ??
> 
> [03/02/2000 08:14:22:496 MST] org.apache.cocoon.Cocoon: init
> [03/02/2000 08:14:22:985 MST] java.lang.RuntimeException: Error creating
> parser:  unknown exception: com/ibm/xml/parser/Parent
> at org.apache.cocoon.parser.ParserFactory.create(ParserFactory.java, Compiled
> Code)
> at org.apache.cocoon.Cocoon.init(Cocoon.java, Compiled Code)
> at org.apache.jserv.JServServletManager.load_init(JServServletManager.java,
> Compiled Code)
> at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java,
> Compiled Code)
> at org.apache.jserv.JServConnection.processRequest(JServConnection.java,
> Compiled Code)
> at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
> at java.lang.Thread.run(Thread.java, Compiled Code)
> 
> Thanks Jim


You didn't specify what version of Cocoon you're using but it looks like you
may have the correct XML parser.  Are you using Xerces?  There isn't any
com.ibm.xml.* packages in Xerces.  They are all org.apache.* packages.

Read the installation doc which tells you exactly which jar files you need.
If you don't have "exactly" the ones specified, then Cocoon will not run -
there are a lot of jar files that you need too.

Mike