JBoss群集中的连接被拒绝

JBoss群集中的连接被拒绝,jboss,load-balancing,Jboss,Load Balancing,当负载增加时,集群中的一些JBoss节点会拒绝新连接。但当我观察这些节点的CPU/内存使用情况时,它们只是处于最低水平,不超过CPU使用率的10%和内存使用率的60%。我不明白还有什么原因导致连接被拒绝。在某些情况下,在连接到任何节点之前,负载平衡器本身会拒绝连接。也没有网络延迟。整个环境在局域网下。下面是错误消息 Unable to connect to server. Error attempting to connect a socket to a remote address and

当负载增加时,集群中的一些JBoss节点会拒绝新连接。但当我观察这些节点的CPU/内存使用情况时,它们只是处于最低水平,不超过CPU使用率的10%和内存使用率的60%。我不明白还有什么原因导致连接被拒绝。在某些情况下,在连接到任何节点之前,负载平衡器本身会拒绝连接。也没有网络延迟。整个环境在局域网下。下面是错误消息

 Unable to connect to server. Error attempting to connect a socket to a remote address and port. Typically, the server is down or cannot open more sockets on its system. If the error detail is "java.net.ConnectException: Connection timed out: connect" for all requests, it typically means that the Load Generator is using an inappropriate network interface. Details: java.net.ConnectException: Connection refused: connect 
Please refer to the documentation for further details and advice

有什么想法吗?我使用的是Jboss 5.1,几个Jboss节点在达到大约300个用户后拒绝连接。