1

I cannot take heap dump through VisualVM. When I click "Heap Dump" button in VisualVM 2.1.2, I get the following error: enter image description here

What am I doing wrong? Am I missing a setting somewhere?

Michel_T.
  • 2,741
  • 5
  • 21
  • 31
anecahev
  • 91
  • 1
  • 6

1 Answers1

2

The heap dump is fine. There is a bug in recent version of VisualVM, which checks the presence of the heap dump file on the local filesystem even though the heap dump was created on remote machine. It would be great, if you can file a bug with the description, you used above, at https://github.com/oracle/visualvm/issues. It will be fixed in VisualVM 2.1.3. Thanks.

Tomas Hurka
  • 6,723
  • 29
  • 38