java.rmi.RemoteException: HTTP transport error:

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

[1165 byte] By [pacoBella] at [2007-10-2 9:28:24]
# 1

I am also facing same type of problems with the same scenario. Here's my logs..

Did you find any clues for this ?

***********************************************************************************************

INFO: >>>>>>>>>>>.exception OCCURED java.rmi.

RemoteException: HTTP

transport error: java.net.SocketException: Unexpected end of file from

server; nested exception is:

HTTP transport error: java.net.SocketException: Unexpected end of file

from server

java.rmi.RemoteException: HTTP transport error:

java.net.SocketException: Unexpected end of file from server; nested

exception is:

HTTP transport error: java.net.SocketException: Unexpected end of file

from server

at

com.sun.cc.platform.user.UserInformationService_PortType_Stub.query(UserInform

ationService_PortType_Stub.java:86)

at

com.sun.cc.platform.user.UserServiceClientImpl.isEndpointCompatible(UserServic

eClientImpl.java:57)

at

com.sun.cc.platform.user.UserServiceClientFactory.getClient(UserServiceClientF

***********************************************************************************************

Thanks in advance

creativethinkera at 2007-7-16 23:35:00 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...