java.rmi.RemoteException: HTTP transport error:
843811Jan 11 2006 — edited Jul 12 2006Health!
We have an application that calls a web service using JAX-RPC. We also use a certificate for client-authentication. Furthermore we have another application on the same JVM that also does https connections with JAX-RPC. Depending on which starts first, the application crashes with the following exception or simply connections are sucessfull.
What are we doing wrong?.
Thanks in advance.
------------------------------------------------------
java.rmi.RemoteException: HTTP transport error: java.io.IOException; nested exception is:
HTTP transport error: java.io.IOException
at naf.arquitectura.SMS.sms.servicio.MDirectWS_Stub.sendSmsWithSender(MDirectWS_Stub.java:256)
at naf.arquitectura.SMS.ConectorSMS.envioTempos21(ServicioSMS.java:239)
at naf.arquitectura.SMS.ConectorSMS.run(ServicioSMS.java:197)
Caused by: HTTP transport error: java.io.IOException
at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:101)
at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:69)
at naf.arquitectura.SMS.sms.servicio.MDirectWS_Stub.sendSmsWithSender(MDirectWS_Stub.java:239)
... 2 more
------------------------------------------------------