Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 53791 invoked by uid 500); 3 Dec 2001 14:20:32 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 53778 invoked from network); 3 Dec 2001 14:20:31 -0000 Date: Mon, 3 Dec 2001 15:23:17 +0100 (CET) From: Torsten Curdt X-X-Sender: To: Subject: Re: HEAD is broken (was: RE: strange problem with HEAD) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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.(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: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org