You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/11/11 00:56:09 UTC

[Bug 55764] New: Port 4445 for non-GUI shutdown not opened

https://issues.apache.org/bugzilla/show_bug.cgi?id=55764

            Bug ID: 55764
           Summary: Port 4445 for non-GUI shutdown not opened
           Product: JMeter
           Version: 2.10
          Hardware: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: ib@wxib.net

Port 4445 for non-GUI shutdown is not opened. 

JMeter says it is listening on the port ("Waiting for possible shutdown message
on port 4445").

But 5 attempts to connect to the port from on the same machine all give
connection refused. A port scan on the box doesn't show the port as open.
Information on the JMeter process shows the process to have other ports open as
expected but not 4445. 

I've tried it with the non-GUI port line uncommented in the properties file;
with both the non-GUI port line and the max non-GUI port line uncommented (to
stop any escalation of the port to something else); and with the default
properties file (both commented).

The JMeter log doesn't show anything obviously relevant.

This occurs on 2.6 and on 2.10 (to which I upgraded in the hope of getting
around the problem.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55764] Port 4445 for non-GUI shutdown not opened

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55764

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
                 OS|                            |All

--- Comment #1 from Sebb <se...@apache.org> ---
Note that the port is a UDP port, not TCP. 
It is only used for the shutdown/stoptest commands.
See shutdown[.cmd|.sh] for example usage.

-- 
You are receiving this mail because:
You are the assignee for the bug.