Windows Server 2008下如何在本地系统帐户下运行jvisualvm.exe?

发布于 2024-12-27 11:07:16 字数 670 浏览 1 评论 0原文

我一直在寻找一种类似的方法,如发布的 此处适用于 Windows Server 2003,用于在系统帐户下启动 jvisualvm。但我得到了错误:

...\jdk1.6.0_24\bin\jvisualvm.exe 于 ... 退出,错误代码 -1073741819。

我发现 jvisualvm 正在使用配置文件:

<代码>...\jdk1.6.0_24\lib\visualvm\etc\visualvm.conf

此配置文件包含一个指向 ${HOME}/ 的 default_userdir 属性...。系统帐户似乎存在 ${HOME} 问题。更改此参数并将 ${HOME} 替换为 C:/Temp 使得上述解决方案也适用于 Windows Server 2008 R2。

I've been looking for a comparable approach as posted here for Windows Server 2003 for starting jvisualvm under system account. But I got the error:

...\jdk1.6.0_24\bin\jvisualvm.exe exited on ... with error code -1073741819.

I found that jvisualvm is using a configuration file:

...\jdk1.6.0_24\lib\visualvm\etc\visualvm.conf

This configuration file contains a default_userdir property that points to ${HOME}/.... The system account seems to have issues with ${HOME}. Changing this parameter and replace ${HOME} with C:/Temp makes the above mentioned solution available for Windows Server 2008 R2 as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

过去的过去 2025-01-03 11:07:16

这个问题已经有了答案,但我想总结一下步骤。

请注意,对我来说,jvisualvm 在启动失败时不会打印或记录任何内容。我只需要确保我正确更新了该conf 文件。

因此,只需按照以下步骤操作即可:
如何运行jvisualvm.exe 在 Windows Server 2003 下的本地系统帐户下?

,然后使用此conf提示。
我现在能够看到进程,但仍然无法捕获详细的 JVM 信息,例如线程转储。

The question has the answer in it, but I wanted to summarize the steps.

Note that for me jvisualvm was not printing or logging anything when it failed to start up. I just had to make sure I updated that conf file correctly.

So just follow the steps from:
How do you run jvisualvm.exe under the local system account under Windows Server 2003?

and then use this conf tip.
I was now able to see the processes, but I still cannot capture detailed JVM info like thread dumps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文