• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Heap Dump in jdk1.4.2

 
Ranch Hand
Posts: 36
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am using weblogic integration platform running jdk1.4.2_11. And we are facing OOM issues.
Hence I want an heap dump to analyse.
But the option -XX:-HeapDumpOnOutOfMemoryError does not work. Nor does HAT.
Tried to generate a heap with JMAP. But the heap dump does not open in HAT/MAT,IBM HA etc.

No monitors work due to lack of JMX. Kindly help as how I can get a proper heap dump.

Thanks
Deepak
 
Ranch Hand
Posts: 443
3
Eclipse IDE C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Load the heap dump in visual VM (supplied with newer JDK should load the older hprof) or there is a nice Eclipse plugin MAT with leak suspects report.


Might be worth looking for the leak with a newer JVM (doesn't mean you have to ship it).

 
Deepak Rao
Ranch Hand
Posts: 36
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi chris.

I Noticed by studying the GC logs that the problem was the Permgen maxing out.
On profiling I noticed that the CGLib generated classes for hibernate required more permgen space.

I increased the permgen , and this seems to have subsided the problem.

Thanks
Deepak
 
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic