To be more specific: when I use Tomcat, these lines are logged: 2007-01-16 15:48:42,707 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readLine(InputStream, String) 2007-01-16 15:48:42,707 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readRawLine() 2007-01-16 15:49:04,800 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 200 OK[\r][\n]"
but while using OC4j: 2007-01-16 15:45:54,880 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readLine(InputStream, String) 2007-01-16 15:45:54,880 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readRawLine() 2007-01-16 15:45:54,880 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 503 Service Unavailable[\r][\n]" All lines before are almost the same (except necessary differencies like port ect. ). I am starting to be desperate. See ya. ______________________________________________________________ > Od: [EMAIL PROTECTED] > Komu: "axis-user" <[email protected]> > Datum: 16.01.2007 15:05 > Předmět: axis2 and oc4j > >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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
