Skip to Content
Menu
This question has been flagged
4437 Views

Hi.
I moved odoo 13 to docker on debian.
The database is not working.  Getting the error

Internal Server Error
I see a problem in the log file, but can't fix it. Works fine with the new database


2020-08-20 20:46:47,184 1 INFO ? odoo.service.server: Initiating shutdown 

2020-08-20 20:46:47,184 1 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. 

grep: /etc/odoo/odoo.conf: No such file or directory

grep: /etc/odoo/odoo.conf: No such file or directory

grep: /etc/odoo/odoo.conf: No such file or directory

grep: /etc/odoo/odoo.conf: No such file or directory

2020-08-20 20:46:58,353 1 INFO ? odoo: Odoo version 13.0-20200629 

2020-08-20 20:46:58,353 1 INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons', '/var/lib/odoo/.local/share/Odoo/addons/13.0'] 

2020-08-20 20:46:58,353 1 INFO ? odoo: database: odoo@db:5432 

2020-08-20 20:46:58,492 1 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 

2020-08-20 20:46:58,576 1 INFO ? odoo.service.server: Watching addons folder /usr/lib/python3/dist-packages/odoo/addons 

2020-08-20 20:46:58,576 1 INFO ? odoo.service.server: Watching addons folder /var/lib/odoo/.local/share/Odoo/addons/13.0 

2020-08-20 20:46:58,776 1 INFO ? odoo.service.server: AutoReload watcher running with watchdog 

2020-08-20 20:46:58,779 1 INFO ? odoo.service.server: HTTP service (werkzeug) running on 69350f1c939f:8069 

2020-08-20 20:48:54,399 1 INFO ? odoo.http: HTTP Configuring static files 

2020-08-20 20:48:54,411 1 INFO imers_odoo odoo.modules.loading: loading 1 modules... 

2020-08-20 20:48:54,423 1 INFO imers_odoo odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries 

2020-08-20 20:48:54,429 1 WARNING imers_odoo odoo.modules.graph: module clean_data: not installable, skipped 

2020-08-20 20:48:54,435 1 WARNING imers_odoo odoo.modules.graph: module ow_web_responsive: not installable, skipped 

2020-08-20 20:48:54,443 1 WARNING imers_odoo odoo.modules.graph: module backend_theme_v13: not installable, skipped 

2020-08-20 20:48:54,450 1 INFO imers_odoo odoo.modules.loading: loading 69 modules... 

2020-08-20 20:48:54,937 1 INFO imers_odoo odoo.modules.loading: 69 modules loaded in 0.49s, 0 queries 

2020-08-20 20:48:54,939 1 ERROR imers_odoo odoo.modules.loading: Some modules are not loaded, some dependencies or manifest may be missing: ['backend_theme_v13', 'clean_data', 'ow_web_responsive'] 

2020-08-20 20:48:55,650 1 INFO imers_odoo odoo.modules.loading: Modules loaded. 

2020-08-20 20:48:55,657 1 INFO imers_odoo odoo.addons.base.models.ir_http: Generating routing map for key 1 

2020-08-20 20:48:55,747 1 ERROR imers_odoo odoo.addons.base.models.ir_model: Missing model clean.data 

2020-08-20 20:48:55,937 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/48/48e4f634ecb63e80f66cbcee31c5e2042bd97c4f 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/48/48e4f634ecb63e80f66cbcee31c5e2042bd97c4f'

2020-08-20 20:48:55,938 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/71/71f9643e7ed70a21a46c6adf54bcae2161ada8bc 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/71/71f9643e7ed70a21a46c6adf54bcae2161ada8bc'

2020-08-20 20:48:55,939 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/5c/5ce0fc221a6c38187865896d95541b3716bbb370 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/5c/5ce0fc221a6c38187865896d95541b3716bbb370'

2020-08-20 20:48:55,939 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/fe/fe8a6154f63f480313cf539b751c4fb30f502ab0 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/fe/fe8a6154f63f480313cf539b751c4fb30f502ab0'

2020-08-20 20:48:55,939 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/8c/8c9dab690cb99b2a290d59a8e4dcd278957f696e 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/8c/8c9dab690cb99b2a290d59a8e4dcd278957f696e'

2020-08-20 20:48:55,940 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/6e/6e6d05b415a00adaf3c0d887a8b9a7fc4ee5b9d9 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/6e/6e6d05b415a00adaf3c0d887a8b9a7fc4ee5b9d9'

2020-08-20 20:48:55,940 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/b9/b99861918b65de424768af740c9e7009a144c5d7 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/b9/b99861918b65de424768af740c9e7009a144c5d7'

