You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Mancinelli Elodie <el...@bull.net> on 2006/06/13 11:38:03 UTC

Internal Error Servlet

Hi all,

Tools use: Axis2 1.0, Sandesha2 1.0 and apache-tomcat-5.5.15
I try to do the sandesha2 user guide. I deploy on tomcat the aar giving 
by the sandesha2 1.0-bin.zip. I recover the client in the user guide. I 
do instructions of sandesha2 user guide.
I only change this in the client code:
private static String toEPR = 
"http://127.0.0.1:8080/axis2/services/RMSampleService";
private static String CLIENT_REPO_PATH = 
"/home/mancinee/workspace/wsrm/client/Client_Repo";
....
I add this property
clientOptions.setProperty(MessageContextConstants.TRANSPORT_URL,"http://localhost:8070/axis2/services/RMSampleService"); 


I use TCPMon to observe SOAP message.
I put 8080 on the Target Port and I listen on the port 8070.

The error appears when I launch my client. I can access tomcat, but it 
returns an error: HTTP/1.1 500 Internal Error Servlet
The server met an internal error which stopped the request. I can't say 
more because I do not have more information.
The http request caugth in tcpmon is:

POST /axis2/services/RMSampleService HTTP/1.1
User-Agent: Axis2
SOAPAction: http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence
Host: 127.0.0.1:8070
Transfer-Encoding: chunked
Content-Type: text/xml; charset=UTF-8

320
<?xml version='1.0' encoding='UTF-8'?>
 <soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:wsa="http://www.w3.org/2005/08/addressing">
    <soapenv:Header>
       
<wsa:To>http://127.0.0.1:8080/axis2/services/RMSampleService</wsa:To>
       <wsa:ReplyTo>
          
<wsa:Address>http://129.183.149.72:6060/axis2/services/__ANONYMOUS_SERVICE__/__OPERATION_OUT_IN__</wsa:Address> 

       </wsa:ReplyTo>
       
<wsa:MessageID>urn:uuid:07B228029E7191235511496802483123</wsa:MessageID>
       
<wsa:Action>http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</wsa:Action> 

    </soapenv:Header>
    <soapenv:Body>
       <wsrm:CreateSequence 
xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm">
          <wsrm:AcksTo>
             
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
          </wsrm:AcksTo>
       </wsrm:CreateSequence>
    </soapenv:Body>
 </soapenv:Envelope>0

I restart the setup of axis2 and download the sandesha2 1.0-bin.zip. But 
no difference.
The tomcat logs give no information.

I don't understand why Tomcat return this error.
Can someone have an idea?

Thanks for you time.

Regards
Elodie