https://issues.apache.org/bugzilla/show_bug.cgi?id=51798
--- Comment #14 from Stuart Davidson <[email protected]> 2011-09-15 17:10:53 UTC --- Sebb, If I download a fresh copy of jmeter-2.5, then using an basic JMX file (saved from the initial startup of the GUI, so basically blank). jmeter -n -t Workbench.jmx The output is as follows... Created the tree successfully using WorkBench.jmx Starting the test @ Thu Sep 15 17:39:03 BST 2011 (1316104743765) Waiting for possible shutdown message on port 4445 Tidying up ... @ Thu Sep 15 17:39:03 BST 2011 (1316104743843) ... end of run Now, looking at the source of JMeter 2.5, that to me looks like a UDP thread is being created to listen to as per the default port. I can't change that number to be anything else - I've tried editing the user.properties, the jmeter.properties file, the system.properties file - but nowhere will it overwrite the property "jmeterengine.nongui.port" I've even tried specifying that it should use a custom property file by doing jmeter -n -t Workbench.jmx -J jmeterengine.nongui.port=100 But that doesn't fix it, it's still looking for port 4445. Any thoughts? -- 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]
