You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andrew Ferayorni <An...@onsemi.com> on 2002/07/25 18:15:39 UTC

Switch from SUN jre to IBM jre

Hello everyone,

  I am looking at switching from Sun's jre to IBM's jre on my system.  I
originally installed Tomcat 4.0 as a binary distribution on my Linux
system (Suse 7.2).  I installed IBM JAVA2 (1.3.1) implementation on my
system the other day and tried setting $JAVA_HOME to the installation
directory.  However, when I start up Tomcat I get the error shown below.

  Do I need to build Tomcat from the source to make it work with IBM's
jre or am I just missing something.  I tried downloading sun XMLPack and
putting the jar with org.apache.xerces.jaxp.SAXParserFactoryImpl in my
CLASSPATH, but I continue to get the same error.

  Any help would be greatly appreciated!  Thanks!

~Andrew

Exception during startup processing
java.lang.reflect.InvocationTargetException:
javax.xml.parsers.FactoryConfigurat
ionError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found

        at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:
141)
        at
org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:224)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:725)

        at
org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
        at
org.apache.catalina.startup.Catalina.process(Catalina.java:179)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>