
- Forum
- Programming Talk
- Java
- Socket - java.net.ConnectException: Connection refused: connect
Socket - java.net.ConnectException: Connection refused: connect
This is a discussion on Socket - java.net.ConnectException: Connection refused: connect within the Java forums, part of the Programming Talk category; Socket echoSocket = new Socket("test",8002); I am getting "java.net.ConnectException: Connection refused: connect" message It is works fine for port number ...
-
Socket - java.net.ConnectException: Connection refused: connect
Socket echoSocket = new Socket("test",8002);
I am getting "java.net.ConnectException: Connection refused: connect" message
It is works fine for port number 8000
What do i need to do to make it work
Sesen
-
Did you have a check on setting of ApiLogging. Check this and also the server settings and update.

Reply With Quote





