VMware Cloud Community
shamel_hyperic
Contributor
Contributor

Agent cant reach the server Hyperic 4.1.1

Server and agent are on the same machine both are HQ 4.1.1
OS: Linux Ubuntu 8.0.4

After building, deploying and starting the server, I can access HQ site with no problem. Then when I try to run the builded agent i get this error

Error contacting agent: Unable to connect to 127.0.0.1:2144: Connection refused

I'm attaching the agent log file.

Any help will be appreciated
Reply
0 Kudos
1 Reply
excowboy
Virtuoso
Virtuoso

Hi,

looks like there is a conflict with one of your plugins.
009-05-22 13:25:17,280 ERROR [Thread-0] [AgentDaemon] Agent startup error:
org.hyperic.hq.agent.server.AgentStartException: Unable to initialize plugin manager: Plugin name=cxf already exists
at org.hyperic.hq.agent.server.AgentDaemon.startPluginManagers(AgentDaemon.java:695)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:832)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:930)
at java.lang.Thread.run(Thread.java:595)

This is a critical error and prevents the Agent from being start up correctly. Please check for the plugin cxf and disable it (e.g. add line plugins.exclude=cxf in agent.properties), to verify if you can startup your Agent correctly.
Reply
0 Kudos