This question has been flagged
1 Reply
8240 Views

Hi

I've installed odoo-8 recently. It shows Internal Server Error.

Log:

2014-09-26 12:02:18,207 2147 ERROR Demo openerp.sql_db: Programming error: column ir_ui_view.arch does not exist
LINE 1: ...e_date",ir_ui_view."name",ir_ui_view."inherit_id",ir_ui_view...
                                                             ^
, in query  SELECT ir_ui_view."create_uid",ir_ui_view."create_date",ir_ui_view."name",ir_ui_view."inherit_id",ir_ui_view."arch",ir_ui_view."id",ir_ui_view."write_uid",ir_ui_view."priority",ir_ui_view."customize_show",ir_ui_view."website_meta_description",ir_ui_view."website_meta_title",ir_ui_view."mode",ir_ui_view."write_date",ir_ui_view."active",ir_ui_view."website_meta_keywords",ir_ui_view."model",ir_ui_view."model_data_id",ir_ui_view."type",ir_ui_view."page",ir_ui_view."field_parent" FROM "ir_ui_view"
                    WHERE ir_ui_view.id IN %s AND (TRUE)
                    ORDER BY priority,name

2014-09-26 12:02:18,210 2147 ERROR Demo openerp.sql_db: bad query: SELECT "ir_attachment".id FROM "ir_attachment" WHERE (("ir_attachment"."type" = 'binary')  AND  ("ir_attachment"."url" = '/page/homepage')) ORDER BY "ir_attachment"."id" desc
Traceback (most recent call last):
  File "/home/stephen/Desktop/odoo-8.0/openerp/sql_db.py", line 234, in execute
    res = self._obj.execute(query, params)
InternalError: current transaction is aborted, commands ignored until end of transaction block

2014-09-26 12:02:18,372 2147 ERROR Demo werkzeug: Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi
    execute(self.server.app)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute
    application_iter = app(environ, start_response)
  File "/home/stephen/Desktop/odoo-8.0/openerp/service/server.py", line 280, in app
    return self.app(e, s)
  File "/home/stephen/Desktop/odoo-8.0/openerp/service/wsgi_server.py", line 216, in application
    return application_unproxied(environ, start_response)
  File "/home/stephen/Desktop/odoo-8.0/openerp/service/wsgi_server.py", line 202, in application_unproxied
    result = handler(environ, start_response)
  File "/home/stephen/Desktop/odoo-8.0/openerp/http.py", line 1214, in __call__
    return self.dispatch(environ, start_response)
  File "/home/stephen/Desktop/odoo-8.0/openerp/http.py", line 1188, in __call__
    return self.app(environ, start_wrapped)
  File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__
    return self.app(environ, start_response)
  File "/home/stephen/Desktop/odoo-8.0/openerp/http.py", line 1360, in dispatch
    response = self.get_response(httprequest, result, explicit_session)
  File "/home/stephen/Desktop/odoo-8.0/openerp/http.py", line 1295, in get_response
    result = request.registry['ir.http']._handle_exception(e)
  File "/home/stephen/Desktop/odoo-8.0/addons/website/models/ir_http.py", line 194, in _handle_exception

 

I think it is a bug. Please do the needful.

Thank you

Avatar
Discard
Best Answer

I had the "Internal server error" after a 'git pull' with v8 recently. Here is my thread with a solution that worked for me. Not 100% sure whether you scenario is similar or same though

Here is another thread that deals with that ling of problem. It offers various solutions

Avatar
Discard