VisualVM - 无法创建远程堆转储并保存它
I cannot take heap dump through VisualVM. When I click "Heap Dump" button in VisualVM 2.1.2, I get the following error:
What am I doing wrong? Am I missing a setting somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
堆转储没问题。 VisualVM 的最新版本中存在一个错误,即使堆转储是在远程计算机上创建的,它也会检查本地文件系统上是否存在堆转储文件。如果您可以在 https:// github.com/oracle/visualvm/issues。它将在 VisualVM 2.1.3 中修复。谢谢。
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.