You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Scott Nichol <sn...@scottnichol.com> on 2002/07/02 15:56:28 UTC

Re: Req help

You have somehow mangled the class loading for Tomcat.  Specifically, it is
loading soap.jar before Tomcat's own jars.

Your classes and jars for Apache SOAP and your SOAP services should only be
placed within the context of a web application, e.g.
$CATALINA_HOME/webapps/soap/WEB-INF/lib.  Do not add jars or directories to
the paths in tomcat.bat/tomcat.sh/catalina.bat/catalina.sh.

Scott Nichol

----- Original Message -----
From: "Sridhar" <gs...@apar.com>
To: <so...@xml.apache.org>
Sent: Monday, July 02, 2001 6:20 PM
Subject: Req help


Hi ,

i get the following exception , can anybody help,while trying to view the
List of Apache's Soap admin

org.apache.jasper.JasperException: Unable to compile class for
JSPC:\tomcat\work\localhost_8080%2Fsoap\_0002fadmin_0002flist_0002ejsplist_j
sp_0.java:65: No variable CONFIGFILENAME defined in class
org.apache.soap.Constants.
                  String configFilename =
config.getInitParameter(Constants.CONFIGFILENAME);
                                                                           ^
C:\tomcat\work\localhost_8080%2Fsoap\_0002fadmin_0002flist_0002ejsplist_jsp_
0.java:67: No variable CONFIGFILENAME defined in class
org.apache.soap.Constants.
                    configFilename =
application.getInitParameter(Constants.CONFIGFILENAME);
                                                                           ^
C:\tomcat\work\localhost_8080%2Fsoap\_0002fadmin_0002flist_0002ejsplist_jsp_
0.java:70: Undefined variable, class, or package name: org

org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(app
lication, configFilename);
                    ^
3 errors

at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled Code)
at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
rvlet.java:149)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
va:161)
at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java, Compiled
Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java,
Compiled Code)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java, Compiled Code)
at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java,
Compiled Code)
at java.lang.Thread.run(Thread.java, Compiled Code)

Regards,
Sridhar