a8921y / jvmmonitor

Automatically exported from code.google.com/p/jvmmonitor
0 stars 0 forks source link

Connection timed out #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the defect?
 1.I tried to connect to remote host
 2.I entered ip, port number,username, password

What is the expected behavior? Connect to remote host

What was the actual behavior? Connection timed out

What is your environment for Eclipse?Eclipse Indigo

What is your environment for the monitored JVM?

e.g.
OS: Red Hat Enterprise Linux 5.5 64bit (remote host)
Java: Sun JRE 6 Update 21

Original issue reported on code.google.com by kumarhar...@gmail.com on 26 Dec 2012 at 6:45

GoogleCodeExporter commented 8 years ago
There are several cases where error "connection timed out" can happen

- the specified remote hostname (or IP address) or port number is incorrect
- network connection is not established (e.g. incorrect configuration, 
physically disconnected, ...)
- the target app doesn't respond (e.g. overloaded, ...)
- ...

Original comment by yoshitak...@gmail.com on 2 Feb 2013 at 3:57