I have tried to install to install Odoo 11 (latest) in docker on my Synology NAS with extra addons. i have tried it with following steps - but it didn't work. Need urgently help to start Odoo 11 with extra addons:
1.) Login with Terminal
2.) docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name db postgres:10
3.) docker run -v /path/to/addons:/mnt/extra-addons -p 8069:8069 --name odoo --link db:db -t odoo
After this steps, Odoo 11 didn't start correctly. I can see this error from Log-File:
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,166 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,145 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,125 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,102 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,080 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,061 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,040 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-08 17:49:13 | stdout | 2018-02-08 17:49:13,021 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:13] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,941 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,778 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /web/login HTTP/1.1" 303 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,747 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,727 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,707 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,687 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,668 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,649 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,616 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,593 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-08 17:49:12 | stdout | 2018-02-08 17:49:12,075 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:12] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-08 17:49:11 | stdout | 2018-02-08 17:49:11,725 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:11] "GET /web/login HTTP/1.1" 303 - |
2018-02-08 17:49:06 | stdout | 2018-02-08 17:49:06,190 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:06] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-08 17:49:06 | stdout | 2018-02-08 17:49:06,152 1 [1;32m[1;49mINFO[0m ? odoo.http: Generating nondb routing |
2018-02-08 17:49:05 | stdout | ImportError: No module named 'controllers' |
2018-02-08 17:49:05 | stdout | |
2018-02-08 17:49:05 | stdout | File "<string>", line 23, in <module> |
2018-02-08 17:49:05 | stdout | exec(open(modfile, 'rb').read(), new_mod.__dict__) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 82, in load_module |
2018-02-08 17:49:05 | stdout | m = __import__('odoo.addons.' + module) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1319, in load_addons |
2018-02-08 17:49:05 | stdout | self.load_addons() |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1297, in __call__ |
2018-02-08 17:49:05 | stdout | result = handler(environ, start_response) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 154, in application_unproxied |
2018-02-08 17:49:05 | stdout | return application_unproxied(environ, start_response) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 166, in application |
2018-02-08 17:49:05 | stdout | return self.app(e, s) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 252, in app |
2018-02-08 17:49:05 | stdout | application_iter = app(environ, start_response) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 193, in execute |
2018-02-08 17:49:05 | stdout | execute(self.server.app) |
2018-02-08 17:49:05 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 205, in run_wsgi |
2018-02-08 17:49:05 | stdout | Traceback (most recent call last): |
2018-02-08 17:49:05 | stdout | 2018-02-08 17:49:05,555 1 [1;31m[1;49mERROR[0m ? werkzeug: Error on request: |
2018-02-08 17:49:05 | stdout | 2018-02-08 17:49:05,416 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [08/Feb/2018 17:49:05] "GET /web/ HTTP/1.1" 500 - |
2018-02-08 05:33:44 | stdout | 2018-02-08 05:33:44,689 1 [1;32m[1;49mINFO[0m ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf |
2018-02-08 05:33:40 | stdout | 2018-02-08 05:33:40,640 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 |
2018-02-08 05:33:40 | stdout | 2018-02-08 05:33:39,891 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.3:5432 |
2018-02-08 05:33:40 | stdout | 2018-02-08 05:33:39,890 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] |
2018-02-08 05:33:40 | stdout | 2018-02-08 05:33:39,889 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf |
2018-02-08 05:33:39 | stdout | 2018-02-08 05:33:39,888 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 11.0-20180122 |
2018-02-07 19:30:17 | stdout | 2018-02-07 19:30:16,500 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. |
2018-02-07 19:30:16 | stdout | 2018-02-07 19:30:16,451 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Initiating shutdown |
2018-02-07 05:33:36 | stdout | 2018-02-07 05:33:36,344 1 [1;32m[1;49mINFO[0m ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf |
2018-02-07 05:33:31 | stdout | 2018-02-07 05:33:31,304 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 |
2018-02-07 05:33:30 | stdout | 2018-02-07 05:33:30,791 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.2:5432 |
2018-02-07 05:33:30 | stdout | 2018-02-07 05:33:30,789 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] |
2018-02-07 05:33:30 | stdout | 2018-02-07 05:33:30,789 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf |
2018-02-07 05:33:30 | stdout | 2018-02-07 05:33:30,787 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 11.0-20180122 |
2018-02-06 19:30:14 | stdout | 2018-02-06 19:30:14,875 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. |
2018-02-06 19:30:14 | stdout | 2018-02-06 19:30:14,874 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Initiating shutdown |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,697 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,672 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,639 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,610 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,584 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,558 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,528 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,504 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,436 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,261 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /web/login HTTP/1.1" 303 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,061 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,036 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:59,005 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:59] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:27:59 | stdout | 2018-02-06 18:27:58,972 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:58] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:27:58 | stdout | 2018-02-06 18:27:58,890 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:58] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:58 | stdout | 2018-02-06 18:27:58,865 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:58] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:27:58 | stdout | 2018-02-06 18:27:58,835 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:58] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:27:58 | stdout | 2018-02-06 18:27:58,802 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:58] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:27:57 | stdout | 2018-02-06 18:27:57,808 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:57] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-06 18:27:57 | stdout | 2018-02-06 18:27:57,632 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:27:57] "GET /web/login HTTP/1.1" 303 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,550 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,527 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,483 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,433 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,393 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,329 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,291 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:06:51 | stdout | 2018-02-06 18:06:51,249 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:51] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,889 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,525 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /web/login HTTP/1.1" 303 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,475 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,428 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,374 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,329 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,300 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,260 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:50] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-06 18:06:50 | stdout | 2018-02-06 18:06:50,222 1 [1;32m[1;49mINFO[0m ? odoo.http: Generating nondb routing |
2018-02-06 18:06:49 | stdout | ImportError: No module named 'controllers' |
2018-02-06 18:06:49 | stdout | |
2018-02-06 18:06:49 | stdout | File "<string>", line 23, in <module> |
2018-02-06 18:06:49 | stdout | exec(open(modfile, 'rb').read(), new_mod.__dict__) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 82, in load_module |
2018-02-06 18:06:49 | stdout | m = __import__('odoo.addons.' + module) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1319, in load_addons |
2018-02-06 18:06:49 | stdout | self.load_addons() |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1297, in __call__ |
2018-02-06 18:06:49 | stdout | result = handler(environ, start_response) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 154, in application_unproxied |
2018-02-06 18:06:49 | stdout | return application_unproxied(environ, start_response) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 166, in application |
2018-02-06 18:06:49 | stdout | return self.app(e, s) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 252, in app |
2018-02-06 18:06:49 | stdout | application_iter = app(environ, start_response) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 193, in execute |
2018-02-06 18:06:49 | stdout | execute(self.server.app) |
2018-02-06 18:06:49 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 205, in run_wsgi |
2018-02-06 18:06:49 | stdout | Traceback (most recent call last): |
2018-02-06 18:06:49 | stdout | 2018-02-06 18:06:49,764 1 [1;31m[1;49mERROR[0m ? werkzeug: Error on request: |
2018-02-06 18:06:49 | stdout | 2018-02-06 18:06:49,668 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [06/Feb/2018 18:06:49] "GET /web/login HTTP/1.1" 500 - |
2018-02-06 05:33:31 | stdout | 2018-02-06 05:33:31,105 1 [1;32m[1;49mINFO[0m ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf |
2018-02-06 05:33:28 | stdout | 2018-02-06 05:33:28,253 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 |
2018-02-06 05:33:27 | stdout | 2018-02-06 05:33:27,969 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.2:5432 |
2018-02-06 05:33:27 | stdout | 2018-02-06 05:33:27,967 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] |
2018-02-06 05:33:27 | stdout | 2018-02-06 05:33:27,963 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf |
2018-02-06 05:33:27 | stdout | 2018-02-06 05:33:27,955 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 11.0-20180122 |
2018-02-05 19:30:17 | stdout | 2018-02-05 19:30:17,871 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. |
2018-02-05 19:30:17 | stdout | 2018-02-05 19:30:17,871 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Initiating shutdown |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,376 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/src/img/logo2.png HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,364 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,363 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,358 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,352 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,349 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,348 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 404 - |
2018-02-05 17:53:42 | stdout | 2018-02-05 17:53:42,272 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:42] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,397 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/src/img/logo2.png HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,386 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,382 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,379 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,373 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,370 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,367 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 404 - |
2018-02-05 17:53:40 | stdout | 2018-02-05 17:53:40,305 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:40] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-05 17:53:36 | stdout | 2018-02-05 17:53:36,792 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:36] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,505 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/src/img/logo2.png HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,498 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,487 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,486 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,483 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,480 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,476 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 404 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,396 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-05 17:53:35 | stdout | 2018-02-05 17:53:35,231 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:53:35] "GET /web/ HTTP/1.1" 303 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,476 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,454 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,431 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,408 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,387 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,366 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,344 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-05 17:28:13 | stdout | 2018-02-05 17:28:13,322 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:13] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-05 17:28:12 | stdout | 2018-02-05 17:28:12,094 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:12] "GET /web/database/selector HTTP/1.1" 200 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,738 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /web/login HTTP/1.1" 303 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,698 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,674 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,650 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,627 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /favicon.ico HTTP/1.1" 404 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,604 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /apple-touch-icon.png HTTP/1.1" 404 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,582 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:11] "GET /apple-touch-icon-precomposed.png HTTP/1.1" 404 - |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,555 1 [1;32m[1;49mINFO[0m ? odoo.http: Generating nondb routing |
2018-02-05 17:28:11 | stdout | ImportError: No module named 'controllers' |
2018-02-05 17:28:11 | stdout | |
2018-02-05 17:28:11 | stdout | File "<string>", line 23, in <module> |
2018-02-05 17:28:11 | stdout | exec(open(modfile, 'rb').read(), new_mod.__dict__) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 82, in load_module |
2018-02-05 17:28:11 | stdout | m = __import__('odoo.addons.' + module) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1319, in load_addons |
2018-02-05 17:28:11 | stdout | self.load_addons() |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1297, in __call__ |
2018-02-05 17:28:11 | stdout | result = handler(environ, start_response) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 154, in application_unproxied |
2018-02-05 17:28:11 | stdout | return application_unproxied(environ, start_response) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 166, in application |
2018-02-05 17:28:11 | stdout | return self.app(e, s) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 252, in app |
2018-02-05 17:28:11 | stdout | application_iter = app(environ, start_response) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 193, in execute |
2018-02-05 17:28:11 | stdout | execute(self.server.app) |
2018-02-05 17:28:11 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 205, in run_wsgi |
2018-02-05 17:28:11 | stdout | Traceback (most recent call last): |
2018-02-05 17:28:11 | stdout | 2018-02-05 17:28:11,004 1 [1;31m[1;49mERROR[0m ? werkzeug: Error on request: |
2018-02-05 17:28:10 | stdout | 2018-02-05 17:28:10,875 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [05/Feb/2018 17:28:10] "GET /web/login HTTP/1.1" 500 - |
2018-02-05 05:33:29 | stdout | 2018-02-05 05:33:29,057 1 [1;32m[1;49mINFO[0m ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf |
2018-02-05 05:33:26 | stdout | 2018-02-05 05:33:26,085 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 |
2018-02-05 05:33:25 | stdout | 2018-02-05 05:33:25,749 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.2:5432 |
2018-02-05 05:33:25 | stdout | 2018-02-05 05:33:25,747 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] |
2018-02-05 05:33:25 | stdout | 2018-02-05 05:33:25,747 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf |
2018-02-05 05:33:25 | stdout | 2018-02-05 05:33:25,746 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 11.0-20180122 |
2018-02-04 13:02:06 | stdout | 2018-02-04 13:02:06,002 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. |
2018-02-04 13:02:06 | stdout | 2018-02-04 13:02:06,002 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Initiating shutdown |
2018-02-04 13:01:40 | stdout | ImportError: No module named 'controllers' |
2018-02-04 13:01:40 | stdout | |
2018-02-04 13:01:40 | stdout | File "<string>", line 23, in <module> |
2018-02-04 13:01:40 | stdout | exec(open(modfile, 'rb').read(), new_mod.__dict__) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 82, in load_module |
2018-02-04 13:01:40 | stdout | m = __import__('odoo.addons.' + module) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1319, in load_addons |
2018-02-04 13:01:40 | stdout | self.load_addons() |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1297, in __call__ |
2018-02-04 13:01:40 | stdout | result = handler(environ, start_response) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 154, in application_unproxied |
2018-02-04 13:01:40 | stdout | return application_unproxied(environ, start_response) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 166, in application |
2018-02-04 13:01:40 | stdout | return self.app(e, s) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 252, in app |
2018-02-04 13:01:40 | stdout | application_iter = app(environ, start_response) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 193, in execute |
2018-02-04 13:01:40 | stdout | execute(self.server.app) |
2018-02-04 13:01:40 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 205, in run_wsgi |
2018-02-04 13:01:40 | stdout | Traceback (most recent call last): |
2018-02-04 13:01:40 | stdout | 2018-02-04 13:01:40,477 1 [1;31m[1;49mERROR[0m ? werkzeug: Error on request: |
2018-02-04 13:01:40 | stdout | 2018-02-04 13:01:40,473 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [04/Feb/2018 13:01:40] "GET /web/ HTTP/1.1" 500 - |
2018-02-04 13:00:57 | stdout | 2018-02-04 13:00:57,845 1 [1;32m[1;49mINFO[0m ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf |
2018-02-04 13:00:57 | stdout | 2018-02-04 13:00:57,603 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 |
2018-02-04 13:00:57 | stdout | 2018-02-04 13:00:57,573 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.3:5432 |
2018-02-04 13:00:57 | stdout | 2018-02-04 13:00:57,571 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] |
2018-02-04 13:00:57 | stdout | 2018-02-04 13:00:57,571 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf |
2018-02-04 13:00:57 | stdout | 2018-02-04 13:00:57,569 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 11.0-20180122 |
2018-02-04 12:57:20 | stdout | 2018-02-04 12:57:20,702 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown. |
2018-02-04 12:57:20 | stdout | 2018-02-04 12:57:20,702 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Initiating shutdown |
2018-02-04 12:55:56 | stdout | ImportError: No module named 'controllers' |
2018-02-04 12:55:56 | stdout | |
2018-02-04 12:55:56 | stdout | File "<string>", line 23, in <module> |
2018-02-04 12:55:56 | stdout | exec(open(modfile, 'rb').read(), new_mod.__dict__) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 82, in load_module |
2018-02-04 12:55:56 | stdout | m = __import__('odoo.addons.' + module) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1319, in load_addons |
2018-02-04 12:55:56 | stdout | self.load_addons() |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/odoo/http.py", line 1297, in __call__ |
2018-02-04 12:55:56 | stdout | result = handler(environ, start_response) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 154, in application_unproxied |
2018-02-04 12:55:56 | stdout | return application_unproxied(environ, start_response) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 166, in application |
2018-02-04 12:55:56 | stdout | return self.app(e, s) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 252, in app |
2018-02-04 12:55:56 | stdout | application_iter = app(environ, start_response) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 193, in execute |
2018-02-04 12:55:56 | stdout | execute(self.server.app) |
2018-02-04 12:55:56 | stdout | File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 205, in run_wsgi |
2018-02-04 12:55:56 | stdout | Traceback (most recent call last): |
2018-02-04 12:55:56 | stdout | 2018-02-04 12:55:56,631 1 [1;31m[1;49mERROR[0m ? werkzeug: Error on request: |
2018-02-04 12:55:56 | stdout | 2018-02-04 12:55:56,596 1 [1;32m[1;49mINFO[0m ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf |
2018-02-04 12:55:56 | stdout | 2018-02-04 12:55:56,580 1 [1;32m[1;49mINFO[0m ? werkzeug: 172.17.0.1 - - [04/Feb/2018 12:55:56] "GET /web/ HTTP/1.1" 500 - |
2018-02-04 12:55:55 | stdout | 2018-02-04 12:55:55,376 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069 |
2018-02-04 12:55:55 | stdout | 2018-02-04 12:55:55,292 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.3:5432 |
2018-02-04 12:55:55 | stdout | 2018-02-04 12:55:55,291 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] |
2018-02-04 12:55:55 | stdout | 2018-02-04 12:55:55,289 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf |
2018-02-04 12:55:55 | stdout | 2018-02-04 12:55:55,288 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 11.0-20180122 |