http://jira.hyperic.com/browse/HHQ-2128
HQ Agent start fails on non-default port when user selects non-default port on command line with connection refused error. This is because agent binds to 2144 as soon as it starts, unless agent.listen.port is set in agent.properties.
Since no one has reported this command line issue it may make sense to remove this option from command line and simply change it to a message that agent is binding to default port (2144) for server to connect.
What is your HQ password:
What IP should HQ use to contact the agent [default=10.1.0.78]:
What port should HQ use to contact the agent [default=2144]: 2155
- Received tempaorary auth token from agent
- Registering agent with HQ
- Unable to register agent: Failed to connect to agent: Unable to connect to 10.1.0.78:2155: Connection refused
Anonymous