java.io.IOException: Socket Closed
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 Oracle Community by 807592, 1 year ago
via Coderanch by Arvind Chavar, 1 year ago
via Coderanch by laks subramanian, 1 year ago
via Google Groups by Daniel, 2 years ago
via Google Groups by gore, 6 months ago
via Oracle Community by 843841, 1 year ago
java.io.IOException: Socket Closed
at java.net.PlainSocketImpl.getInputStream(Unknown Source)
at java.net.Socket$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.Socket.getInputStream(Unknown Source)
at ClientTest.sendFile(ClientTest.java:28)
at ClientTest.main(ClientTest.java:9)