[Buildbot-devel] Problems configuring buildbot.
Paul Warren
u3292467 at anu.edu.au
Wed Apr 27 06:05:21 UTC 2005
Hi there foks.
I've been instructed to get a buildbot going for my python project, and
I'm having some trouble. I couldn't find a 'users'/newbies mailing
list, so I guess this is my best bet.
Python: 2.3.5
Twisted: 1.3.0rc1
Buildbot: 0.6.3
My (attached) config file seems to load without trouble, but a I get the
following error in the twistd.log inside my master working directory:
2005/04/27 15:56 EST [-] Log opened.
2005/04/27 15:56 EST [-] twistd 1.3.0rc1 (/usr/bin/python2.3 2.3.5)
starting up
2005/04/27 15:56 EST [-] reactor class:
twisted.internet.default.SelectReactor
2005/04/27 15:56 EST [-] Loading buildbot.tap...
2005/04/27 15:56 EST [-] Loaded.
2005/04/27 15:56 EST [-] set uid/gid 1004/1004
2005/04/27 15:56 EST [-] changes.pck missing, using new one
2005/04/27 15:56 EST [-] loading configuration from
/home/bbmaster/bb/master.cfg
2005/04/27 15:56 EST [-] error during loadConfig
2005/04/27 15:56 EST [-] Traceback (most recent call last):
File
"/usr/lib/python2.3/site-packages/twisted/scripts/twistd.py", lin
e 161, in startApplication
app.startApplication(application, not config['no_save'])
File
"/usr/lib/python2.3/site-packages/twisted/application/app.py", li
ne 230, in startApplication
service.IService(application).startService()
File
"/usr/lib/python2.3/site-packages/twisted/application/service.py"
, line 210, in startService
service.startService()
File "/usr/lib/python2.3/site-packages/buildbot/master.py",
line 642,
in startService
self.loadTheConfigFile()
--- <exception caught here> ---
File "/usr/lib/python2.3/site-packages/buildbot/master.py",
line 698,
in loadTheConfigFile
self.loadConfig(f)
File "/usr/lib/python2.3/site-packages/buildbot/master.py",
line 842,
in loadConfig
dl.append(self.loadConfig_Sources(sources))
File "/usr/lib/python2.3/site-packages/buildbot/master.py",
line 895,
in loadConfig_Sources
[self.change_svc.addSource(source)
File
"/usr/lib/python2.3/site-packages/buildbot/changes/changes.py", l
ine 176, in addSource
source.setServiceParent(self)
File
"/usr/lib/python2.3/site-packages/twisted/application/service.py"
, line 127, in setServiceParent
self.parent.addService(self)
File
"/usr/lib/python2.3/site-packages/twisted/application/service.py"
, line 236, in addService
service.startService()
File
"/usr/lib/python2.3/site-packages/buildbot/changes/pb.py", line 7
5, in startService
master.dispatcher.register(self.user, self)
exceptions.AttributeError: 'NoneType' object has no attribute
'dispatcher'
Have I missed something obvious? I have read through the docs/*xhtml
documentation, but I didn't find anything mentioning this sort of
error. So could someone please help me out?
Thanks in Advance.
--
Paul Warren
Information Infrastructure Services
ANU SuperComputer Facility
Leonard Huxley, Rm 331
u3292467 at anu dot edu dot au
pwarren.homelinux.org
ph: 612 51481
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: master.cfg
URL: <http://buildbot.net/pipermail/devel/attachments/20050427/05276e25/attachment.ksh>
More information about the devel
mailing list