Kbase P28512: Explanation of error "java.net.ConnectException: Connection refused "
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/12/2008 |
|
Status: Verified
GOAL:
Explanation of error "java.net.ConnectException: Connection refused "
GOAL:
What should I check if I see following error "java.net.ConnectException: Connection refused"?
FIX:
Following is documentation on class ConnectException from javadoc
public class ConnectException
extends SocketException
Signals that an error occurred while attempting to connect a socket to a remote
address and port. Typically, the connection was refused remotely (e.g., no process is listening on the remote address/port).
Please use "netstat -a" to check port availability