Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    Sesen is offline Junior Member Array
    Join Date
    Feb 2006
    Answers
    12

    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


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    Did you have a check on setting of ApiLogging. Check this and also the server settings and update.


Latest Article

Network Security Risk Assessment and Measurement

Read More...