IntelliJ Java IDE
The moose likes Tomcat and the fly likes tomcat-4.1.24, AIX 4.3.3 and IBM JDK 1.3.0 startup problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "tomcat-4.1.24, AIX 4.3.3 and IBM JDK 1.3.0 startup problem" Watch "tomcat-4.1.24, AIX 4.3.3 and IBM JDK 1.3.0 startup problem" New topic
Author

tomcat-4.1.24, AIX 4.3.3 and IBM JDK 1.3.0 startup problem

Jungil (Michael) Lee
Greenhorn

Joined: Jan 20, 2003
Posts: 1
Hello,
Could anyone help me to figure out what problem I am missing now?
I have installed Tomcat 4.1.24 on AIX 4.3.3 with IBM JDK 1.3.0.
And all bundled xerces jar files are in {base_dir}/common/endorsed direcotory.
I am wondering if IBM JDK 1.3.0 would not support the xerces bundled in Tomcat 4.1.24.
Do I have to use IBM JDK 1.3.1?
The Tomcat 4.1.24 is working with SUN JDK 1.3.1 on the Windows.
Thanks in advance,
Michael
* Exceptions
=================================================
Exception during startup processing
java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: javax.xml.parsers.SAXParser: method getXMLReader()Lorg/xml/sax/XMLRe
ader; not found
at org.apache.commons.digester.Digester.getXMLReader(Digester.java:908)
at org.apache.commons.digester.Digester.parse(Digester.java:1543)
at org.apache.catalina.startup.Catalina.start(Catalina.java:449)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
 
 
subject: tomcat-4.1.24, AIX 4.3.3 and IBM JDK 1.3.0 startup problem
 
Threads others viewed
WAS adminserver doesn't start after upgrading to 4.0.6
JDBCRealm Problem
problem starting tomcat 4.1.24
Help with Configuring Tomcat in Eclipse
How can I run jboss on IBM AIX 4.3.3
IntelliJ Java IDE