dev@glassfish.java.net

Re: File Descriptor leak?

From: Jim Driscoll <Jim.Driscoll_at_Sun.COM>
Date: Fri, 18 Aug 2006 10:10:08 -0700

Jan Luehe wrote:
>
> This seems to be a known NIO bug. The J2SE folks have pointed me to:
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6215050
> ("SocketChannel created in CLOSE_WAIT and never cleaned up.. File
> Descriptor leak")
>
> which was fixed in JDK 6 and JDK 5.0u7.


Which means that if you run our app server on a version of JDK before
jdk 5u7, it'll leak, right? This seems serious enough to document
somewhere - let's wait for Jean-Francois to get back, and ask him.

Jim