I am experiencing an odd problem every now and then (too often actually).
I am running a server application, which is binding a socket for itself.
But once in a
Just a shot in the dark here, but make sure that any thread that is waiting on Selector.select() has been woken up, and has exited.