Regards,
Anayonkar Shivalkar (SCJP, SCWCD, OCMJD, OCEEJBD)
Ulf Dittmer wrote:You can't attach such files here. Text editors are not the best way to look at such files. Websphere possibly comes with its own tools, but otherwise try VisualVM, which comes with the JDK. It can visualize thread dumps in a more useful way.
Regards,
Anayonkar Shivalkar (SCJP, SCWCD, OCMJD, OCEEJBD)
Anayonkar Shivalkar wrote:
Ulf Dittmer wrote:You can't attach such files here. Text editors are not the best way to look at such files. Websphere possibly comes with its own tools, but otherwise try VisualVM, which comes with the JDK. It can visualize thread dumps in a more useful way.
I think I'm missing something here?
Is this some different kind of dump? Maybe created via some WAS tool?
The thread dumps I'm familiar with - those are simple readable text - and those only give the status (and call stack) of all live threads in JVM (e.g. running, waiting, runnable, timed_wait etc.)