Closed thomaspaulb closed 7 years ago
Right, I solved my own issue again, although I still don't understand what's going on...
When I remove options.workers = 2
it works. But I have that setting defined on my server as well, and there it gives no problems.
I have below file on my localhost, but am getting the error that port is already in use, even though it's not. When I run Odoo in my "old" way, it works, and it also doesn't matter which port I choose.
I have modified Odoo source to print out when it's trying to bind to a port, and I notice that it's trying to bind twice. The first time works, but the second time fails.
Is there something wrong in my
buildout.cfg
that makes Odoo to bind to the port twice?