Hi, everybody
I am trying to access remotely application but there generates error is :-
WARNING: Unable to connect to URL: http://192.168.100.99:8989/PTax_PG_eBiz-PTax_eBiz_WS-context-root/PropTaxPort due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out: connect
java.rmi.RemoteException: ; nested exception is:
HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out: connect
at ptax_ebiz_ws_client.proxy.runtime.Mcgm_proptax_binding_Stub.initiatePayment(Mcgm_proptax_binding_Stub.java:200)
at com.abm.ptax.ebiz.PropTaxPortClient.initiatePayment(PropTaxPortClient.java:56)
at com.abm.ptax.ebiz.PropTaxPortClient.main(PropTaxPortClient.java:34)
Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out: connect
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:172)
at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:148)
at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
at ptax_ebiz_ws_client.proxy.runtime.Mcgm_proptax_binding_Stub.initiatePayment(Mcgm_proptax_binding_Stub.java:184)
... 2 more
Process exited with exit code 0.
please provide me solution for above error.
Thanks in advance