Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Stack Overflow?

Hi—

 

 

 

I’ve recently upgraded to 9.3.10.v20160621 (from 9.3.9.v20160517) and I’m now seeing this stack overflow periodically in our logs.  This did not happen before as far as I can tell.  Is this something known?  Any other information I can provide?  Please let me know.  Thanks!

 

java.lang.StackOverflowError

                at sun.nio.ch.FileDispatcherImpl.write0(Native Method)

                at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)

                at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)

                at sun.nio.ch.IOUtil.write(IOUtil.java:51)

                at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)

                at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:175)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:839)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.shutdownOutput(SslConnection.java:928)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.close(SslConnection.java:967)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:893)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.shutdownOutput(SslConnection.java:928)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.close(SslConnection.java:967)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:893)

                at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.shutdownOutput(SslConnection.java:928)

 

 

 

 

Eric Theriault

https://www.fitnesssyncer.com/


Back to the top