Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:09 Go to next message
Raj Mohamad is currently offline Raj MohamadFriend
Messages: 1
Registered: May 2014
Junior Member
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 09:00 Go to previous message
Andrew Johnson is currently offline Andrew JohnsonFriend
Messages: 205
Registered: July 2009
Senior Member
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: Thu Apr 18 14:56:44 GMT 2024

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

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

Back to the top