You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Harshad Nanal <ha...@mahindrabt.com> on 2001/05/03 12:34:12 UTC

Error with soap2.1 with Tomcat

Hi all
I could configure and run the examples with
soap 2.0 / tomcat 3.2.1/xerces1.2.3

However I tried changing to soap2.1 I get following errors
( I have set the classpath to soap21.jar and soap21 directory. Also I
have changed the server.xml file of tomcat to include
soap21/webapp/soap  path)

When i run the browser admin tool  : 
when i run list.jsp / deply.jsp i get following error in the browser.

<h1>Error: 500</h1>
<h2>Location: /soap/admin/list.jsp</h2><b>Internal Servlet
Error:</b><br><pre>javax.servlet.ServletException:  Cannot create bean
of class org.apache.soap.server.ServiceManager
	at
admin._0002fadmin_0002flist_0002ejsplist_jsp_0._jspService(_0002fadmin_0002flist_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.java:177)
	at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
	etc

AND 

and This error on the tomcat server console

2001-05-03 03:44:42 - Ctx( /soap ): Exception in: R( /soap +
/admin/list.jsp + n
ull) - javax.servlet.ServletException:  Cannot create bean of class
org.apache.s
oap.server.ServiceManager
        at
admin._0002fadmin_0002flist_0002ejsplist_jsp_0._jspService(_0002fadmi
n_0002flist_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(JspSer
vlet.java:177)
        at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
18)
        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:4
04)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372 
etc


What could be the problem? 

How are u all working on soap21.jar?

Harshad