|
1.
Place latest xerces implementation(2.0.1) in commons/lib.
2.
Place jaxrpc.jar in tomcat/lib.
If you
still have problems, browse archives from 03/15.
-parimi
Hello we have already installed the axis server
using tomcat 3.2.1 and all seems to be ok. The server starts and stops
correctly. But when we try to deploy the stock service the way the
step 5 of your installation guide says we get a java exception in the
axis server running in tomcat.
The classpath we have configured in tomcat
is:
E:\tomcat\webapps\axis\WEB-INF\lib\axis.jar;E:\tomcat\webapps\axis\WEB-INF\lib\jaxrpc.jar;E:\tomcat\webapps\axis\WEBINF\lib\commons-logging.jar;E:\tomcat\webapps\axis\WEB-INF\lib\tt-bytecode.jar;E:\tomcat\webapps\axis\WEB-INF\lib\wsdl4j.jar;E:\tomcat\lib\clutil.jar;E:\tomcat\lib\log4j-core.jar;E:\tomcat\webapps\axis\WEB-INF\lib\xerces.jar;E:\tomcat\webapps\axis\WEB-INF\classes
and the exception we get in Tomcat is the
following:
2002-03-22 01:26:34 - Ctx( /axis ): Exception in:
R( /axis + /services + /AdminS ervice) -
java.lang.NoSuchMethodError at
org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown
Sou rce) at
org.apache.axis.SOAPPart.getAsSOAPEnvelope(Unknown
Source) at
org.apache.axis.Message.getSOAPEnvelope(Unknown
Source) at
org.apache.axis.handlers.soap.SOAPService$SOAPRequestHandler.invoke(U nknown
Source) at
org.apache.axis.strategies.InvocationStrategy.visit(Unknown
Source) at
org.apache.axis.SimpleChain.doVisiting(Unknown
Source) at
org.apache.axis.SimpleChain.invoke(Unknown
Source) at
org.apache.axis.server.AxisServer.invoke(Unknown
Source) at
org.apache.axis.transport.http.AxisServlet.doPost(Unknown
Source) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:4 04)
at
org.apache.tomcat.core.Handler.service(Handler.java:286)
at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372 )
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager. java:797)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743 )
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio n(HttpConnectionHandler.java:210)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java: 416)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java :498)
at java.lang.Thread.run(Thread.java:484)
We think is a problem of our classpath
configuration but we aren�t able to find the problem.
Thanks very much in advance.
Cristina Diaz
Michel Carnero
Antonio Meg�a.
|