openobject-web error
1 [10/Jun/2010:11:27:30] HTTP Traceback (most recent call last):
2 File "/opt/openerp/client-web/lib/cherrypy/_cprequest.py", line 606, in respond
3 cherrypy.response.body = self.handler()
4 File "/opt/openerp/client-web/lib/cherrypy/_cpdispatch.py", line 25, in __call__
5 return self.callable(*self.args, **self.kwargs)
6 File "/opt/openerp/client-web/openobject/tools/_expose.py", line 202, in func_wrapper
7 res = func(*args, **kw)
8 File "/opt/openerp/client-web/openobject/controllers/_root.py", line 17, in default
9 func, vpath = self.find_handler()
10 File "/opt/openerp/client-web/openobject/controllers/_root.py", line 34, in find_handler
11 pool = request.pool = pooler.get_pool()
12 File "/opt/openerp/client-web/openobject/pooler.py", line 73, in get_pool
13 addons.load_addons(db_name, config)
14 File "/opt/openerp/client-web/openobject/addons.py", line 219, in load_addons
15 load_module_graph(db_name, graph, config)
16 File "/opt/openerp/client-web/openobject/addons.py", line 180, in load_module_graph
17 m = imp_module(package.name)
18 File "/opt/openerp/client-web/openobject/addons.py", line 160, in imp_module
19 return imp.load_module(name, fp, pathname, description)
20 File "/opt/openerp/client-web/addons/openerp/__init__.py", line 2, in <module>
21 import widgets
22 File "/opt/openerp/client-web/addons/openerp/widgets/__init__.py", line 4, in <module>
23 from _views import *
24 File "/opt/openerp/client-web/addons/openerp/widgets/_views.py", line 3, in <module>
25 from openerp.utils import rpc
26 File "/opt/openerp/client-web/addons/openerp/utils/__init__.py", line 2, in <module>
27 import rpc_utils
28 File "/opt/openerp/client-web/addons/openerp/utils/rpc_utils.py", line 36, in <module>
29 init_rpc_session()
30 File "/opt/openerp/client-web/addons/openerp/utils/rpc_utils.py", line 34, in init_rpc_session
31 rpc.initialize(host, port, protocol, storage=CPSessionWrapper())
32 File "/opt/openerp/client-web/addons/openerp/utils/rpc.py", line 370, in initialize
33 session = RPCSession(host, port, protocol, storage=storage)
34 File "/opt/openerp/client-web/addons/openerp/utils/rpc.py", line 244, in __init__
35 raise common.message(_("Unsupported protocol."))
36 File "/opt/openerp/client-web/addons/openerp/utils/common.py", line 78, in message
37 raise TinyMessage(message=msg)
38 TinyMessage: Unsupported protocol.
Pasted by Wu on
junio 10, 2010 at 13:25 |
Lang: pythontraceback |
(38 lines of code)