0 Replies Latest reply on Dec 29, 2006 7:34 AM by viniciuscarvalho

    JRMP Connection problems

    viniciuscarvalho

      Hello there! Our application start throwing this error few days ago:
      Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
      java.net.SocketTimeoutException: Read timed out]

      The application has many flaws and I'm wondering if that could be the cause. One of the things we have is a lot of connection resets inside the web tier (some dumb-ass is closing the response before the flow terminates) and we have this shattered all around the place.

      I just would like to know what could be causing this type of error? We are using pooled invoker, and our stateless pool size is set 300, and by the time of the error we had less than 300 clients on the server.

      Any ideas?

      Best regards