Howdy,

>Apologies in advance - newbie here.

Don't apologize for that ;)

>Running Tomcat 4.0.6 on 2000 box, using JDK 1.3.1_02, and Apache 1.3.
I'm

Cool.  Suggest you update JDK to 1.4.1 if you can, as 1.3x has numerous
bugs and 1.4.1 is faster.

>(pasted below).  From looking through the threads, I belive I have some
>type of XML parser error - but I'm too new at this to be sure.  Any
ideas

Your hunch is right.

>root cause
>
>java.lang.VerifyError: (class:
org/apache/xerces/jaxp/DocumentBuilderImpl,
>method: parse signature:
(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;)
>Incompatible object argument for function call
>       at
>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Do
cume
>ntBuilderFactoryImpl.java:88)

This indicates a mismatch between the version of JAXP and the version of
Xerces that are on your classpath.  Are you using tomcat 4.0.6-LE or the
full 4.0.6 distribution?  What are the names and versions of all the
jars containing the org.apache.xerces and org.xml.sax/org.w3c.dom
packages throughout your tomcat distribution?  Look in
$CATALINA_HOME/common/lib, your webapps WEB-INF/lib directories, and
$CATALINA_HOME/server/lib.  Also see release notes section on XML
Parsers.

Chances are you will have to remove/replace one or more of the XML
parser-related (either the JAXP API or the xerces implementation) jars
in your webapp directory.

Yoav Shapira
Millennium ChemInformatics



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to