Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1830 Vistas

I don't know why, but I can't access the server. I don't even have access to the database manager.


I read the log, but it doesn't seem to be too useful:

2024-06-25 18:00:15,083 18 INFO PROGRA odoo.modules.loading: loading 1 modules... 2024-06-25 18:00:15,100 18 INFO PROGRA odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries (+0 extra) 2024-06-25 18:00:15,144 18 WARNING PROGRA odoo.modules.graph: module NEWTEST: not installable, skipped 2024-06-25 18:00:15,187 18 INFO PROGRA odoo.modules.loading: loading 121 modules... 2024-06-25 18:00:16,592 18 INFO PROGRA odoo.modules.loading: 121 modules loaded in 1.41s, 0 queries (+0 extra) 2024-06-25 18:00:17,103 18 INFO PROGRA odoo.modules.loading: Modules loaded. 2024-06-25 18:00:17,114 18 INFO PROGRA odoo.modules.registry: Registry loaded in 2.074s 2024-06-25 18:00:17,116 18 INFO PROGRA odoo.addons.base.models.ir_http: Generating routing map for key None 2024-06-25 18:00:17,253 18 ERROR PROGRA odoo.http: Exception during request handling. Traceback (most recent call last):  File "/usr/lib/python3/dist-packages/odoo/addons/bus/websocket.py", line 836, in open_connection    socket = request.httprequest._HTTPRequest__environ['socket']KeyError: 'socket'

The above exception was the direct cause of the following exception:
Traceback (most recent call last):  File "/usr/lib/python3/dist-packages/odoo/http.py", line 2189, in __call__    response = request._serve_db()  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1765, in _serve_db    return service_model.retrying(self._serve_ir_http, self.env)  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 133, in retrying    result = func()  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1792, in _serve_ir_http    response = self.dispatcher.dispatch(rule.endpoint, args)  File "/usr/lib/python3/dist-packages/odoo/http.py", line 1909, in dispatch    return self.request.registry['ir.http']._dispatch(endpoint)  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 222, in _dispatch    result = endpoint(**request.params)  File "/usr/lib/python3/dist-packages/odoo/http.py", line 722, in route_wrapper    result = endpoint(self, *args, **params_ok)  File "/usr/lib/python3/dist-packages/odoo/addons/bus/controllers/websocket.py", line 18, in websocket    return WebsocketConnectionHandler.open_connection(request)  File "/usr/lib/python3/dist-packages/odoo/addons/bus/websocket.py", line 848, in open_connection    raise RuntimeError(RuntimeError: Couldn't bind the websocket. Is the connection opened on the evented port (8072)?2024-06-25 18:00:17,255 18 INFO PROGRA werkzeug: 192.168.99.69 - - [25/Jun/2024 18:00:17] "GET /websocket HTTP/1.1" 500 - 30 0.046 2.172
Avatar
Descartar
Mejor respuesta

Could you recall what did you do before this error?   what does your server port 8072 work for?

As per my limited practice,  the server error code 500 mostly caused by failing in request the frontend files, i.e the .xml files(some syntax mistake).


Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
jul 25
2017
0
mar 25
1115
1
jul 24
1958
7
jul 24
25421
2
abr 24
3384