Tâche #25557
Scénario #25208: Faire fonctionner le frontend horus - HORUS-T01-002 : Configuration module Horus en mode normal (2.7.0-b1)
Le frontend Horus doit démarrer au boot du serveur
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
Le frontend ne démarre pas car il a besoin de creole semble-t-il :
root@horus:~# systemctl status horus_frontend.service ● horus_frontend.service - Horus Administration Frontend Loaded: loaded (/lib/systemd/system/horus_frontend.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2018-10-15 13:31:23 CEST; 7s ago Process: 1036 ExecStart=/usr/share/horus/serveur.py (code=exited, status=1/FAILURE) Main PID: 1036 (code=exited, status=1/FAILURE) oct. 15 13:31:23 horus horus_frontend[1036]: ret = self.request('/get', path, **kwargs) oct. 15 13:31:23 horus horus_frontend[1036]: File "/usr/lib/python2.7/dist-packages/creole/client.py", line 326, in request oct. 15 13:31:23 horus horus_frontend[1036]: ret = self._request(self.url + command + path, **kwargs) oct. 15 13:31:23 horus horus_frontend[1036]: File "/usr/lib/python2.7/dist-packages/creole/client.py", line 305, in _request oct. 15 13:31:23 horus horus_frontend[1036]: raise TimeoutCreoleClientError(msg.format(err)) oct. 15 13:31:23 horus horus_frontend[1036]: creole.client.TimeoutCreoleClientError: Erreur HTTP : HTTPConnectionPool(host='127.0.0.1', port=8000): Max retrie oct. 15 13:31:23 horus horus_frontend[1036]: Veuillez vous référer au journal d'événement de creoled (/var/log/rsyslog/local/creoled/creoled.info.log) pour av oct. 15 13:31:23 horus horus_frontend[1036]: et redémarrer le service avec la commande 'service creoled start' oct. 15 13:31:23 horus systemd[1]: horus_frontend.service: Main process exited, code=exited, status=1/FAILURE oct. 15 13:31:23 horus systemd[1]: horus_frontend.service: Failed with result 'exit-code'.
Associated revisions
horus_frontend needs creoled to work
ref #25557
History
#1 Updated by Fabrice Barconnière almost 5 years ago
- Status changed from Nouveau to En cours
#2 Updated by Fabrice Barconnière almost 5 years ago
- Assigned To set to Fabrice Barconnière
#3 Updated by Fabrice Barconnière almost 5 years ago
- Description updated (diff)
- % Done changed from 0 to 100
- Remaining (hours) changed from 1.0 to 0.1
#4 Updated by Scrum Master almost 5 years ago
- Status changed from En cours to Résolu
#5 Updated by Gérald Schwartzmann almost 5 years ago
- Remaining (hours) changed from 0.1 to 0.0
#6 Updated by Laurent Flori almost 5 years ago
- Status changed from Résolu to Fermé
#7 Updated by Gérald Schwartzmann almost 5 years ago
root@horus:~# systemctl status horus_frontend.service ● horus_frontend.service Loaded: masked (/dev/null; bad) Active: inactive (dead)
#8 Updated by Gérald Schwartzmann almost 5 years ago
root@horus:~# frontend_horus …