[Buildbot-devel] Using HttpStatusPush

Jarod McBride jmcbride at apple.com
Wed Apr 18 22:15:00 UTC 2012


When I do a curl -X POST http://gandalf.apple.com:4567  from the buildmaster I see a hit on my sinatra server.

jarod


On Apr 18, 2012, at 3:08 PM, Naveen Kumar <naveen.iitm90 at gmail.com> wrote:

> On Thu, Apr 19, 2012 at 3:27 AM, Jarod McBride <jmcbride at apple.com> wrote:
>> 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/>
> I don't know if this is much of help, but looks like the server you
> setup for receiving push notification is not accepting connection. Are
> sure you the server is working?
>> 
>> 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
>> 
>> ------------------------------------------------------------------------------
>> Better than sec? Nothing is better than sec when it comes to
>> monitoring Big Data applications. Try Boundary one-second
>> resolution app monitoring today. Free.
>> http://p.sf.net/sfu/Boundary-dev2dev
>> _______________________________________________
>> Buildbot-devel mailing list
>> Buildbot-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>> 





More information about the devel mailing list