java.net.SocketException: File table overflow
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
Samebug tips
- Expert tip
Check if you don't have a VPN running, as it might cause conflict and throw this exception.
Solutions on the web
via Oracle Community by 807555, 1 year ago
via hivmr.com by Unknown author, 1 year ago
via Oracle Community by 3004, 1 year ago
java.net.SocketException: File table overflow
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at PortServer$PortListener.run(PortServer.java:69)
at java.lang.Thread.run(Unknown Source)