After installing opennms-jmx-config-generator, the jmx-config-generator cannot be executed
Description
/opt/opennms/bin/jmx-config-generator
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Benjamin Reed November 1, 2016 at 3:27 PM
Fixed in release-18.0.3.
Turns out the issue is that since we're using the JMX config generator in features, we were setting a number of dependencies as "scope: provided" so they did not get included in the opennms_jmx_config_generator.jar onejar file.
It doesn't have too many dependencies, so I went ahead and changed features.xml to a hardcoded (filtered) file rather than generating it from the POM.
/opt/opennms/bin/jmx-config-generator