https://bz.apache.org/bugzilla/show_bug.cgi?id=64935
Bug ID: 64935
Summary: A broken plugin class should not prevent JMeter from
starting
Product: JMeter
Version: 3.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.4
Example:
Following
https://github.com/apache/jmeter/commit/43217ec8086c8f2dc485936cd020c9c8107b698e
which removed LoggingManager.
Add jmeter-plugins-manager plugin to JMeter prevents JMeter from starting with
below exception:
java.lang.NoClassDefFoundError: org/apache/jorphan/logging/LoggingManager
at
org.jmeterplugins.repository.PluginManagerMenuCreator.<clinit>(PluginManagerMenuCreator.java:10)
~[jmeter-plugins-manager-1.4.jar:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_201]
at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_201]
at
org.apache.jmeter.gui.util.JMeterMenuBar.findMenuCreators(JMeterMenuBar.java:229)
~[ApacheJMeter_core.jar:5.4] at
org.apache.jmeter.gui.util.JMeterMenuBar.createMenuBar(JMeterMenuBar.
java:196) ~[ApacheJMeter_core.jar:5.4] at
org.apache.jmeter.gui.util.JMeterMenuBar.<init>(JMeterMenuBar.java:11
7) ~[ApacheJMeter_core.jar:5.4] at
org.apache.jmeter.gui.MainFrame.init(MainFrame.java:514) ~[ApacheJMet
er_core.jar:5.4]
at org.apache.jmeter.gui.MainFrame.<init>(MainFrame.java:231)
~[ApacheJM
eter_core.jar:5.4]
--
You are receiving this mail because:
You are the assignee for the bug.