跳至內容
選單
此問題已被標幟
2 回覆
17718 瀏覽次數

I have installed Openerp Server 7 on Centos and it worked perfectly for a while. One day when I tried to open the web client it did not come up. When I checked the server process it was stopped. When I try to start the service I get the following output:

Starting OpenERP Server Daemon (openerp-server): [ OK ] [root@localhost openerp]# Traceback (most recent call last): File "/usr/bin/openerp-server", line 5, in <module> pkg_resources.run_script('openerp==7.0-20130717-231254', 'openerp-server') File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in run_script execfile(script_filename, namespace, namespace) File "/usr/lib/python2.6/site-packages/openerp-7.0_20130717_231254-py2.6.egg/EGG-INFO/scripts/openerp-server", line 5, in <module> openerp.cli.main() AttributeError: 'module' object has no attribute 'cli'

Can aynone suggest what I shall do?

頭像
捨棄
最佳答案

I had this issue too and it was a permissions problem. It happened again with the latest revision of openerp-web and the only way I managed to fix it was to download an earlier revision of openerp-web. I hope it might help you

頭像
捨棄
最佳答案

i got the same issue but openerp-server failed to start

[root@server openerp]# service openerp start Starting OpenERP Server Daemon (openerp-server): [ OK ] [root@server openerp]# Traceback (most recent call last): File "/usr/bin/openerp-server", line 5, in <module> pkg_resources.run_script('openerp==7.0-20130902-231053', 'openerp-server') File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in run_script execfile(script_filename, namespace, namespace) File "/usr/lib/python2.6/site-packages/openerp-7.0_20130902_231053-py2.6.egg/EGG-INFO/scripts/openerp-server", line 5, in <module> openerp.cli.main() AttributeError: 'module' object has no attribute 'cli'

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
2月 23
12018
0
12月 15
6337
0
12月 24
1203
5
2月 24
25518
0
8月 22
8332