https://issues.apache.org/bugzilla/show_bug.cgi?id=49858
Summary: server mode should try binding to an existing registry
Product: JMeter
Version: 2.4
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
With the default jmeter.properties setting of server.rmi.create=true, JMeter in
server mode will try to start the registry. If the port (1099) is already in
use this will fail with
java.net.BindException: Address already in use: JVM_Bind
and JMeter exits.
I suggest that the behavior should change so that if the address is already in
use then it should fall back to assuming a registry is already running and try
to bind to it instead. This will be the same as the behavior JMeter server uses
when the JRE RMI registry (rmiregistry/rmid) is running separately and
jmeter.properties has server.rmi.create=false
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]