Hi,
I use the spring rmi support to call services in a server from servlets in a Tomcat.
Everything works fine with one minor problem. If I restart the server, I always get an exception:
If I call the service again from the web, it works fine again. Can I do anything about this?Code:javax.servlet.ServletException: Could not access remote service rmi://localhost:9000/productInstanceService]; nested exception is java.rmi.MarshalException: error marshalling arguments; nested exception is: java.net.SocketException: Software caused connection abort: socket write error
Regards
Gunnar


Reply With Quote