This question has been flagged
2 Replies
3412 Views

I wasn't thinking and updated a module in v8 without backing up (stupid me) and now, only this db, has crashed. We have a lengthy product list and I would like to retrieve the crashed DB. Any suggestions?

This is the error:

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

Avatar
Discard

You won't get any help without posting your log entries.

Author Best Answer

You're exactly right Ermin.., Here's what I got 1st:

Traceback (most recent call last):  File "/opt/odoo/odoo-server/

openerp/http.py", line 537, in _handle_exception    return super(JsonRequest, self)._handle_exception(

exception)  File "/opt/odoo/odoo-server/

openerp/http.py", line 574, in dispatch    result = self._call_function(**self.

params)  File "/opt/odoo/odoo-server/

openerp/http.py", line 311, in _call_function    return self.endpoint(*args, **kwargs)  File "/opt/odoo/odoo-server/

openerp/http.py", line 803, in __call__    return self.method(*args, **kw)  File "/opt/odoo/odoo-server/

openerp/http.py", line 403, in response_wrap    response = f(*args, **kw)  File "/opt/odoo/odoo-server/addons/

web/controllers/main.py", line 704, in create    params['create_admin_pwd'])  File "/opt/odoo/odoo-server/

openerp/http.py", line 879, in proxy_method    result = dispatch_rpc(self.service_

name, method, args)  File "/opt/odoo/odoo-server/

openerp/http.py", line 115, in dispatch_rpc    result = dispatch(method, params)  File "/opt/odoo/odoo-server/

openerp/service/db.py", line 65, in dispatch    security.check_super(passwd)  File "/opt/odoo/odoo-server/

openerp/service/security.py", line 32, in check_super    raise openerp.exceptions.

AccessDenied()AccessDenied: Access denied.

Then when the system admin at the hosting company said these errors were logged:

There are multiple errors in the DEMO1 database.| 22.01.2016 17:24:59 | Support...: QWebException: "column res_company.default_uom_prices does not existLINE 1: ...gation_minimum_delta","res_

company"."rml_header2","res_

compa...                               ^" while evaluating'

\res_company.name

'

2016-01-22 23:21:29,812 850 ERROR DEMO1 openerp.sql_db: bad query: SELECT id FROM "ir_ui_view" WHERE id IN (784)

Avatar
Discard