Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SslSocketConnector issue

Hi there
i'm using jetty 7.4.2 as a embedded webserver & having after awhile a very high cpu load.
some analysis shows that 1 connector thread goes into an endless lopp & occupies 100% cpu load although there's no request
the load stays even when all the clients are disconnected.
tracktrace for this thread from jconsole:

could someone give some hints how this could happens ?

thanx


Name: qtp1939768105-1610
State: RUNNABLE
Total blocked: 1  Total waited: 15

Stack trace:
 org.eclipse.jetty.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:388)
org.eclipse.jetty.io.bio.StreamEndPoint.fill(StreamEndPoint.java:132)
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.fill(SocketConnector.java:209)
org.eclipse.jetty.server.ssl.SslSocketConnector$SslConnectorEndPoint.fill(SslSocketConnector.java:612)
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:289)
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:214)
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:241)
org.eclipse.jetty.server.ssl.SslSocketConnector$SslConnectorEndPoint.run(SslSocketConnector.java:664)
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
java.lang.Thread.run(Thread.java:662)










 




Back to the top