Hi.

I have downloaded and installed Tomcat 4.0.1 (the .tar.gz file) and 
checked out the latest Jetspeed from CVS (as well as downloading the 
v1.3-a1 pre-built .war file)

When running Tomcat, the Tomcat examples work fine, but Jetspeed causes 
it to fail with an internal error.


The exception is:
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
        at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:871)
        at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:615)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
                
        [...] 


Root cause:

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
        at 
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:103)
        at org.apache.jasper.parser.ParserUtils.parseXMLDocument(ParserUtils.java:183)
        at 
org.apache.jasper.compiler.TldLocationsCache.processWebDotXml(TldLocationsCache.java:165)
        at org.apache.jasper.compiler.TldLocationsCache.(TldLocationsCache.java:138)
        at org.apache.jasper.EmbededServletOptions.(EmbededServletOptions.java:324)

        [...] 


Any ideas?


Yours,

Haakon Hansen
Norway




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

Reply via email to