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 Thomas Krogh <th...@upright.no> on 2001/11/08 12:39:17 UTC

Problem running Apache Tomcat/4.0.1, Apache SOAP Admin

Hi

Im having a problem with my Apache httpserver 1.3.22/Tomcat 4.0.1/soap 2.2/jdk1.3.1_01 installation. When I run the Apache SOAP Admin and click on "List" or  "Deploy", I get:

Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

type Exception report

message Internal Server Error

description  The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

exeption
org.apache.jasper.JasperException: Unable to compile class for JSP
C:\Program Files\jakarta-tomcat-4.0.1\work\localhost\soap\admin\list$jsp.java:4: Package org.apache.soap.server not found in import.
import  org.apache.soap.server.*;
        ^
1 error

	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:284)
.
.
.

Did I miss something in my classpath or anything?

The CLASSPATH on my win2000 system goes:
C:\Program Files\jakarta-tomcat-4.0.1\common\lib\xerces.jar;C:\Program Files\jakarta-tomcat-4.0.1\common\lib\activation.jar;C:\Program Files\jakarta-tomcat-4.0.1\common\lib\mail.jar;C:\Program Files\jakarta-tomcat-4.0.1\common\lib\servlet.jar;C:\Program Files\jakarta-tomcat-4.0.1\server\lib\catalina.jar;C:\Program Files\jakarta-tomcat-4.0.1\lib\jasper-compiler.jar;C:\Program Files\jakarta-tomcat-4.0.1\lib\jasper-runtime.jar;C:\Program Files\jakarta-tomcat-4.0.1\lib\naming-factory.jar;C:\Program Files\jakarta-tomcat-4.0.1\lib\bootstrap.jar;C:\Program Files\jakarta-tomcat-4.0.1\classes;C:\Program Files\soap-2_2\lib\soap.jar;C:\Program Files\jdk1.3.1_01\lib\tools.jar;C:\My Documents\Projects\soap_test


Tanks for helping me out.
Thomas


Localhost problem

Posted by Thomas Krogh <th...@upright.no>.
Hi

Im running (Apache httpserver 1.3.22/Tomcat 4.0.1/soap 2.2/jdk1.3.1_01) my first webservice, an XMethods sample app. Im receiving a fault from my localhost server as I start the java Client ("Exchange" (Exchange.class) is the service the server should invoke):

C:\soap_test>java Client
invoke service
  URL= http://localhost:8070/soap/servlet/rpcrouter
  URN= urn:soap_test:exchange
Fault= SOAP-ENV:Server.BadTargetObjectURI, Unable to resolve target object: Exchange.


In my CLASSPATH I have the directory of C:\soap_test along with other stuff. I am confused partly because if I add 
<Context path="/soap" docBase="C:/soap-2_2/webapps/soap" reloadable="true"/>
to the server.xml I get a more sensible output, but then the Apache SOAP Admin doesn't work anymore. However, over the web everything works fine connecting to the XMethods server (without adding anything to server.xml). Its only my localhost installation not working.

Could anyone please help me out with this? Thanks in advance.
Thomas







Localhost problem

Posted by Thomas Krogh <th...@upright.no>.
Hi

Im running (Apache httpserver 1.3.22/Tomcat 4.0.1/soap 2.2/jdk1.3.1_01) my first webservice, an XMethods sample app. Im receiving a fault from my localhost server as I start the java Client ("Exchange" (Exchange.class) is the service the server should invoke):

C:\soap_test>java Client
invoke service
  URL= http://localhost:8070/soap/servlet/rpcrouter
  URN= urn:soap_test:exchange
Fault= SOAP-ENV:Server.BadTargetObjectURI, Unable to resolve target object: Exchange.


In my CLASSPATH I have the directory of C:\soap_test along with other stuff. I am confused partly because if I add 
<Context path="/soap" docBase="C:/soap-2_2/webapps/soap" reloadable="true"/>
to the server.xml I get a more sensible output, but then the Apache SOAP Admin doesn't work anymore. However, over the web everything works fine connecting to the XMethods server (without adding anything to server.xml). Its only my localhost installation not working.

Could anyone please help me out with this? Thanks in advance.
Thomas