Hi, I ran into the new problem. I developed client/server web service
application using Tomcat v5.5. Using Tomcat everything works pretty good. But
then I made war from server application and deployed it into OC4J10g. When I
ask for wsdl of my web service (using browser), wsdl file is shown. According
to server. log web service was deployed. But when I ask for web service using
client application, then I get this exception:
org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'; nested exception is:
org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'; nested exception is:
org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'; nested exception is:
org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:670)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:365)
at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:295)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:579)
at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
at
org.apache.axis2.rpc.client.RPCServiceClient.invokeBlocking(RPCServiceClient.java:95)
at
cz.cca.test.ws.client.ClientWithResponse.main(ClientWithResponse.java:179)
Caused by: org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'; nested exception is:
org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:340)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:205)
... 7 more
Caused by: org.apache.axis2.AxisFault: HTTP Transport error : '503' - 'Service
Unavailable'
at
org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:144)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:334)
... 8 more
Exception in thread "main"
It looks like server is not working properly, but why? I used almost the same
settings which I used with tomcat (using the same machine, so I expect no
problems with firewall).
Any clue, anybody? thanks in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]