ControlConfigGenerator Throws Exception and Fails when You Press "Generate All Files"
(Doc ID 2527489.1)
Last updated on AUGUST 15, 2023
Applies to:
Oracle Utilities Network Management System - Version 2.4.0.0.0 and laterOracle Network Management for Utilities - DMS - Version 2.4.0.0.0 and later
Information in this document applies to any platform.
Symptoms
ControlConfigGenerator throws exception and fails when you press Generate All Files
Trying to test out ControlConfigGenerator to see how it works, so I loaded it up with OPAL_Oracle_NMS_Control_Tool_1_12_xml.xsl, set all the paths and pressed "Generate All Files". Nothing happened. So I saw there was a ConfigGenerator.log file. Opened that up and saw that an exception was thrown.
INFO: ConfigGenerator - Initialized
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/poi/openxml4j/exceptions/InvalidFormatException
at nms.config.control.ConfigGenerator.generateAllActionPerformed(ConfigGenerator.java:498)
at nms.config.control.ConfigGenerator.access$700(ConfigGenerator.java:35)
at nms.config.control.ConfigGenerator$8.actionPerformed(ConfigGenerator.java:185)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.Component.processMouseEvent(Component.java:6533)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6298)
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |