[Buildbot-devel] Not able to force build

Ravindra Parihar imravin at gmail.com
Wed Oct 13 10:30:53 UTC 2010


Hi All,

I want to enable force build in my buildbot setup. The below line is
configured for the same

'status': [html.WebStatus(http_port=8020,allowForce=True),mn],

When I check master.cfg using command "buildbot checkconfig master.cfg" it
shows no error in it but while triggering force build it show below error -

2010-10-13 03:10:25-0700 [HTTPChannel,1,10.160.142.103] Unhandled Error
        Traceback (most recent call last):
          File "/usr/lib64/python2.4/site-packages/twisted/web/http.py",
line 1402, in rawDataReceived
            self._finishRequestBody(data[self.length:])
          File "/usr/lib64/python2.4/site-packages/twisted/web/http.py",
line 1337, in _finishRequestBody
            self.allContentReceived()
          File "/usr/lib64/python2.4/site-packages/twisted/web/http.py",
line 1391, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib64/python2.4/site-packages/twisted/web/http.py",
line 714, in requestReceived
            self.process()
        --- <exception caught here> ---
          File "/usr/lib64/python2.4/site-packages/twisted/web/server.py",
line 150, in process
            self.render(resrc)
          File "/usr/lib64/python2.4/site-packages/twisted/web/server.py",
line 157, in render
            body = resrc.render(self)
        exceptions.AttributeError: 'NoneType' object has no attribute
'render'


Please suggest what's the problem here with configuration.

Thanks in advance,
Ravi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20101013/d48bf4e9/attachment.html>


More information about the devel mailing list