This question has been flagged
2 Replies
5592 Views

I install Pycharm 2018.1 community  and odoo11. I open server directory without space directory.

I install requirements and some plugins. Now I run the odoo11 server project on pycharm 2018.1.

There are some error messages appears as below: Does smoebody know how to solve this problem?

Error Messageas as below:

"C:\Program Files (x86)\Odoo 11.0\python\python.exe" odoo-bin -w openpg -r openpgpwd --addons-path=odoo/addons

ERROR: couldn't create the logfile directory. Logging to the standard output.

2018-03-29 15:04:01,368 24672 INFO ? odoo: Odoo version 11.0-20180309

2018-03-29 15:04:01,368 24672 INFO ? odoo: Using configuration file at C:\tmp\1\server\odoo.conf

2018-03-29 15:04:01,368 24672 INFO ? odoo: addons paths: ['C:\\Users\\Akira\\AppData\\Local\\OpenERP S.A.\\Odoo\\addons\\11.0', 'C:\\tmp\\1\\server\\odoo\\addons']

2018-03-29 15:04:01,368 24672 INFO ? odoo: database: openpgpwd@localhost:5432

2018-03-29 15:04:01,382 24672 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

2018-03-29 15:04:01,542 24672 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at C:\Program Files (x86)\Odoo 11.0\thirdparty\wkhtmltopdf.exe

Avatar
Discard

Thanks. The logfile is defined in odoo.conf. I had change the log file to other directory. But I cannot see the google chrome open the source and then debug the source code. What is I lose setting?

I also found another problem in the line of password and login of PostgreSQL. But I fix it, the chrome still cannot open my odoo wbepage.

odoo-bin -w openpg -r openpgpwd --addons-path=odoo/addons

Best Answer

There is no error as far as it looks like and no traceback. You could set proper permissions to the log directory in order to get your logs in the log directory and not in the standard output in order to get rid of the ERROR message in the log, but the system should work fine. If not, then there's something else and you did not copy/paste the related part of the log.

Avatar
Discard