tests.api.java.net.ServerSocketTestjava.net.BindException: The address is already in use
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 harmony-alerts by nomail@intel.com, 1 year ago
via harmony-alerts by nomail@intel.com, 1 year ago
tests.api.java.net.ServerSocketTestjava.net.BindException: The address is already in use
at org.apache.harmony.luni.platform.OSNetworkSystem.socketBindImpl(OSNetworkSystem.java)
at org.apache.harmony.luni.platform.OSNetworkSystem.bind(OSNetworkSystem.java)
at org.apache.harmony.luni.net.PlainSocketImpl.bind(PlainSocketImpl.java:159)
at java.net.ServerSocket.
(ServerSocket.java:114) at java.net.ServerSocket.
(ServerSocket.java:72) at tests.api.java.net.ServerSocketTest.test_toString(ServerSocketTest.java:382)
at java.lang.reflect.VMReflection.invokeMethod(Native Method)