This bug was reported on OpenNMS discuss (Re: [opennms-discuss] Configure Elasticsearch REST plugin - Missing Plug-in Manager) by OSTOCKDJ@airproducts.com
When OpenNMS is installed in windows the plugin manager does not display on the configuration consol.
In fact the plugin manager is failing to load because of a file not found problem - probably caused by the way OpenNMS is installed in the windows classpath.
Selection from karaf.log;
org.apache.aries.blueprint.core - 1.8.2 | Destroying BlueprintContainer for bundle vaadin-opennms-pluginmanager/21.0.4... org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to initialize bean pluginManagerImpl ---------
Caused by: javax.xml.bind.JAXBException org.opennms.features.pluginmgr.PluginManagerImpl.persist(PluginManagerImpl.java:1042) ---------
Caused by: java.io.FileNotFoundException: .\etc\pluginManifestData.xml (The system cannot find the path specified) at org.opennms.features.pluginmgr.PluginManagerImpl.persist(PluginManagerImpl.java:1042) ~[?:?] at org.opennms.features.pluginmgr.PluginManagerImpl.load(PluginManagerImpl.java:1076)
This bug was reported on OpenNMS discuss (Re: [opennms-discuss] Configure Elasticsearch REST plugin - Missing Plug-in Manager) by OSTOCKDJ@airproducts.com
When OpenNMS is installed in windows the plugin manager does not display on the configuration consol.
In fact the plugin manager is failing to load because of a file not found problem - probably caused by the way OpenNMS is installed in the windows classpath.
Selection from karaf.log;
org.apache.aries.blueprint.core - 1.8.2 | Destroying BlueprintContainer for bundle vaadin-opennms-pluginmanager/21.0.4...
org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to initialize bean pluginManagerImpl
--------- Caused by: javax.xml.bind.JAXBException
org.opennms.features.pluginmgr.PluginManagerImpl.persist(PluginManagerImpl.java:1042) --------- Caused by: java.io.FileNotFoundException: .\etc\pluginManifestData.xml (The system cannot find the path specified)
at org.opennms.features.pluginmgr.PluginManagerImpl.persist(PluginManagerImpl.java:1042) ~[?:?] at org.opennms.features.pluginmgr.PluginManagerImpl.load(PluginManagerImpl.java:1076)