It means your OS is trying to reuse an anonymous client socket. This is a known problem on windows which by default doesn't allocate very many anonymous sockets (this has been discussed before in these forums and on the jboss-user mailing list if you want more details).
You should check you are closing your connections properly unless you are trying to use lots of connections on purpose. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833898#3833898 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833898 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
