Bug 55655 - NullPointerException when Remote stopping /shutdown all if one engine did not start correctly
Summary: NullPointerException when Remote stopping /shutdown all if one engine did not...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.9
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks: 55657
  Show dependency tree
 
Reported: 2013-10-16 09:28 UTC by UbikLoadPack support
Modified: 2013-10-16 10:47 UTC (History)
1 user (show)



Attachments
Patch for issue (682 bytes, patch)
2013-10-16 09:31 UTC, UbikLoadPack support
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2013-10-16 09:28:53 UTC
Stacktrace:
2013/10/16 11:11:26 ERROR - jmeter.gui.action.ActionRouter: Error processing org.apache.jmeter.gui.action.RemoteStart@1462d14c java.lang.NullPointerException
	at org.apache.jmeter.gui.action.RemoteStart.doRemoteStop(RemoteStart.java:130)
	at org.apache.jmeter.gui.action.RemoteStart.doRemoteStopAll(RemoteStart.java:116)
	at org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:98)
	at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81)
	at org.apache.jmeter.gui.action.ActionRouter.access$0(ActionRouter.java:69)
	at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:63)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	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)
Comment 1 UbikLoadPack support 2013-10-16 09:31:04 UTC
Created attachment 30930 [details]
Patch for issue
Comment 2 Philippe Mouawad 2013-10-16 09:38:15 UTC
Date: Wed Oct 16 09:36:40 2013
New Revision: 1532699

URL: http://svn.apache.org/r1532699
Log:
Bug 55655 - NullPointerException when Remote stopping /shutdown all if one engine did not start correctly
Bugzilla Id: 55655

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/RemoteStart.java
    jmeter/trunk/xdocs/changes.xml


Thanks for patch, applied.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3254