我对openerp 6.1有这个问题,有可能修复它吗?我无法登录系统。这是错误。感谢您的合作
>Client Traceback (most recent call last):
File "/opt/openerp/servercp/openerp/addons/web/common/http.py", line 180, in dispatch
response["result"] = method(controller, self, **self.params)
File "/opt/openerp/servercp/openerp/addons/web/controllers/main.py", line 353, in get_list
dbs = proxy.list()
File "/opt/openerp/servercp/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/opt/openerp/servercp/openerp/addons/web/common/http.py", line 611, in send
raise fault
Server Traceback (most recent call last):
File "/opt/openerp/servercp/openerp/addons/web/common/http.py", line 592, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/opt/openerp/servercp/openerp/netsvc.py", line 360, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/opt/openerp/servercp/openerp/service/web_services.py", line 117, in dispatch
return fn(*params)
File "/opt/openerp/servercp/openerp/service/web_services.py", line 310, in exp_list
cr = db.cursor()
File "/opt/openerp/servercp/openerp/sql_db.py", line 465, in cursor
return Cursor(self._pool, self.dbname, serialized=serialized)
File "/opt/openerp/servercp/openerp/sql_db.py", line 173, in __init__
self._cnx = pool.borrow(dsn(dbname))
File "/opt/openerp/servercp/openerp/sql_db.py", line 366, in _locked
return fun(self, *args, **kwargs)
File "/opt/openerp/servercp/openerp/sql_db.py", line 421, in borrow
result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
File "/usr/local/lib/python2.7/dist-packages/psycopg2/__init__.py", line 164, in connect
conn = _connect(dsn, connection_factory=connection_factory, async=async)
OperationalError: could not fork new process for connection: Cannot allocate memory
could not fork new process for connection: Cannot allocate memory
could not fork new process for connection: Cannot allocate memory
答案 0 :(得分:0)
这似乎是一个postgresql错误,它通常发生在系统内存不足时。如果您没有对计算机的root访问权限,则需要联系系统管理员