ParseHeapdump.sh throws error [message #1775477] |
Mon, 30 October 2017 17:42 |
Gautham K Messages: 1 Registered: October 2017 |
Junior Member |
|
|
I am trying to analyze heap dump of 8 GB size with standalone MAT downloaded from eclipse website. Unzipped the file and gave ./ParseheapDump.sh <path to .hprof file>, bu this fails with
ENTRY org.eclipse.osgi 4 0 2017-10-30 17:31:42.988
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:78)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
I adjusted config.ini as per suggestions in other forums for this error but this did not help. tried both with MAT 1.7 and 1.6.1 (using Java 1.6 and 1.8)
Can you help me fix this error as i am doing this for the first time.
|
|
|
Powered by
FUDForum. Page generated in 0.07016 seconds