Boa tarde senhores,
Meu servidor fluig parou de iniciar pelos serviços e só consigo inicializa-lo via console.
Quando tento iniciar pelos meios tradicionais (service fluig start ou /etc/init.d/fluig start) ele dá o seguinte erro:
[....] Starting fluig (via systemctl): fluig.serviceJob for fluig.service failed because the control process exited with error code. See "systemctl status fluig.service" and "journalctl -xe" for details. failed!
No detalhamento do jounarlctl -xe:
Nov 26 17:02:23 demofluig.totvsgo.com systemd[1]: Starting LSB: Fluig Application Server... -- Subject: Unit fluig.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit fluig.service has begun starting up. Nov 26 17:02:23 demofluig.totvsgo.com fluig[17748]: Starting Fluig Application Server fluig Nov 26 17:02:23 demofluig.totvsgo.com fluig[17748]: Fluig Application Server is not running but the pid file exists Nov 26 17:02:23 demofluig.totvsgo.com systemd[1]: fluig.service: Control process exited, code=exited status=1 Nov 26 17:02:23 demofluig.totvsgo.com systemd[1]: Failed to start LSB: Fluig Application Server. -- Subject: Unit fluig.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit fluig.service has failed. -- -- The result is failed.
Se inicio via console tudo vai bem: /opt/fluig/appserver/bin/domain.sh &
Como faço para recriar o serviço dele?