Created
September 16, 2018 12:13
-
-
Save spockz/27407e31ac6dc3f319da073ed084f159 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-09-16 14:11:10.473 ERROR 9041 --- [io2-8888-exec-4] org.apache.tomcat.util.net.Nio2Endpoint : | |
java.io.IOException: Remaining data in the network buffer, can't send SSL close message, force a close with close(true) instead | |
at org.apache.tomcat.util.net.SecureNio2Channel.close(SecureNio2Channel.java:620) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.SecureNio2Channel.close(SecureNio2Channel.java:633) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.Nio2Endpoint.closeSocket(Nio2Endpoint.java:370) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1692) [tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_172] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_172] | |
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_172] | |
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Broken pipe | |
at sun.nio.ch.CompletedFuture.get(CompletedFuture.java:78) ~[na:1.8.0_172] | |
at org.apache.tomcat.util.net.SecureNio2Channel$FutureFlush.get(SecureNio2Channel.java:184) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.SecureNio2Channel$FutureFlush.get(SecureNio2Channel.java:147) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.SecureNio2Channel.close(SecureNio2Channel.java:611) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
... 8 common frames omitted | |
Caused by: java.io.IOException: Broken pipe | |
at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[na:1.8.0_172] | |
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) ~[na:1.8.0_172] | |
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) ~[na:1.8.0_172] | |
at sun.nio.ch.IOUtil.write(IOUtil.java:65) ~[na:1.8.0_172] | |
at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implWrite(UnixAsynchronousSocketChannelImpl.java:691) ~[na:1.8.0_172] | |
at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:382) ~[na:1.8.0_172] | |
at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:387) ~[na:1.8.0_172] | |
at org.apache.tomcat.util.net.SecureNio2Channel$FutureFlush.<init>(SecureNio2Channel.java:152) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
at org.apache.tomcat.util.net.SecureNio2Channel.flush(SecureNio2Channel.java:196) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34] | |
... 9 common frames omitted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment