19
« Last post by NeySlim on May 21, 2013, 12:45:19 PM »
OMS seems completely broken now:
500 Server Error
Traceback (most recent call last):
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 576, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1127, in gotResult
_inlineCallbacks(r, g, deferred)
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 1069, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- ---
File "/opt/oms/eggs/opennode.oms.core-0.0_1431_g7747-py2.7.egg/opennode/oms/endpoint/httprest/root.py", line 153, in _render
ret = yield self.handle_request(request)
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/python/threadpool.py", line 172, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/opt/oms/eggs/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
File "/opt/oms/eggs/opennode.oms.core-0.0_1431_g7747-py2.7.egg/opennode/oms/zodb/db.py", line 203, in run_in_tx
result = fun(*args, **kwargs)
File "/opt/oms/eggs/opennode.oms.core-0.0_1431_g7747-py2.7.egg/opennode/oms/endpoint/httprest/root.py", line 262, in handle_request
res = renderer(request)
File "/opt/oms/eggs/opennode.oms.core-0.0_1431_g7747-py2.7.egg/opennode/oms/endpoint/httprest/view.py", line 48, in render_GET
data['url'] = ILocation(self.context).get_url()
exceptions.TypeError: ('Could not adapt', , )