Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mat-dev] NoSuchMethodError: org.eclipse.core.runtime.Status.<init>

Hello Everyone,

I'm running Eclipse SDK version 3.2.2 included with Ubuntu 8.04. I installed MAT from the Update Site at: http://download.eclipse.org/technology/mat/0.7/update-site/ . It seemed to install okay and I restarted Eclipse and used File/Open to open a heap dump I had saved using jmap. It started to load the heap file and there was a progress bar. In a second or two it had advanced to about 25% and then in the window it said there had been an internal error. I looked in the .metadata/.log and found the following exception:

!ENTRY org.eclipse.core.jobs 4 2 2008-05-28 11:16:52.586
!MESSAGE An internal error occurred during: "Parsing heap dump from '/home/jjohnson/HeapDump.hprof'".
!STACK 0
java.lang.NoSuchMethodError: org.eclipse.core.runtime.Status.<init>(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        at org.eclipse.mat.ui.util.ProgressMonitorWrapper.doSendUserMessage(ProgressMonitorWrapper.java:106)
        at org.eclipse.mat.ui.util.ProgressMonitorWrapper.sendUserMessage(ProgressMonitorWrapper.java:88)
        at org.eclipse.mat.hprof.HprofParserHandlerImpl.beforePass2(HprofParserHandlerImpl.java:93)
        at org.eclipse.mat.hprof.HprofIndexBuilder.fill(HprofIndexBuilder.java:76)
        at org.eclipse.mat.parser.internal.SnapshotFactoryImpl.parse(SnapshotFactoryImpl.java:183)
        at org.eclipse.mat.parser.internal.SnapshotFactoryImpl.openSnapshot(SnapshotFactoryImpl.java:101)
        at org.eclipse.mat.snapshot.SnapshotFactory.openSnapshot(SnapshotFactory.java:77)
        at org.eclipse.mat.ui.internal.ParseHeapDumpJob.run(ParseHeapDumpJob.java:52)

Any ideas?

thanks,
Brad


Back to the top