You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Flemming Schmidt Boller <fs...@cogb.dk> on 2001/02/16 13:42:23 UTC

RE: Problems moving to SOAP 2.1

had the same problem...  i forgot to update the soap.jar or was it the
webapps-dir...

anyway they should both be from the same version..


flemming

-----Original Message-----
From: Alexander Karpov [mailto:akarpov@aha.ru]
Sent: 17. februar 2001 01:35
To: soap-user@xml.apache.org
Subject: Problems moving to SOAP 2.1



Hi,

We tried to change working Tomcat 3.2.1 /Xerces 1.3.0/Soap 2.0 into Soap 2.1
just replacing SOAP directory and changing Tomcat starting script ...

After that we have troubles calling functions of Admin page:

Location: /soap/admin/list.jsp
Internal Servlet Error:

javax.servlet.ServletException:  Cannot create bean of class
org.apache.soap.server.ServiceManager
	at
admin._0002fadmin_0002flist_0002ejsplist_jsp_0._jspService(_0002fadmin_0002f
list_0002ejsplist_jsp_0.java:75)
	at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:177)
	at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
	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:79
7)
	at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
	at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.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)

What should we do to correct the problem?

Alexander Karpov