You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Balázs Miklós (JIRA)" <ji...@apache.org> on 2012/09/18 17:11:07 UTC

[jira] [Created] (QPID-4320) Python client causes Windows firewall denial

Balázs Miklós created QPID-4320:
-----------------------------------

             Summary: Python client causes Windows firewall denial
                 Key: QPID-4320
                 URL: https://issues.apache.org/jira/browse/QPID-4320
             Project: Qpid
          Issue Type: Bug
          Components: Python Client
    Affects Versions: 0.18
         Environment: Python 2.7 on Windows XP, Vista, or 7
Client running as regular user.
            Reporter: Balázs Miklós
            Priority: Minor


When running a simple message producer program that sends messages to a remote QPID broker from a Windows client, a Windows Firewall dialog comes up saying that it prohibited the program from accepting remote connections.

Afterwards, the QPID client seems to work even with the firewall prohibition rule in place.

I have traced the problem down to the listener.bind call in the method SockWaiter.selectable_waiter() defined in compat.py.

Originally, it was:
listener.bind(('', 0))

I changed it to:
listener.bind(('127.0.0.1', 0))

And the firewall denial dialog no longer came up.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org