问题标签 [opendmk]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2429 浏览

java - Oracle 是否仍支持 Java DMK(或 OpenDMK)?

Oracle 是否仍支持 Java DMK(动态管理工具包)?我试图在 Oracle 的网站上找到对 JDMK 的任何引用,但我只能找到有关如何使用它的文档/教程,而不是对产品页面本身的引用。

我知道 OpenDMK,但这似乎在 2007 年之后还没有发展。我正在尝试从 Jingle JMXRemote 迁移到更新的 Cascading API,并且不想开始使用更多冗余技术。

0 投票
1 回答
320 浏览

snmp4j - snmp agent using OpenDMK

I am trying to code an Snmp agent using OpenDMK but the project is not able to build while using 'ant buildall' command in command prompt.

I have followed the same steps as written over here "https://opendmk.java.net/download/index.html". But in the end it shows "BUILD FAIL" with 100 errors and 100 warnings. I want to use mibgen and I can't find another way.

Also plz let me know if there is any way to do this using snmp4j-agent. There I am getting this error:

Exception in thread "main" java.lang.NoSuchFieldError: LOCAL_ENGINE_ID

I want to register OIDs with snmp agent and want to integrate the same with manager server. Also I am working on Windows 7 with jdk 1.8

0 投票
0 回答
188 浏览

java - JMX 连接挂起

使用以下超级简单的 Java 应用程序:

我正在使用build.gradle具有依赖项的最小文件:

没有jmxremote_optional依赖,我得到一个java.net.MalformedURLException: Unsupported protocol: jmxmp错误。我想我已经添加了正确的 Maven 依赖项来解决这个问题。

当我运行它时,我得到以下信息,然后应用程序无限期挂起:

我肯定有一个 Java 应用程序在该端口上公开 JMX 指标: