Hello all
My zabbix-java-gateway.service does not seem to start after the latest update.
I can't seem to get a lot of information out of the logging, where else should I be looking?
Zabbix Java Gateway version: 6.0.21 (revision 9624968c6b8)
Systemctl
Journalctl
My zabbix-java-gateway.service does not seem to start after the latest update.
I can't seem to get a lot of information out of the logging, where else should I be looking?
Zabbix Java Gateway version: 6.0.21 (revision 9624968c6b8)
Systemctl
Code:
zabbix-java-gateway.service - Zabbix Java Gateway
Loaded: loaded (/lib/systemd/system/zabbix-java-gateway.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Fri 2023-09-08 13:03:37 CEST; 49min ago
Process: 8185 ExecStart=/usr/sbin/zabbix_java_gateway_startup (code=exited, status=143)
CPU: 7.951s
Sep 08 13:02:06 hostname systemd[1]: Starting Zabbix Java Gateway...
Sep 08 13:03:36 hostname systemd[1]: zabbix-java-gateway.service: start operation timed out. Terminating.
Sep 08 13:03:37 hostname systemd[1]: zabbix-java-gateway.service: Failed with result 'timeout'.
Sep 08 13:03:37 hostname systemd[1]: Failed to start Zabbix Java Gateway.
Sep 08 13:03:37 hostname systemd[1]: zabbix-java-gateway.service: Consumed 7.951s CPU time.[B][/B]
Code:
Sep 08 12:50:01 hostname sudo[6192]: usr : TTY=pts/0 ; PWD=/etc/zabbix ; USER=root ; COMMAND=/usr/bin/systemctl status zabbix-java-gateway.service Sep 08 12:54:43 hostname sudo[7067]: usr : TTY=pts/0 ; PWD=/etc/zabbix ; USER=root ; COMMAND=/usr/bin/systemctl restart zabbix-java-gateway.service ░░ Subject: A start job for unit zabbix-java-gateway.service has begun execution ░░ A start job for unit zabbix-java-gateway.service has begun execution. Sep 08 12:56:13 hostname systemd[1]: zabbix-java-gateway.service: start operation timed out. Terminating. Sep 08 12:56:14 hostname systemd[1]: zabbix-java-gateway.service: Failed with result 'timeout'. ░░ The unit zabbix-java-gateway.service has entered the 'failed' state with result 'timeout'. ░░ Subject: A start job for unit zabbix-java-gateway.service has failed ░░ A start job for unit zabbix-java-gateway.service has finished with a failure. Sep 08 12:56:14 hostname systemd[1]: zabbix-java-gateway.service: Consumed 8.104s CPU time. ░░ The unit zabbix-java-gateway.service completed and consumed the indicated resources.
Comment