'heapdump.xxx.phd'. Not a HPROF heap dump (java.io.IOException) Not a HPROF heap dump
Asked Answered
D

2

10

The Eclipse Memory Analyser docs say it can open IBM portable heap dump files (*.phd):

http://help.eclipse.org/luna/index.jsp?topic=/org.eclipse.mat.ui.help/welcome.html

However, when I try to open one I get and error:

'heapdump.xxx.phd'. Check the error log for further details.
Not a HPROF heap dump (java.io.IOException)
Not a HPROF heap dump

I've tried both menu options (File > Open Heap Dump) and (File > Open File)

Dropping answered 21/7, 2014 at 15:30 Comment(0)
P
24

You have to install DTJF in order to read IBM files.

http://wiki.eclipse.org/MemoryAnalyzer#System_Dumps_and_Heap_Dumps_from_IBM_Virtual_Machines

Eclipse download site is at the bottom here:

http://www.ibm.com/developerworks/java/jdk/tools/dtfj.html

Phthalein answered 4/9, 2014 at 18:5 Comment(0)
U
0

The eclipse MemoryAnalyzer throws the exception:

An internal error occurred during: "Parsing heap dump from 'D:\XXXX.phd'".
int is not an array

So I have to use IBM HeapAnalyzer: http://public.dhe.ibm.com/software/websphere/appserv/support/tools/HeapAnalyzer

Undulate answered 16/10, 2019 at 6:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.