
automacao.samos
(usa CentOS)
Enviado em 06/10/2019 - 12:45h
versao: CentOS Linux release 8.0.1905 (Core)
Estou criando o serviço da minha aplicacao NodeJs e estou tendo esse erro:
[root@localhost system]# systemctl status ServerSamosAdmin.service
● ServerSamosAdmin.service
Loaded: loaded (/etc/systemd/system/ServerSamosAdmin.service; static; vendor preset: disabled)
Active: failed (Result: core-dump) since Sun 2019-10-06 07:27:34 EDT; 4h 11min ago
Main PID: 2278 (code=dumped, signal=ILL)
out 06 07:27:34 localhost.localdomain ServerSamosAdmin[2278]: #FailureMessage Object: 0x7fff66bb4410
out 06 07:27:34 localhost.localdomain systemd[1]: ServerSamosAdmin.service: Main process exited, code=dumped, status=4/ILL
out 06 07:27:34 localhost.localdomain systemd[1]: ServerSamosAdmin.service: Failed with result 'core-dump'.
out 06 07:27:34 localhost.localdomain systemd[1]: ServerSamosAdmin.service: Service RestartSec=100ms expired, scheduling restart.
out 06 07:27:34 localhost.localdomain systemd[1]: ServerSamosAdmin.service: Scheduled restart job, restart counter is at 5.
out 06 07:27:34 localhost.localdomain systemd[1]: Stopped ServerSamosAdmin.service.
out 06 07:27:34 localhost.localdomain systemd[1]: ServerSamosAdmin.service: Start request repeated too quickly.
out 06 07:27:34 localhost.localdomain systemd[1]: ServerSamosAdmin.service: Failed with result 'core-dump'.
out 06 07:27:34 localhost.localdomain systemd[1]: Failed to start ServerSamosAdmin.service.
na versão: CentOS Linux release 7.6.1810 (Core) nao tenho esse problema
obrigado