SVXX

NereidModuleError2

Jul 29th, 2014
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.86 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch
  3.     response['result'] = dispatch_method(method, params)
  4.   File "/trytond/protocols/jsonrpc.py", line 158, in _dispatch
  5.     res = dispatch(*args)
  6.   File "/trytond/protocols/dispatcher.py", line 158, in dispatch
  7.     result = rpc.result(meth(*c_args, **c_kwargs))
  8.   File "/trytond/wizard/wizard.py", line 225, in execute
  9.     return wizard._execute(state_name)
  10.   File "/trytond/wizard/wizard.py", line 256, in _execute
  11.     result = self._execute(transition())
  12.   File "/trytond/ir/module/module.py", line 518, in transition_upgrade
  13.     pool.init(update=True, lang=lang)
  14.   File "/trytond/pool.py", line 151, in init
  15.     lang=lang)
  16.   File "/trytond/modules/__init__.py", line 433, in load_modules
  17.     _load_modules()
  18.   File "/trytond/modules/__init__.py", line 396, in _load_modules
  19.     load_module_graph(graph, pool, lang)
  20.   File "/trytond/modules/__init__.py", line 251, in load_module_graph
  21.     tryton_parser.parse_xmlstream(fp)
  22.   File "/trytond/convert.py", line 441, in parse_xmlstream
  23.     self.sax_parser.parse(source)
  24.   File "/xml/sax/expatreader.py", line 107, in parse
  25.     xmlreader.IncrementalParser.parse(self, source)
  26.   File "/xml/sax/xmlreader.py", line 123, in parse
  27.     self.feed(buffer)
  28.   File "/xml/sax/expatreader.py", line 210, in feed
  29.     self._parser.Parse(data, isFinal)
  30.   File "/xml/sax/expatreader.py", line 304, in start_element
  31.     self._cont_handler.startElement(name, AttributesImpl(attrs))
  32.   File "/trytond/convert.py", line 456, in startElement
  33.     self.taghandler.startElement(name, attributes)
  34.   File "/trytond/convert.py", line 181, in startElement
  35.     self.model = self.mh.pool.get(attributes["model"])
  36.   File "/trytond/pool.py", line 168, in get
  37.     return self._pool[self.database_name][type][name]
  38. KeyError: u'nereid.url_map'
Advertisement
Add Comment
Please, Sign In to add comment