I had some issues with installing HQ server. The following are the steps that I have performed in Linux environment:
1. Downloaded springsource-tc-server-node-2.0.2.RELEASE.zip and unzipped it to a directory called tcserver.
2. Downloaded hyperic-hq-installer-noJRE-tc-server-2.0.2.RELEASE.zip and unzipped it to a directory called hyperic.
3. Ran the command "./setup.sh" and got the error message as shown below.
[tomcat@nextgen03 hyperic-hq-installer-noJRE-tc-server-2.0.2.RELEASE]$ ./setup.sh
Please ignore references to missing tools.jar
java.lang.NullPointerException
at org.hyperic.tools.ant.installer.InstallerLogger.initMessageHandlers(InstallerLogger.java:138)
at org.hyperic.tools.ant.installer.InstallerLogger.buildFinished(InstallerLogger.java:239)
at org.apache.tools.ant.Project.fireBuildFinished(Project.java:2037)
at org.apache.tools.ant.Main.runBuild(Main.java:778)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[tomcat@nextgen03 hyperic-hq-installer-noJRE-tc-server-2.0.2.RELEASE]$
I have made sure that the JAVA_HOME was set properly in the etc/profile. Can anyone please give a helping hand?
Thanks.
1. Downloaded springsource-tc-server-node-2.0.2.RELEASE.zip and unzipped it to a directory called tcserver.
2. Downloaded hyperic-hq-installer-noJRE-tc-server-2.0.2.RELEASE.zip and unzipped it to a directory called hyperic.
3. Ran the command "./setup.sh" and got the error message as shown below.
[tomcat@nextgen03 hyperic-hq-installer-noJRE-tc-server-2.0.2.RELEASE]$ ./setup.sh
Please ignore references to missing tools.jar
java.lang.NullPointerException
at org.hyperic.tools.ant.installer.InstallerLogger.initMessageHandlers(InstallerLogger.java:138)
at org.hyperic.tools.ant.installer.InstallerLogger.buildFinished(InstallerLogger.java:239)
at org.apache.tools.ant.Project.fireBuildFinished(Project.java:2037)
at org.apache.tools.ant.Main.runBuild(Main.java:778)
at org.apache.tools.ant.Main.startAnt(Main.java:217)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[tomcat@nextgen03 hyperic-hq-installer-noJRE-tc-server-2.0.2.RELEASE]$
I have made sure that the JAVA_HOME was set properly in the etc/profile. Can anyone please give a helping hand?
Thanks.