oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00916
Trunk branch (rev 395) does not install on Ubuntu 9.10
installing stable branch still goes OK.
running bin/test gives some sort of failure for extract.txt.
Here's some stack trace resulting from starting up oship-ctl:
(oshipenv)roger@HP-U:~/oshipenv/oship/oship$ bin/oship-ctl fg
bin/paster serve /home/roger/oshipenv/oship/oship/parts/etc/deploy.ini
2010-01-16 21:45:26,560 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.
/home/roger/oshipenv/oship/oship/parts/site-packages/pyxb/utils/utility.py:582:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
import sha
Traceback (most recent call last):
File "bin/paster", line 167, in <module>
paste.script.command.run()
File "/home/roger/.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/roger/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
line 123, in invoke
exit_code = runner.run(args)
File "/home/roger/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py",
line 218, in run
result = self.command()
File "/home/roger/.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/roger/.buildout/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/serve.py",
line 313, in loadapp
**kw)
File "/home/roger/.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/roger/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
line 225, in loadobj
return context.create()
File "/home/roger/.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/roger/.buildout/eggs/PasteDeploy-1.3.3-py2.6.egg/paste/deploy/loadwsgi.py",
line 188, in invoke
filtered = context.next_context.create()
File "/home/roger/.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/roger/.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/roger/.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/roger/.buildout/eggs/grokcore.startup-0.4-py2.6.egg/grokcore/startup/startup.py",
line 16, in application_factory
return zope.app.wsgi.getWSGIApplication(zope_conf)
File "/home/roger/.buildout/eggs/zope.app.wsgi-3.6.0-py2.6.egg/zope/app/wsgi/__init__.py",
line 153, in getWSGIApplication
db = config(configfile, schemafile, features)
File "/home/roger/.buildout/eggs/zope.app.wsgi-3.6.0-py2.6.egg/zope/app/wsgi/__init__.py",
line 142, in config
appsetup.config(options.site_definition, features=features)
File "/home/roger/.buildout/eggs/zope.app.appsetup-3.12.0-py2.6.egg/zope/app/appsetup/appsetup.py",
line 111, in config
context = xmlconfig.file(file, context=context, execute=execute)
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 647, in file
include(context, name, package)
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 546, in include
processxmlfile(f, context)
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 378, 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/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 357, in endElementNS
self.context.end()
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
line 537, in end
self.stack.pop().finish()
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
line 685, in finish
actions = self.handler(context, **args)
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 546, in include
processxmlfile(f, context)
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 378, 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/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
line 357, in endElementNS
self.context.end()
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
line 537, in end
self.stack.pop().finish()
File "/home/roger/.buildout/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
line 685, in finish
actions = self.handler(context, **args)
File "/home/roger/.buildout/eggs/grokcore.component-1.7-py2.6.egg/grokcore/component/zcml.py",
line 48, in grokDirective
do_grok(package.__name__, _context)
File "/home/roger/.buildout/eggs/grokcore.component-1.7-py2.6.egg/grokcore/component/zcml.py",
line 53, in do_grok
config=config
File "/home/roger/.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/roger/.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/roger/.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/roger/.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/roger/.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/roger/.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/roger/.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/roger/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/scan.py",
line 122, in getModule
self._module = resolve(self.dotted_name)
File "/home/roger/.buildout/eggs/martian-0.11.1-py2.6.egg/martian/scan.py",
line 195, in resolve
__import__(used)
File "/home/roger/oshipenv/oship/oship/src/oship/km/openehr/demographics/person_name_iso_v1.py",
line 13, in <module>
from oship.openehr.extract import *
File "/home/roger/oshipenv/oship/oship/src/oship/openehr/extract.py",
line 919, in <module>
class IAddressedMessage(Interface):
File "/home/roger/oshipenv/oship/oship/src/oship/openehr/extract.py",
line 937, in IAddressedMessage
value_type=Object(schema=TextLine),
File "/home/roger/.buildout/eggs/zope.schema-3.5.4-py2.6.egg/zope/schema/_field.py",
line 460, in __init__
raise WrongType
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
"/home/roger/oshipenv/oship/oship/parts/etc/site.zcml", line 4.2-4.29
ZopeXMLConfigurationError: File
"/home/roger/oshipenv/oship/oship/src/oship/configure.zcml", line
6.2-6.27
WrongType:
Follow ups