4 Replies Latest reply on Mar 10, 2002 10:54 AM by adrian.brock

    ConnectException

    henrik.nyberg

      We are currently testing the JBoss application server in a benchmark test. When testing the performance of stateless session beans, we get the following error message:

      "ADAM batch, running 250 clients, each client making 2000 requests, each request comprising 1 tiers
      RMI exception: java.rmi.ConnectException: Connection refused to host: 192.168.0.130; nested exception is:
      java.net.ConnectException: Connection refused: connect
      RMI exception: java.rmi.ConnectException: Connection refused to host: 192.168.0.130; nested exception is:
      java.net.ConnectException: Connection refused: connect"

      Does anyone know what the cause of this error message can be? It seems to occur when the number of simultaneous remote clients exceed 200. There is no error message in the server log.

      We have successfully performed this benchmark test on several other major application servers, running up to 1000 clients for several days.

      Henrik