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
posted
0
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