File exists exception (build #59)

이희승 (Trustin Lee) trustin at gmail.com
Thu Sep 3 23:47:59 EDT 2009


On Thu, 3 Sep 2009 22:18:52 +0900 (KST)
Jeanfrancois Arcand <Jeanfrancois.Arcand at Sun.COM> wrote:
> Salut,
> 
> Thomas Bocek wrote:
> > Hi Trustin,
> > 
> > Once, I got the following exception. However, I could not reproduce
> > it a second time:
> > 
> > WARNING: Unexpected exception in the selector loop.
> > java.io.IOException: File exists
> > 	at sun.nio.ch.EPollArrayWrapper.epollCtl(Native Method)
> > 	at
> > sun.nio.ch.EPollArrayWrapper.updateRegistrations(EPollArrayWrapper.java:233)
> > 	at
> > sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:214) at
> > sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65) at
> > sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69) at
> > sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80) at
> > org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:236)
> > 	at
> > org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:53)
> > 	at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> > 	at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> > 	at java.lang.Thread.run(Thread.java:619)
> > 
> > Regards,
> > 
> 
> This is a JDK issue
> 
>    * http://bugs.sun.com/view_bug.do?bug_id=6693490
> 
> I suspect the fix will be backported to JDK 6u18 but it is hard to be 
> sure those day with the acquisition.

Thank you JF! :)

-- 
Trustin Lee, http://gleamynode.net/


More information about the netty-dev mailing list