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 Lei Chen <Le...@sfcommerce.com> on 2001/07/18 18:40:32 UTC

Problem running SOAP Admin Tool

Hi,
 
I am trying to set up this web admin tool. However I'm getting internal
server error when click on List, Deploy or Un-deploy. Here is the error log
from my Jrun 2.3.3:
 
Tue Jul 17 16:55:26 EDT 2001: Running servlet
{ (Running servlet) javax.servlet.ServletException:
D:\dev\jrun\jsm-default\services\jse\servlets\jsp\soap\admin\list.java:39:
Exception org.apache.soap.SOAPException must be caught, or it must be
declared in the throws clause of this method.
  String[] serviceNames = serviceManager.list ();
                                              ^
1 error
 
 
            at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java:118)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
            at com.livesoftware.jrun.JRun.runServlet(JRun.java, Compiled
Code)
            at
com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
            at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR
unProxyServiceHandler.java, Compiled Code)
            at
com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.ja
va, Compiled Code)
 }
Can anybody help me with this problem?
 
Thanks,
-Lei