Problem with Java NIO
(java.nio.channels.IllegalBlockingModeException)
Mike Jakubik
mikej at rogers.com
Mon Mar 9 10:51:50 PDT 2009
I suspect this may have something to do with the following bug.
http://www.freebsd.org/cgi/query-pr.cgi?pr=java/105482
I will try switching to the linux jdk to see if the problem persists.
On Mon, March 9, 2009 12:29 pm, Mike Jakubik wrote:
> Greetings java users,
>
> I have been experiencing a randomly occurring problem with one of my java
> applications. The application is question is a simple network chat
> service, used with an online flash game. This application is known to have
> worked without this problem on Linux for over 2 years now, in multiple
> deployments. This leads me to believe that either the Linux JDK/network is
> lax on error checks or there is a problem with the FreeBSD JDK/network
> implementation. Below is the error that causes the application to stop
> responding to network requests.
>
> ---
> INFO | jvm 1 | 2009/03/08 21:04:25 | Exception in thread "Thread-0"
> java.nio.channels.IllegalBlockingModeException
More information about the freebsd-java
mailing list