For reference:
10.5.4 503 Service Unavailable
The server is currently unable to handle the request due to a
temporary overloading or maintenance of the server. The implication is
that this is a temporary condition which will be alleviated after some
delay. If known, the length of the delay MAY be indicated in a Retry-
After header. If no Retry-After is given, the client SHOULD handle the
response as it would for a 500 response.
Note: The existence of the 503 status code does not imply that a
server must use it when becoming overloaded. Some servers may
wish
to simply refuse the connection.
The error:
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (503)Service Unavailable
faultActor:
faultNode:
faultDetail:
{}:return code: 503
{http://xml.apache.org/axis/}HttpErrorCode:503
(503)Service Unavailable
at org.apache.axis.transport.http.HTTPSender.readFromSocket
(HTTPSender.java:744)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:
144)
at org.apache.axis.strategies.InvocationStrategy.visit
(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
com.google.api.adwords.v13.ReportServiceSoapBindingStub.getReportJobStatus_aroundBody8
(ReportServiceSoapBindingStub.java:483)
at
com.google.api.adwords.v13.ReportServiceSoapBindingStub.getReportJobStatus_aroundBody9$advice
(ReportServiceSoapBindingStub.java:142)
at
com.google.api.adwords.v13.ReportServiceSoapBindingStub.getReportJobStatus
(ReportServiceSoapBindingStub.java:1)
Thank you for reporting this issue. There was a small server issue
this morning, but it is resolved now. Let me know if you run into any
further problems.
Best,
- Eric Koleda, AdWords API Team
On Dec 22, 7:15 am, "Pete Lavetsky (AdWords API Guru)"
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection timed out
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.ConnectException:
Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:
195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:520)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect
(SSLSocketImpl.java:545)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>
(SSLSocketImpl.java:348)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket
(SSLSocketFactoryImpl.java:69)
at org.apache.axis.components.net.JSSESocketFactory.create
(JSSESocketFactory.java:92)
at org.apache.axis.transport.http.HTTPSender.getSocket
(HTTPSender.java:191)
at org.apache.axis.transport.http.HTTPSender.writeToSocket
(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:
138)
at org.apache.axis.strategies.InvocationStrategy.visit
(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
com.google.api.adwords.v13.ReportServiceSoapBindingStub.getReportDownloadUrl_aroundBody6
(ReportServiceSoapBindingStub.java:441)
at
com.google.api.adwords.v13.ReportServiceSoapBindingStub.getReportDownloadUrl_aroundBody7$advice
(ReportServiceSoapBindingStub.java:142)
at
com.google.api.adwords.v13.ReportServiceSoapBindingStub.getReportDownloadUrl
(ReportServiceSoapBindingStub.java:1)
On Dec 22, 12:10 pm, AdWords API Advisor