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 Tarun Garg <ta...@induslogic.com> on 2001/06/08 18:17:13 UTC

tomcat3.2.1, soap2.1, wstk2.3

I had Win2k/jdk1.3.0/tomcat3.2.1/soap2.2
running merrily ( at least all the soap samples given were running).
Then I installed IBM wstk2.3 on my machine. Meanwhile I also shifted to jdk
1.3.1
wstk2.3 comes with soap2.1, so I tried to shift to soap2.1.
I mapped the context /soap to soap2.1/webapps/soap ( there was no soap.war
with 2.1).
( actually I copied this folder in my tomcat webapps folder, removing the
previous (2.2) soap folder and its .war file. I also removed the work
folder).
I did'nt update any paths this time, because wstk2.3 comes with a soap.jar
 and also mail, activation and xerces).
These two URLs showed the expected result.

http://localhost:8080/soap/servlet/messagerouter
http://localhost:8080/soap/servlet/rpcrouter

The soap admin URL though started giving this error message:



Service Listing
Sorry, there are no services currently deployed.
Error: 500
Location: /soap/admin/list.jsp
Internal Servlet Error:

javax.servlet.ServletException
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:639)
 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)

Root cause:
java.lang.NoSuchMethodError
 at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:209)
 at
admin._0002fadmin_0002flist_0002ejsplist_jsp_0._jspService(_0002fadmin_0002f
list_0002ejsplist_jsp_0.java:120)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:639)
 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:639)
 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)


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