Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.rmi.RemoteException: HTTP transport error:

843811Jan 11 2006 — edited Jul 12 2006
Health!

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
------------------------------------------------------
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2006
Added on Jan 11 2006
1 comment
1,008 views