Fiware 无法以2个实例作为服务启动Cygnus

Fiware 无法以2个实例作为服务启动Cygnus,fiware,fiware-cygnus,Fiware,Fiware Cygnus,我已使用其代理配置了2个cygnus Intance,但当我将cygnus作为一项服务启动时,会出现以下错误: sudo service cygnus start Starting cygnus (via systemctl): Job for cygnus.service failed because the control process exited with error code. See "systemctl status cygnus.service" and "journalct

我已使用其代理配置了2个cygnus Intance,但当我将cygnus作为一项服务启动时,会出现以下错误:

sudo service cygnus start
Starting cygnus (via systemctl):  Job for cygnus.service failed because the control process exited with error code. See "systemctl status cygnus.service" and "journalctl -xe" for details.
                                                           [FAILED]
另外,当我运行
“systemctl status cygnus.service”
命令时,我得到以下输出:

[root@orion conf]# systemctl status cygnus.service
● cygnus.service - SYSV: cygnus
   Loaded: loaded (/etc/rc.d/init.d/cygnus; bad; vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2019-09-16 00:01:02 UTC; 18s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 14719 ExecStart=/etc/rc.d/init.d/cygnus start (code=exited, status=2)

Sep 16 00:01:00 orion.novalocal cygnus[14719]: rm: cannot remove ‘/var/run/cygnus/cygnus_1.pid’: No such file or directory
Sep 16 00:01:00 orion.novalocal su[14766]: (to cygnus) root on none
Sep 16 00:01:00 orion.novalocal cygnus[14719]: Starting Cygnus test...  bash: /var/run/cygnus/cygnus_test.pid: No such file or directory
Sep 16 00:01:02 orion.novalocal cygnus[14719]: cat: /var/run/cygnus/cygnus_test.pid: No such file or directory
Sep 16 00:01:02 orion.novalocal cygnus[14719]: [FAILED]
Sep 16 00:01:02 orion.novalocal cygnus[14719]: rm: cannot remove ‘/var/run/cygnus/cygnus_test.pid’: No such file or directory
Sep 16 00:01:02 orion.novalocal systemd[1]: cygnus.service: control process exited, code=exited status=2
Sep 16 00:01:02 orion.novalocal systemd[1]: Failed to start SYSV: cygnus.
Sep 16 00:01:02 orion.novalocal systemd[1]: Unit cygnus.service entered failed state.
Sep 16 00:01:02 orion.novalocal systemd[1]: cygnus.service failed.
/var/run/cygnus/
路径上的pid文件似乎有问题。 还有两个已配置的实例: cygnus_实例_test.conf:

CYGNUS_USER=cygnus
CONFIG_FOLDER=/usr/cygnus/conf
CONFIG_FILE=/usr/cygnus/conf/agent_test.conf
AGENT_NAME=cygnus-ngsi
LOGFILE_NAME=cygnus.log
ADMIN_PORT=8081
POLLING_INTERVAL=30
天鹅座实例1.conf:

CYGNUS_USER=cygnus
CONFIG_FOLDER=/usr/cygnus/conf
CONFIG_FILE=/usr/cygnus/conf/agent_1.conf
AGENT_NAME=cygnus-ngsi
LOGFILE_NAME=cygnus.log
ADMIN_PORT=8081
POLLING_INTERVAL=30

您似乎没有/var/run/cygnus目录