XML parser error on web server start-up

Hi,

My web app is running on iPlanet 6.0 with JDK1.3.1. I'm planning to upgrade the JDK version to 1.4.2. But by doing so, I'm getting a FactoryConfigurationError. I'm using the old xerces.jar file and its on the classpath.

Here is the error message:

Internal error: Unexpected error condition thrown (javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found,Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found), stack: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found

at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:93)

at com.iplanet.server.http.util.XmlConfig.parseConfig(XmlConfig.java:75)

at com.iplanet.server.http.servlet.VirtualServer.<init>(VirtualServer.java:7 6)

at com.iplanet.server.http.servlet.VirtualServer.createVirtualServer(VirtualServer .java:165)

at com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:721 )

Please help me on this.

Regards

SS

[1115 byte] By [srins_2000a] at [2007-11-27 9:24:52]
# 1
As 6.0 is EOLed, please upgrade your server to WS6.1SP7 or WS7.0U1. If you still see this type of problem, you can post the info here again.
wyb2005a at 2007-7-12 22:21:05 > top of Java-index,Web & Directory Servers,Web Servers...