http://jira.hyperic.com/browse/HHQ-2039
Steps to Reproduce:
Go to agent/bin directory
Run sh hq-agent-nowrapper.sh start
Actual Results:
Starting agent
exec(): 0509-036 Cannot load program jre/bin/java because of the following errors:
0509-130 Symbol resolution failed for java because:
0509-136 Symbol opendir64 (number 49) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol closedir64 (number 50) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol readdir64 (number 51) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Point JAVA_HOME to 3.2.1 Jre
4.0.0. agent still fails with following error:
[ Running agent setup ]
Exception in thread "main" java.lang.NoSuchMethodError: java.lang.String: method contains(Ljava/lang/CharSequence;)Z not found
at org.hyperic.hq.bizapp.agent.client.AgentClient.cmdSetup(AgentClient.java:558)
at org.hyperic.hq.bizapp.agent.client.AgentClient.main(AgentClient.java:1229)
Anonymous