Skip to main content



      Home
Home » Eclipse Projects » Memory Analyzer » How to create heap dump for spring based web application running in weblogic(How to create heap dump for spring based web application running in weblogic)
How to create heap dump for spring based web application running in weblogic [message #1384540] Thu, 29 May 2014 05:09 Go to next message
Eclipse UserFriend
How to create heap dump for spring based web application running in weblogic.

I have tried via Java visual VM. But not able to create heap dump for web application. I am able to create only for weblogic. Can any one please help me on this ?.
Re: How to create heap dump for spring based web application running in weblogic [message #1385545 is a reply to message #1384540] Mon, 09 June 2014 05:00 Go to previous message
Eclipse UserFriend
I don't know the internals of weblogic, but I would guess it runs your web application in the same VM, but under a different class loader. Therefore your application should be in the heap dump, provided it is running when the dump is taken.

Try doing a search in the histogram view for classes in your application, and find the class loader for the class.

Andrew
Previous Topic:Extracting large String values from an array (or Collection)
Next Topic:Using MemoryAnalyzer api's in Java
Goto Forum:
  


Current Time: Wed Apr 23 18:44:14 EDT 2025

Powered by FUDForum. Page generated in 0.03517 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top