在 Server 2008 R2 中通过 j-interop 访问 DCOM

发布于 2024-11-06 02:13:39 字数 289 浏览 4 评论 0原文

我正在尝试通过 j-interop (www.j-interop.org/) 访问 WMI,这是一个 Java DCOM 客户端。 但是,我总是收到“访问被拒绝”错误。

我尝试过的事情:

  • 禁用 HKEY_CLASSES_ROOT\CLSID{76A64158-CB41-11D1-8B02-00600806D9B6} 上的防火墙
  • 设置权限,这是我尝试访问的 WMI 组件

操作系统是 Windows Server 2008 R2。

运气不好。有什么想法吗?

I'm trying to access WMI via j-interop (www.j-interop.org/), wich is a Java DCOM client.
However, I always get a "Access is denied" error.

Things I've tried:

  • disabled the Firewall
  • set permission on HKEY_CLASSES_ROOT\CLSID{76A64158-CB41-11D1-8B02-00600806D9B6}, which is the WMI component I'm trying to access

OS is Windows Server 2008 R2.

No luck. Any ideas?

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

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

发布评论

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

评论(1

£烟消云散 2024-11-13 02:13:39

也许您还可以尝试以下操作:

  • UAC 是否处于活动状态?如果是,则禁用它。 (注意:如果您使用这些帐户之一,您也可以仅对 Build In\Administrator 或所有管理员禁用它)
  • 服务远程注册表是否已启动?如果没有启动它。
  • 您启用自动注册了吗? JISystem.setAutoRegisteration(true);

我希望这会有所帮助。

maybe you could try additionally the following:

  • Is UAC active? If yes than disable it. (Note: You could also disable it only for Build In\Administrator or all Administrators, if you use one of these accounts)
  • Is the service remote registry started? If not start it.
  • Did you enable AutoRegistration? JISystem.setAutoRegisteration(true);

I hope this will help.

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