Hello,
It has been a year I didn't close the POS session by clicking the button : Validate closing and post entries
Now I am trying to close it after like more 1300 commands. However it time outs after like 30 minutes ...
When I check the odoo.log file I get :
"
Many times this line :
2020-09-02 23:49:45,009 5856 INFO Lib werkzeug: 127.0.0.1 - - [02/Sep/2020 23:49:45] "POST /longpolling/poll HTTP/1.1" 200 -
Then
2020-09-02 23:49:45,009 5856 ERROR Lib odoo.service.server: Exception happened during processing of request from ('127.0.0.1', 50937)
Traceback (most recent call last):
File "SocketServer.pyc", line 599, in process_request_thread
File "SocketServer.pyc", line 334, in finish_request
File "SocketServer.pyc", line 657, in __init__
File "SocketServer.pyc", line 716, in finish
File "socket.pyc", line 283, in close
File "socket.pyc", line 307, in flush
error: [Errno 10053] Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte
2020-09-02 23:51:23,036 5856 ERROR ? odoo.addons.bus.models.bus: Bus.loop error, sleep and retry
Traceback (most recent call last):
File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\bus\models\bus.py", line 180, in run
File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\bus\models\bus.py", line 166, in loop
OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
"
Please help me bypass this problem. it is really making me afraid I will lose the app. because all my library is based on it.
Environnment : Windows 10, Odoo 10.
P.S : I will close it then I will try to slowly migrate to the latest Odoo version.
P.S 2 : I copied the entire database to a more powerfull laptop, installed odoo 10 and restored the database. when I try to close the session i get the same timeout problem and same errors.
Thank you so much in advance.