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 "Kniffin, Bethany B (CRD)" <kn...@crd.ge.com> on 2001/05/04 14:27:00 UTC

SOAP 2.0 ServerHTTPUtils NoClassDef error when trying to run list admin command

I have not been able to get the configuration of SOAP 2.0, xerces 1.2.3 or xerces 1.3.0 (I've tried
both), and tomcat 3.2.1 working. I get NoClassDefFoundError for ServerHTTPUtils, as shown below, when
I try to run the list command from the soap admin web page.  And, indeed, if I look in soap.jar,
there is no class ServerHTTPUtils.  I would simply upgrade to SOAP 2.1, which I have gotten to work,
but many tools that use SOAP still use SOAP 2.0, so I'd like to get this version to work as well.  I
have seen messages in the archive indicating that others have been able to run SOAP 2.0 with tomcat
3.2.1, and also saw a message back from March that someone else encountered this error, but I could
not find a response to that message as to why this error occurs.  Can someone tell me what is the
problem here, and should I expect to be able to run SOAP 2.0 with tomcat 3.2.1?

I would greatly appreciate it.

Bethany


 javax.servlet.ServletException: org/apache/soap/server/http/ServerHTTPUtils
		at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compiled Code)
		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:797)
		at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
		at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection
(HttpConnectionHandler.java:210)
		at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java, Compiled
Code)
		at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled
Code)
		at java.lang.Thread.run(Thread.java:479)
	Root cause: 
	java.lang.NoClassDefFoundError: org/apache/soap/server/http/ServerHTTPUtils
		at admin._0002fadmin_0002flist_0002ejsplist_jsp_0._jspService
(_0002fadmin_0002flist_0002ejsplist_jsp_0.java, Compiled Code)
		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)
		at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compiled Code)
		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:797)
		at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
		at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection
(HttpConnectionHandler.java:210)
		at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java, Compiled
Code)
		at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled
Code)
		at java.lang.Thread.run(Thread.java:479)

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org