[Buildbot-devel] ConfigParser.NoSectionError: No section: 'db_settings'

Don Fike fike at icl.utk.edu
Mon Oct 14 17:40:01 UTC 2013


Greetings,

After an upgrade of zope 4.0.5, Twisted 13.1.0, and buildbot master 
0.8.8 I get the error below and the master fails to start.
Any idea what/why this is failing?

Thanks,


         --- <exception caught here> ---
           File 
"/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/master.py", 
line 191, in startService
             yield self.db.setup()
           File 
"/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/python/threadpool.py", 
line 191, in _worker
             result = context.call(ctx, function, *args, **kwargs)
           File 
"/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/python/context.py", 
line 118, in callWithContext
             return self.currentContext().callWithContext(ctx, func, 
*args, **kw)
           File 
"/python2.7/site-packages/Twisted-13.1.0-py2.7-linux-x86_64.egg/twisted/python/context.py", 
line 81, in callWithContext
             return func(*args,**kw)
           File 
"/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/db/pool.py", 
line 184, in __thd
             rv = callable(arg, *args, **kwargs)
           File 
"/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/db/model.py", line 
431, in thd
             self.repo_path)
           File 
"/python2.7/site-packages/sqlalchemy_migrate-0.7.2-py2.7.egg/migrate/versioning/schema.py", 
line 32, in __init__
             self.load()
           File 
"/python2.7/site-packages/sqlalchemy_migrate-0.7.2-py2.7.egg/migrate/versioning/schema.py", 
line 41, in load
             tname = self.repository.version_table
           File 
"/python2.7/site-packages/sqlalchemy_migrate-0.7.2-py2.7.egg/migrate/versioning/repository.py", 
line 173, in version_table
             return self.config.get('db_settings', 'version_table')
           File "/python2.7/ConfigParser.py", line 599, in get
             raise NoSectionError(section)
         ConfigParser.NoSectionError: No section: 'db_settings'

2013-10-11 13:31:10-0400 [-] BuildMaster is running
2013-10-11 13:31:10-0400 [-] Main loop terminated.
2013-10-11 13:31:10-0400 [-] Server Shut Down.




More information about the devel mailing list