Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » java.io.IOException: Bad file descriptor Jetty 9.2.10.v20150310(Jetty continiously looping for accessing port makes Higher CPU usage)
icon4.gif  java.io.IOException: Bad file descriptor Jetty 9.2.10.v20150310 [message #1701071] Thu, 09 July 2015 08:13
Sakthi vel is currently offline Sakthi velFriend
Messages: 1
Registered: July 2015
Junior Member
I started jetty in nonstop server on port 18095 and it was running fine, few days later suddenly noticed it consumes more CPU, when I check the log noticed the following log writing continiously

2015-07-08 13:25:48.606:WARN:oejs.ServerConnector:qtp26807578-18-acceptor-0@182e42f-ServerConnector@1f02fde {HTTP/1.1}{0.0.0.0:18095}:
    java.io.IOException: Bad file descriptor (errno:4009)
            at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
            at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
            at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:377)
            at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:500)
            at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
            at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
            at java.lang.Thread.run(Thread.java:724)


Can any one guess the root cause. Thanks.
Previous Topic:Plug-in import missing from File, Import...
Next Topic:Sonar files
Goto Forum:
  


Current Time: Thu Apr 25 07:25:17 GMT 2024

Powered by FUDForum. Page generated in 0.10733 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top