| Summary: | permanent memory leakage problem | ||
|---|---|---|---|
| Product: | [RT] Virgo | Reporter: | karthik elavan <elavan.karthik> |
| Component: | runtime | Assignee: | Project Inbox <virgo-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | glyn.normington, hsiliev |
| Version: | 2.1.0.RELEASE | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
karthik elavan
Can you please check the heap dump file located in %KERNEL_HOME%\serviceability\heap_dump.hprof? There are several tools to check the root cause of the memory shortage. I personally use Eclipse Memory Analyzer Tool (MAT). There are simple wizard like dialogs to provide you with a summary page you can use to blame a specific component/class for the leak :) If you like you can also provide the hprof file attached (if not too big for bugzilla). hi friends, "virgo.kernel.userregion.internal.quasi.DependencyCalculator Calculating missing dependencies of bundle(s)," how to i rectified above the warring because i am using ehcache in my project, once i stared virgo after that i went to see the log file above the warring displayed please if let you know share to me. (In reply to comment #1) > Can you please check the heap dump file located in > %KERNEL_HOME%\serviceability\heap_dump.hprof? > > There are several tools to check the root cause of the memory shortage. I > personally use Eclipse Memory Analyzer Tool (MAT). There are simple wizard like > dialogs to provide you with a summary page you can use to blame a specific > component/class for the leak :) > > If you like you can also provide the hprof file attached (if not too big for > bugzilla). hi, i have pulgin eclipse memory analsizer tool but how to use this tool please because still now i am same time java project and web project using my project The MAT overview (built-in help) provides a basic tutorial. There are several tutorials out there as well, including videos on how to use the tool. Basically you need to open the heap dump and run the Leak Suspects Report (step 6) of the tutorial. If you are having difficulties with this you can upload the heap dump on some sharing site (dropbox for instance) and I can analyze this for you. Please bear in mind that the heap dump contains most of the in-memory data at the time of OOM. If you have a sensitive data (passwords...) then sharing the dump is not a good idea. hi, i have change dump size in virgo server, but i could not solve issue because i am try to multiple time upload war file in virgo server, the server was heap dump the outofmemory error throws. please help me. note: see below error: "java.lang.OutOfMemoryError: PermGen space Dumping heap to /home/novabit/server/virgo-web-server-2.1.0.RELEASE/serviceability/heap_dump.hprof ... Heap dump file created [58030024 bytes in 0.842 secs] " Is it possible to provide a (small) WAR file which reproduces this problem so we can investigate it? Closing as not reproducible, Please re-open if you can provide a testcase. |