Comment 5 for bug 859545

Revision history for this message
Robert Collins (lifeless) wrote :

Ok, I'm setup,
running:
bin/txlongpoll -n amqp-longpoll -l mylog -u guest -a guest -f 9999 -r .

results in oopses:
ls 2011-09-28/29385.LONGPOLL9
2011-09-28/29385.LONGPOLL9
robertc@lifeless-64:~/source/launchpad/txlongpoll/working$ cat 2011-09-28/29385.LONGPOLL9
Oops-Id: OOPS-2097LONGPOLL9
Exception-Type: ConnectionRefusedError
Exception-Value: Connection was refused by other side: 111: Connection refused.
Date: 2011-09-28T08:09:45.316516+00:00

Connection failed
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

and the log shows:
2011-09-28 21:09:45+1300 [-] Starting factory <txlongpoll.client.AMQFactory instance at 0x22a9d40>
2011-09-28 21:09:45+1300 [Uninitialized] <twisted.internet.tcp.Connector instance at 0x22b1248> will retry in 16 seconds
2011-09-28 21:09:45+1300 [Uninitialized] Connection failed
        Traceback (most recent call last):
        Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.

2011-09-28 21:09:45+1300 [Uninitialized] Stopping factory <txlongpoll.client.AMQFactory instance at 0x22a9d40>
^C2011-09-28 21:09:47+1300 [-] Received SIGINT, shutting down.
2011-09-28 21:09:47+1300 [-] (TCP Port 9999 Closed)
2011-09-28 21:09:47+1300 [-] Stopping factory <twisted.web.server.Site instance at 0x22a9e18>
2011-09-28 21:09:47+1300 [-] Main loop terminated.
2011-09-28 21:09:47+1300 [-] Server Shut Down.

which isn't logging the oops, so I think bug 860490 is preventing analysis of this one.