VMware Cloud Community
samana_hyperic
Contributor
Contributor

Could someone give me help about hyperic 4.5 intallation and start?

Hi ,
I download the hyperic 4.5(hyperic-hq-installer-4.5-sparc-solaris.tar.gz) open source and installed it.
My server Kernel version: SunOS 5.9 Generic 118558-34 Sep 2006.
When I start the hyperic server, there is so many error log.
like
INFO | jvm 1 | 2010/12/17 10:53:57 | Error initializing bootstrap class: java.lang.NoClassDefFoundError: com/ibm/icu/text/Normalizer

I download the icu-4.0.1.jar and resolve it.

The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:


I installed the apr for tomcat 6 and resolve it.


But after these issues, I come across following error

ERROR [main] [org.apache.coyote.http11.Http11AprProtocol@109] Error initializing endpoint
java.lang.Exception: No Certificate file specified or invalid file format

=========
Invocation of init method failed; nested exception is java.lang.UnsupportedClassVersionE
rror: Bad version number in .class file (unable to load class org.json.JSONException)


Could someone give me help ? I got missed...

Thanks & BR,
Smith
0 Kudos
1 Reply
samana_hyperic
Contributor
Contributor

I fixed the these issues.

ERROR [main] [org.apache.coyote.http11.Http11AprProtocol@109] Error initializing endpoint
java.lang.Exception: No Certificate file specified or invalid file format


I check the tomcat 6's issue.
http://kb.swivelsecure.com/wiki/index.php/Tomcat_6_SSL

change protocol="HTTP/1.1" to protocol=”org.apache.coyote.Http11NioProtocol” to resolve it.

=========
Invocation of init method failed; nested exception is java.lang.UnsupportedClassVersionE
rror: Bad version number in .class file (unable to load class org.json.JSONException)[/b]

I install the jdk 1.6.0_23 to resolve it.


So, I got level-headed. Thanks God!

Message was edited by: samana
0 Kudos