java.net.SocketException: Transport endpoint is not connected
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by King JKing, 2 years ago
via hive-user by Adarsh Sharma, 1 year ago
via hive-user by Adarsh Sharma, 9 months ago
via hive-user by Adarsh Sharma, 1 year ago
via hive-user by Adarsh Sharma, 9 months ago
via hive-user by Adarsh Sharma, 9 months ago
java.net.SocketException: Transport endpoint is not connected
at sun.nio.ch.SocketChannelImpl.shutdown(Native Method)
at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:651)
at sun.nio.ch.SocketAdaptor.shutdownOutput(SocketAdaptor.java:368)
at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:1004)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:970)