java.rmi.ConnectIOException: error during JRMP connection establishment;
Sureshbabu Chathoth <[email protected]> Thu, 3 May 2007 21:46:33 -0600
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Throwing following expection when doing RMI call. Exception trace is given below. This is happening in solaris platform(2GB RAM and 4GB swap), heap size allocated to JVM 768MB(also tried 1024 MB). Also java version used is jre 1.5_06. Same problem does not occur when I tested same code in Solaris machine with 16GB RAM and 16 GB swap. Can any one of you please help me out for resolving this issue. ======================================== java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketTimeoutException: Read timed out at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source) at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source) at sun.rmi.server.UnicastRef.invoke(Unknown Source) at com.adventnet.nms.topodb.TopoDB_Stub.getObjects(Unknown Source) at com.infinera.nm.ems.server.discovery.EMSDBUtils.retrieveObjectsWithRelationS hips(EMSDBUtils.java:536) =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html