https://issues.apache.org/bugzilla/show_bug.cgi?id=52707
Dzmitry Kashlach <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #10 from Dzmitry Kashlach <[email protected]> --- Got an NPE when trying to open JMX right after JMeter start. Fix is attached. 2014/10/29 09:57:53 ERROR - jmeter.gui.action.ActionRouter: Error processing org.apache.jmeter.gui.action.Load@1ab98b9 java.lang.NullPointerException at java.io.File.<init>(File.java:277) at org.apache.jmeter.gui.util.FileDialoger.promptToOpenFile(FileDialoger.java:104) at org.apache.jmeter.gui.util.FileDialoger.promptToOpenFile(FileDialoger.java:68) at org.apache.jmeter.gui.action.Load.doAction(Load.java:79) at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81) at org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:40) at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:63) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) -- You are receiving this mail because: You are the assignee for the bug.
