← Back to team overview

oship-dev team mailing list archive

Re: Revision 531 doesn't start

 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Em 19/01/11 09:49, Tim Cook escreveu:
> I just updated to the latest revision:
> 
> All changes applied
> successfully.                                              
> Now on revision 531.
> 
> ....
> 
> 
It's a lot of pain receive e-mails with traceback and python code. Next
time, please paste the traceback into a external resource such as
http://pastebin.com or http://paste.pocoo.org/ and paste the url.
Thanks
> tim@mlhim-dell-laptop:~/oshipenv/oship$ bin/oship-ctl fg
> bin/paster serve /home/tim/oshipenv/oship/parts/etc/deploy.ini
> 2011-01-19 09:41:23,386 WARNING [root] Developer mode is enabled: this
> is a security risk and should NOT be enabled on production servers.
> Developer mode can usually be turned off by setting the `devmode` option
> to `off` or by removing it from the instance configuration file
> completely.
> Traceback (most recent call last):
>   File "bin/paster", line 168, in <module>
>     paste.script.command.run()
>   File
> "/home/tim/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 84, in run
>     invoke(command, command_name, options, args[1:])
>   File
> "/home/tim/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 123, in invoke
>     exit_code = runner.run(args)
>   File
> "/home/tim/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 218, in run
>     result = self.command()
>   File
> "/home/tim/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py", line 276, in command
>     relative_to=base, global_conf=vars)
>   File
> "/home/tim/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py", line 313, in loadapp
>     **kw)
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line 204, in loadapp
>     return loadobj(APP, uri, name=name, **kw)
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line 225, in loadobj
>     return context.create()
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line 625, in create
>     return self.object_type.invoke(self)
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line 188, in invoke
>     filtered = context.next_context.create()
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line 625, in create
>     return self.object_type.invoke(self)
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py", line 110, in invoke
>     return fix_call(context.object, context.global_conf,
> **context.local_conf)
>   File
> "/home/tim/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/util/fixtypeerror.py", line 57, in fix_call
>     val = callable(*args, **kw)
>   File
> "/home/tim/.buildout/eggs/grokcore.startup-1.0-py2.6.egg/grokcore/startup/startup.py", line 15, in application_factory
>     return zope.app.wsgi.getWSGIApplication(zope_conf)
>   File
> "/home/tim/.buildout/eggs/zope.app.wsgi-3.6.1-py2.6.egg/zope/app/wsgi/__init__.py", line 158, in getWSGIApplication
>     db = config(configfile, schemafile, features)
>   File
> "/home/tim/.buildout/eggs/zope.app.wsgi-3.6.1-py2.6.egg/zope/app/wsgi/__init__.py", line 147, in config
>     appsetup.config(options.site_definition, features=features)
>   File
> "/home/tim/.buildout/eggs/zope.app.appsetup-3.13.0-py2.6.egg/zope/app/appsetup/appsetup.py", line 111, in config
>     context = xmlconfig.file(file, context=context, execute=execute)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 651, in file
>     include(context, name, package)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 550, in include
>     processxmlfile(f, context)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 382, in processxmlfile
>     parser.parse(src)
>   File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>     self._parser.Parse(data, isFinal)
>   File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in
> end_element_ns
>     self._cont_handler.endElementNS(pair, None)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 361, in endElementNS
>     self.context.end()
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py", line 538, in end
>     self.stack.pop().finish()
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py", line 686, in finish
>     actions = self.handler(context, **args)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 550, in include
>     processxmlfile(f, context)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 382, in processxmlfile
>     parser.parse(src)
>   File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
>     xmlreader.IncrementalParser.parse(self, source)
>   File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
>     self.feed(buffer)
>   File "/usr/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
>     self._parser.Parse(data, isFinal)
>   File "/usr/lib/python2.6/xml/sax/expatreader.py", line 349, in
> end_element_ns
>     self._cont_handler.endElementNS(pair, None)
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/xmlconfig.py", line 361, in endElementNS
>     self.context.end()
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py", line 538, in end
>     self.stack.pop().finish()
>   File
> "/home/tim/.buildout/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py", line 686, in finish
>     actions = self.handler(context, **args)
>   File
> "/home/tim/.buildout/eggs/grokcore.component-1.8-py2.6.egg/grokcore/component/zcml.py", line 48, in grokDirective
>     do_grok(package.__name__, _context)
>   File
> "/home/tim/.buildout/eggs/grokcore.component-1.8-py2.6.egg/grokcore/component/zcml.py", line 53, in do_grok
>     config=config
>   File
> "/home/tim/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/core.py",
> line 201, in grok_dotted_name
>     grok_package(module_info, grokker, **kw)
>   File
> "/home/tim/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/core.py",
> line 206, in grok_package
>     grok_package(sub_module_info, grokker, **kw)
>   File
> "/home/tim/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/core.py",
> line 204, in grok_package
>     grok_module(module_info, grokker, **kw)
>   File
> "/home/tim/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/core.py",
> line 209, in grok_module
>     grokker.grok(module_info.dotted_name, module_info.getModule(),
>   File
> "/home/tim/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/scan.py",
> line 122, in getModule
>     self._module = resolve(self.dotted_name)
>   File
> "/home/tim/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/scan.py",
> line 195, in resolve
>     __import__(used)
>   File "/home/tim/oshipenv/oship/src/oship/app.py", line 25, in <module>
> zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
> "/home/tim/oshipenv/oship/parts/etc/site.zcml", line 4.2-4.33
>     ZopeXMLConfigurationError: File
> "/home/tim/oshipenv/oship/src/oship.app/src/oship/app/configure.zcml",
> line 6.2-6.27
>     ImportError: No module named oeterm.oeterm
> ===============================================================================
Please update your working copy or branch a new one. I already fix this
problem. Anyway, I will check it out.
> 
> Cheers,
> Tim
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~oship-dev
> Post to     : oship-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~oship-dev
> More help   : https://help.launchpad.net/ListHelp

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)

iQEcBAEBAgAGBQJNN4+eAAoJEEfarWn4YOc8mvcIAM1MsN7KVLVhFyINRGToCVQc
UVvBLHVDaVXlK4dkOQNDS/ZkG4Z4GGpgbhMDagSnGgVLNHKNMFq2qS9VDlA3hjyj
qhrFJT5VWcqnvRwgor7cMS5j0f7VmcelsS5ljDwNk5oQJKIXMmStnV3OfsarcUJu
91+5mCAo2hzFJdOv9bruQpPifWfbM4a+hM7TDc6bEglToMqcEoV9b8XCVBpVQTsg
FXul7fos2Pskq3S+ysL0fP3kGjIpYhKYXcjUYgmy8TUqG+PTa3qZeWQ1Wlz8c0y6
CbY4z8T+I+P43ZK43CMLoScV1YD/FYQyf6ApGZSxprrZOKy474KnDfCGh6JvNHE=
=8bB7
-----END PGP SIGNATURE-----



Follow ups

References