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 "McDade, James (Jim)" <mc...@lucent.com> on 2000/10/06 15:30:35 UTC

Error compiling Deploy

Hello,
I have an error that I could use some help with.  I am running Tomcat 3.1
and trying to use xml-soap.  I have the http://localhost:8080/xml-soap page
up and running, but when I click on deploy, I get the following error:
Error: 500
Location: /xml-soap/deploy.jsp
Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for
JSP/home/mcdade/jakarta-tomcat/work/localhost_8080%2Fxml-soap/_0002fdeploy_0
002ejspdeploy_jsp_0.java:148: No variable NS_URI_BML_ENC defined in class
org.apache.soap.Constants.
                       org.apache.soap.Constants.NS_URI_BML_ENC};
                                                ^
1 error

	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:247)
	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:369)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
	at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
	at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
	at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
	at java.lang.Thread.run(Thread.java:479)

Now, I've looked at the docs for class org.apache.soap.Constants.  There is
no NS_URI_BML_ENC mentioned, so I'm not sure how deep this error goes, since
my deploy.jsp definitely tries to use this.

Thank you for reading this far.  Any help would be appreciated,
Jim