I am getting following exception trace :
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:293)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:190)
I read some forums on this but not getting clarity on the root cause of this exception. Is this due to one of the following reasons?
- Insufficient memory.
- RMI calls getting failed due to increased number of requests to the server causing one of them to wait and causing time outs for this request to process.
- Incompatible jre version or anything related to JRE version.
- Any networking related issue.
- Firewall related.