[Buildbot-devel] Using HttpStatusPush

Jarod McBride jmcbride at apple.com
Wed Apr 18 21:57:22 UTC 2012


Hey all

I am currently testing out using HttpStatusPush on some of my configs but am running into a problem.

in my config I have this...

http_status = status_push.HttpStatusPush(
    serverUrl="http://www.yyyy.com:4567/",
    debug=True
)

c['status'].append(http_status)

and that is pushing to another server I have listening for POST events.

when I tail the twistd.log file I get these lines repeating

2012-04-18 12:07:23-0700 [-] Starting factory <HTTPClientFactory: http://www.yyyy.com/>
2012-04-18 12:07:23-0700 [Uninitialized] Failed to push 1 events to http://www.yyyy.com/: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection refused.
	
]
2012-04-18 12:07:23-0700 [Uninitialized] Stopping factory <HTTPClientFactory: http://www.yyyy.com/>

on www.yyyy.com the logs for my sinatra app so nothing.  When I do a curl http://www.yyyycom:4567/  from the buildmaster I see a hit on my sinatra server.

Any ideas what is going on?  Why is buildbot not pushing out?

Thanks!

Jarod
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20120418/cc105976/attachment.html>


More information about the devel mailing list