This question has been flagged

While Uploading code at odoo.sh, Build shows an error of time out. Even if it is a blank build with no code, it shows the error.

Following is the traceback:

ERROR
server
Exception happened during processing of request from ('127.0.0.1', 59500) Traceback (most recent call last): File "/usr/lib/python3.6/socketserver.py", line 317, in _handle_request_noblock self.process_request(request, client_address) File "/home/odoo/src/odoo/odoo/service/server.py", line 170, in process_request t.start() File "/usr/lib/python3.6/threading.py", line 846, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread
04/02/2019 10:44:19
ERROR
server
Exception happened during processing of request from ('127.0.0.1', 59502) Traceback (most recent call last): File "/usr/lib/python3.6/socketserver.py", line 317, in _handle_request_noblock self.process_request(request, client_address) File "/home/odoo/src/odoo/odoo/service/server.py", line 170, in process_request t.start() File "/usr/lib/python3.6/threading.py", line 846, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread
04/02/2019 10:44:19
ERROR
server
Exception happened during processing of request from ('127.0.0.1', 59504) Traceback (most recent call last): File "/usr/lib/python3.6/socketserver.py", line 317, in _handle_request_noblock self.process_request(request, client_address) File "/home/odoo/src/odoo/odoo/service/server.py", line 170, in process_request t.start() File "/usr/lib/python3.6/threading.py", line 846, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread
04/02/2019 10:44:19
ERROR
server
Exception happened during processing of request from ('127.0.0.1', 59506) Traceback (most recent call last): File "/usr/lib/python3.6/socketserver.py", line 317, in _handle_request_noblock self.process_request(request, client_address) File "/home/odoo/src/odoo/odoo/service/server.py", line 170, in process_request t.start() File "/usr/lib/python3.6/threading.py", line 846, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread
04/02/2019 10:44:19
ERROR
server



This error seems to be raised due to socket activation in odoo.sh
Suggest a solution to solve the above error.

Avatar
Discard

I am also looking for an answer to this