On Mon, 3 Dec 2001, Torsten Curdt wrote: > On Mon, 3 Dec 2001, Berin Loritsch wrote: > > > Torsten Curdt wrote: > > > > > I tried now 3 different machines and 3 different servlet engines... > > > ...so I doubt this is just me. > > > > > > Unfortunately I wasn't able to track it down. Berin, maybe you > > > have an idea? Looks like it is realated to the avalon framework > > > jar. > > > > > > Hmm. I updated the jars in HEAD, and asked for people to give feedback > > because when I tested it here, it worked. What exactly is the issue? > > Ok, this is what I get when I deploy a fresh cocoon.war with catalina > when cocoon should come up. > > > I get a ServletException with Root Cause: > > > > javax.xml.parsers.FactoryConfigurationError: > > Provider for javax.xml.parsers.SAXParserFactory cannot be found > > at >javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:141) > > at >org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.<init>(DefaultConfigurationBuilder.java:38) > > at >org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:578) > > at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:162) > > > > In the xml-apis.jar there is both the FactoryConfigurationError and the > > javax.xml.parsers.SAXParserFactory. As well as there is xerces in WEB-INF/lib > > Give me a minute and I'll post the exception from the other machine, > too.... > > It was always something inside the DefaultConfigurationBuilder
Logging Error: Could not set up Cocoon Logger, will use screen instead java.lang.NullPointerException at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1111) at org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.build(DefaultConfigurationBuilder.java:128) at org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.build(DefaultConfigurationBuilder.java:107) at org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:579) at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:162) ... This was from resin 2.04... Any idea? -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]