A customer receive the error "java.net.SocketException: recv failed: Insufficient buffer space" on windows. With the netstat command we see only approx. 100 socket connections. I have change the MaxUserPort to 60000 like described at http://support.microsoft.com/default.aspx?scid=kb;EN-US;196271
I know that this Java error is equals to the socket error 10055 WSAENOBUFS. But I have no idea where I should search for the cause of this problem. Any ideas?