Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] SSLEngineImpl initHandshaker Internal error

Am 21.12.2016 20:41, schrieb Steven Schlansker:
Hi jetty-users,

We are seeing a frightening warning in our log files:

2016-12-21T19:09:10.959Z WARN<>  [qtp294008652-57110] o.e.j.util.thread.QueuedThreadPool -
java.lang.IllegalStateException: Internal error
  at sun.security.ssl.SSLEngineImpl.initHandshaker(SSLEngineImpl.java:470)
  at sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:1007)
  at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:907)
  at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781)
  at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
  at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:525)
  at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:325)
  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:233)
  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
  at java.lang.Thread.run(Thread.java:745)
2016-12-21T19:09:10.960Z WARN<>  [qtp294008652-57110] o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@6792928d in qtp294008652{STARTED,10<=38<=1000,i=11,q=0}

We have also seen this in one of our logs with jetty 9.3.15


Back to the top