What servlet engine are you using?  You may want to run your engine's
"snoop" servlet to see the order of the classpath.  The Xerces jar contains
org.xml.sax classes which may also be included in other jars higher in the
classpath.  You'll need to be sure the Xerces version of org.xml.sax is
loaded first.

Regards,
Jon

----- Original Message -----
From: "Hewko, Doug" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 10:43 AM
Subject: RE: Problems running Cocoon2


> Thanks.
>
> I added "c:\xerces\xerces-1_4_2\xerces.jar" to the start of my CLASSPATH
> without any luck. There are two JAR files in that directory; xerces and
> xercesSamples. Did I enter the path incorrectly?
>
> -----Original Message-----
> From: Jon Peterson [mailto:[EMAIL PROTECTED]]
> Sent: July 27, 2001 10:36 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problems running Cocoon2
>
>
> The Xerces library is not being loaded correctly.  Please refer to
> http://xml.apache.org/cocoon2/faq.html#faq-9 for further info.
>
> Jon
> ----- Original Message -----
> From: "Hewko, Doug" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, July 27, 2001 10:14 AM
> Subject: Problems running Cocoon2
>
>
> > Help! I am trying to get Cocoon2 to work and am getting the following
> error:
> >
> > ********************************** START OF ERROR MESSAGE
> > ***********************
> > type internal-servlet-error
> >
> > message Internal servlet error
> >
> > description Cocoon was not initialized.
> >
> > sender org.apache.cocoon.servlet.CocoonServlet
> >
> > source Cocoon servlet
> >
> > embedded exception stacktrace
> >
> > org.xml.sax.SAXException: Could not get valid parserNamespace not
> supported
> > by SAXParser
> > at
>
> <snip!!!>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to