https://bz.apache.org/bugzilla/show_bug.cgi?id=62463
Bug ID: 62463
Summary: Can't use fix RMI ports when using SSL for distributed
client/server setup
Product: JMeter
Version: 4.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
As reported on the mailing list at
https://lists.apache.org/thread.html/2de9386fb0f0c073eb9602837338c60981f1d22ded85661424ffa83e@%3Cuser.jmeter.apache.org%3E
it is not possible to fixate the port for rmi usage when enabling SSL. This
hinders easy configuration of firewalls.
The port specified by client.rmi.localport gets used by three rmi remote
objects:
* ClientJMeterEngine
* RemoteThreadsListener
* RemoteSampleListener
A first fix would be to use the client.rmi.localport with an offset (0, 1, 2)
for those objects. But at least in GUI mode the listeners could be initialized
multiple times and will fail on the second initialization.
--
You are receiving this mail because:
You are the assignee for the bug.