Projet

Général

Profil

Tâche #25557

Mis à jour par Fabrice Barconnière il y a plus de 5 ans

Le frontend ne démarre pas car il a besoin besoind de creole semble-t-il :
<pre>
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'.
</pre>

Retour