https://bz.apache.org/bugzilla/show_bug.cgi?id=59400
Bug ID: 59400
Summary: ClientJMeterEngine remote exit reports IOException
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
The -X command option results in the following warning in the log:
2016/04/30 22:16:18 WARN - jmeter.engine.ClientJMeterEngine: Could not perform
remote exit: java.rmi.UnmarshalException: Error unmarshaling return header;
nested exception is: java.io.EOFException
This is because RemoteJMeterEngineImpl.rexit() processes the exit request
synchronously. The rexit() RMI call never returns because the server exits
first.
The rexit() method should return having scheduled the exit code in a separate
thread.
--
You are receiving this mail because:
You are the assignee for the bug.