javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via oracle.com by Unknown author, 2 years ago
via Oracle Community by korandla, 1 year ago
via Oracle Community by Loreto, 1 year ago
via Oracle Community by 856967, 9 months ago
via Oracle Community by Jeisson109, 1 year ago
via Oracle Community by 904849, 1 year ago
javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused
at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:867)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106)
at oracle.j2ee.ws.client.jaxws.WsClientProxyInvocationHandler.invoke(WsClientProxyInvocationHandler.java:254)
at $Proxy199.synchInvoke(Unknown Source)
at com.sigmadynamics.cluster.rpc.RpcServiceClient.synchInvoke(RpcServiceClient.java:168)
at com.sigmadynamics.cluster.rpc.WSRpcSender.syncInvoke(WSRpcSender.java:152)
at com.sigmadynamics.server.RTDRpcRemote.getPropertyOn(RTDRpcRemote.java:211)
at com.sigmadynamics.cluster.rpc.WSRpcReceiver$RpcReadyPoller.run(WSRpcReceiver.java:214)
at com.sigmadynamics.server.kernel.RTDServerTimerAndJobRunner$JobCatcher.run(RTDServerTimerAndJobRunner.java:180)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
at com.sigmadynamics.server.kernel.RTDServerTimerAndJobRunner$1$1.run(RTDServerTimerAndJobRunner.java:130)