VMware Cloud Community
MercCBL
Contributor
Contributor

java takes up 100% cpu usage after upgrade of hyperic 4.6

  Today I just did an upgrade for hyperic from hyperic 3.2.5 to hyperic 4.6 on an ubuntu 10.04 box.  Once I get to the logon page and I login to the application, the page stays blank the the java on the server itself (not on my pc), goes up to 100% cpu usage and the page will then timeout.  Any idea what I can do to resolve this?

Reply
0 Kudos
3 Replies
dhustace
Contributor
Contributor

On May 21, 2012, at 2:02 PM, hq-users@hyperic.org wrote:

  Today I just did an upgrade for hyperic from hyperic 3.2.5 to hyperic 4.6 on an ubuntu 10.04 box.  Once I get to the logon page and I login to the application, the page stays blank the the java on the server itself (not on my pc), goes up to 100% cpu usage and the page will then timeout.  Any idea what I can do to resolve this?

You probably just need to increase your Java HEAP size, now.

D

Reply
0 Kudos
MercCBL
Contributor
Contributor

I just upgraded my java and got this message

javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space

I will try to increase the heap size now
Reply
0 Kudos
dhustace
Contributor
Contributor

On May 21, 2012, at 2:24 PM, hq-users@hyperic.org wrote:

javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space

Probably need to add more PermGen, also.  You could try:

-XX:MaxPermSize=128m

Reply
0 Kudos