Hi all, I am having some installation problems using the JDK1.4, SOAP2.3 and Tomcat4.1.12LE combination. When trying to list the services at the command line, I receive the following:
%java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/serverlet/rpcrouter list Exception in thread "main" java.lang.InternalError: unexpected exception during linking: java.lang.ClassNotFoundException: com.ibm.xmi.framework.WriterFactory at 0x4026a420: java.lang.Error.Error(java.lang.String) (/usr/lib/libgcj.so.3) at 0x40278f00: java.lang.VirtualMachineError.VirtualMachineError(java.lang.St ring) (/usr/lib/libgcj.so.3) at 0x4026c210: java.lang.InternalError.InternalError(java.lang.String) (/usr/lib/libgcj.so.3) ... (more of the same here) I placed a copy of xerces.jar into <javahome>/lib/endorsed/ to override the JDK1.4's included XML parser (instructions at http://java.sun.com/j2se/1.4/docs/guide/standards/). All files in the CLASSPATH are available and specified, with the xerces.jar file being in the first path. Has anyone else run into this, or a similar problem? Recommendations? Any help is appreciated! Thanks, Jason -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>