From: "Muthuramu, Suganthi (Cognizant)" <[EMAIL PROTECTED]>
Date: Sat, 27 May 2006 02:24:49 +0530

Hi,

            I am getting the following error, when I try to upgrade the
version to xalan 2.7.0. I am using the xml-apis.jar and xercesImpl.jar
that comes along with the xalan2.7.0. The Java version is 1.4.2_08 and I
am using jdom b7.

The below code works fine with standalone java application, but if this
code is deployed in iplanet webserver, I am getting this error,
java.lang.RuntimeException: Error in building: SAX2 driver class
org.apache.xerces.parsers.SAXParser does not implement XMLReader

Looks like the classloader in iPlanet is still finding an older Xerces version from somewhere. What verson of iPlanet is it (6.1 and 6.0 handle the classpath configuration differently for web apps)?

            Could you please help me to solve this issue? Where else I
need to include the new jars apart from the classpath?

Which classpath? The global environment variable, the server instance's conf/jvm12.conf file (if 6.0), or did you just put it in WEB-INF/lib in the application (which should automatically be included in the classpath in 6.1)?


Andrew.



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

Reply via email to