2020-08-20 20:48:55,940 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/04/045f4233ef4662cae540158e38d28c3dcdd796af 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/04/045f4233ef4662cae540158e38d28c3dcdd796af'

2020-08-20 20:48:55,941 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/a2/a2ee5fa7a35e9980a52d288e53b0b5b1af1fa85e 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/a2/a2ee5fa7a35e9980a52d288e53b0b5b1af1fa85e'

2020-08-20 20:48:55,941 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/be/bec854152c45b91ceef552335382f9d614106cf4 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/be/bec854152c45b91ceef552335382f9d614106cf4'

2020-08-20 20:48:55,941 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/a3/a330920abcef2433621d6bb985bc24828d77f77b 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/a3/a330920abcef2433621d6bb985bc24828d77f77b'

2020-08-20 20:48:55,942 1 INFO imers_odoo odoo.addons.base.models.ir_attachment: _read_file reading /var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/b8/b8f9001425cfd0ef0315797909281b912817643a 

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup

    r = d[key]

  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 69, in wrapper

    return func(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 44, in __getitem__

    a = self.d[obj].me

KeyError: ('ir.ui.menu', <function IrUiMenu.load_menus at 0x7f41afad92f0>, 2, '', ('pl_PL',))



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in get

    value = self._data[field][record._ids[0]]

KeyError: 1169



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1002, in __get__

    value = env.cache.get(record, self)

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 751, in get

    raise CacheMiss(record, field)

odoo.exceptions.CacheMiss: ('ir.attachment(1169,).datas', None)



During handling of the above exception, another exception occurred:



Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_attachment.py", line 103, in _file_read

    with open(full_path,'rb') as fd:

FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/.local/share/Odoo/filestore/imers_odoo/b8/b8f9001425cfd0ef0315797909281b912817643a'

2020-08-20 20:48:56,291 1 INFO imers_odoo odoo.models.unlink: User #2 deleted ir.attachment records with IDs: [1568, 1084] 

2020-08-20 20:48:56,508 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,509 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,509 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,509 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,509 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,510 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,510 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,510 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,515 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,517 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,519 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,520 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,522 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,523 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,524 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,526 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,533 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:56,535 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,536 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:56,537 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,452 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:57,453 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:57,454 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,455 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,457 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:57,459 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,460 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,461 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,957 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:57,958 1 WARNING imers_odoo odoo.modules.module: module ow_web_responsive: module not found 

2020-08-20 20:48:57,959 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:57,960 1 WARNING imers_odoo odoo.modules.module: module backend_theme_v13: module not found 

2020-08-20 20:48:58,017 1 INFO imers_odoo werkzeug: 192.168.8.136 - - [20/Aug/2020 20:48:58] "GET /web HTTP/1.1" 500 - 707 0.343 3.273

2020-08-20 20:48:58,023 1 ERROR imers_odoo werkzeug: Error on request:

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 270, in run_wsgi

    execute(self.server.app)

  File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 258, in execute

    application_iter = app(environ, start_response)

  File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 439, in app

    return self.app(e, s)

  File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 142, in application

    return application_unproxied(environ, start_response)

  File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 117, in application_unproxied

    result = odoo.http.root(environ, start_response)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1287, in __call__

    return self.dispatch(environ, start_response)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1257, in __call__

    return self.app(environ, start_wrapped)

  File "/usr/lib/python3/dist-packages/werkzeug/wsgi.py", line 766, in __call__

    return self.app(environ, start_response)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1457, in dispatch

    result = ir_http._dispatch()

  File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_http.py", line 172, in _dispatch

    response = super(Http, cls)._dispatch()

  File "/usr/lib/python3/dist-packages/odoo/addons/auth_signup/models/ir_http.py", line 19, in _dispatch

    return super(Http, cls)._dispatch()

  File "/usr/lib/python3/dist-packages/odoo/addons/web_editor/models/ir_http.py", line 21, in _dispatch

    return super(IrHttp, cls)._dispatch()

  File "/usr/lib/python3/dist-packages/odoo/addons/utm/models/ir_http.py", line 29, in _dispatch

    response = super(IrHttp, cls)._dispatch()

  File "/usr/lib/python3/dist-packages/odoo/addons/http_routing/models/ir_http.py", line 519, in _dispatch

    result = super(IrHttp, cls)._dispatch()

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 233, in _dispatch

    return cls._handle_exception(e)

  File "/usr/lib/python3/dist-packages/odoo/addons/utm/models/ir_http.py", line 34, in _handle_exception

    response = super(IrHttp, cls)._handle_exception(exc)

  File "/usr/lib/python3/dist-packages/odoo/addons/http_routing/models/ir_http.py", line 610, in _handle_exception

    return super(IrHttp, cls)._handle_exception(exception)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 201, in _handle_exception

    return request._handle_exception(exception)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 750, in _handle_exception

    return super(HttpRequest, self)._handle_exception(exception)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 229, in _dispatch

    result = request.dispatch()

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 809, in dispatch

    r = self._call_function(**self.params)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 342, in checked_call

    result.flatten()

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1236, in flatten

    self.response.append(self.render())

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1229, in render

    return env["ir.ui.view"].render_template(self.template, self.qcontext)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 1177, in render_template

    return self.browse(self.get_view_id(template)).render(values, engine)

  File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_ui_view.py", line 336, in render

    return super(View, self).render(values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/usr/lib/python3/dist-packages/odoo/addons/web_editor/models/ir_ui_view.py", line 27, in render

    return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 1185, in render

    return self.env[engine].render(self.id, qcontext)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_qweb.py", line 58, in render

    result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/qweb.py", line 260, in render

    self.compile(template, options)(self, body.append, values or {})

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/qweb.py", line 339, in _compiled_fn

    raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name)

odoo.addons.base.models.qweb.QWebException: 'res.users' object has no attribute 'chatter_position'

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn

    return compiled(self, append, new, options, log)

  File "<template>", line 1, in template_web_webclient_bootstrap_12

  File "<template>", line 2, in body_call_content_10

AttributeError: 'res.users' object has no attribute 'chatter_position'



Error to render compiling AST

AttributeError: 'res.users' object has no attribute 'chatter_position'

Template: web.webclient_bootstrap

Path: /t/t/t[3]

Node: <t t-set="body_classname" t-value="'o_web_client' + ' o_chatter_position_' + (request.env.user.chatter_position or 'normal')"/> - - -

2020-08-20 20:50:59,000 1 WARNING ? odoo.service.server: Thread <Thread(odoo.service.http.request.139919942993664, started 139919942993664)> virtual real time limit (124/120s) reached. 

2020-08-20 20:50:59,001 1 INFO ? odoo.service.server: Dumping stacktrace of limit exceeding threads before reloading 

2020-08-20 20:50:59,007 1 INFO ? odoo.tools.misc: 

# Thread: <Thread(odoo.service.http.request.139919942993664, started 139919942993664)> (db:n/a) (uid:n/a) (url:n/a)

File: "/usr/lib/python3.7/threading.py", line 885, in _bootstrap

  self._bootstrap_inner()

File: "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner

  self.run()

File: "/usr/lib/python3.7/threading.py", line 865, in run

  self._target(*self._args, **self._kwargs)

File: "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread

  self.finish_request(request, client_address)

File: "/usr/lib/python3.7/socketserver.py", line 360, in finish_request

  self.RequestHandlerClass(request, client_address, self)

File: "/usr/lib/python3.7/socketserver.py", line 720, in __init__

  self.handle()

File: "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 293, in handle

  rv = BaseHTTPRequestHandler.handle(self)

File: "/usr/lib/python3.7/http/server.py", line 426, in handle

  self.handle_one_request()

File: "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 324, in handle_one_request

  self.raw_requestline = self.rfile.readline()

File: "/usr/lib/python3.7/socket.py", line 589, in readinto

  return self._sock.recv_into(b) 

2020-08-20 20:50:59,007 1 INFO ? odoo.service.server: Initiating server reload 

2020-08-20 20:51:00,431 1 INFO ? odoo: Odoo version 13.0-20200629 

2020-08-20 20:51:00,431 1 INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons', '/var/lib/odoo/.local/share/Odoo/addons/13.0'] 

2020-08-20 20:51:00,432 1 INFO ? odoo: database: odoo@db:5432 

2020-08-20 20:51:00,572 1 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 

2020-08-20 20:51:00,661 1 INFO ? odoo.service.server: Watching addons folder /usr/lib/python3/dist-packages/odoo/addons 

2020-08-20 20:51:00,662 1 INFO ? odoo.service.server: Watching addons folder /var/lib/odoo/.local/share/Odoo/addons/13.0 

2020-08-20 20:51:01,048 1 INFO ? odoo.service.server: AutoReload watcher running with watchdog 

2020-08-20 20:51:01,051 1 INFO ? odoo.service.server: HTTP service (werkzeug) running on 69350f1c939f:8069


Avatar
Discard