<div dir="ltr">Hi,<div><br></div><div>I installing Apache APISIX <a href="https://apisix.apache.org/" target="_blank">https://apisix.apache.org/</a>  on CentOS Linux release 7.9.2009 (Core) by referring to <a href="https://apisix.apache.org/docs/apisix/how-to-build" target="_blank">https://apisix.apache.org/docs/apisix/how-to-build</a><br><div><br></div><div>[root@]#systemctl cat apisix.service<br># /usr/lib/systemd/system/apisix.service<br># apisix systemd service<br># <a href="https://github.com/api7/apisix-build-tools/blob/master/usr/lib/systemd/system/apisix.service" target="_blank">https://github.com/api7/apisix-build-tools/blob/master/usr/lib/systemd/system/apisix.service</a><br>[Unit]<br>Description=apisix<br>#Conflicts=apisix.service<br>After=network-online.target<br>Wants=network-online.target<br><br>[Service]<br>Type=forking<br>Restart=on-failure<br>WorkingDirectory=/usr/local/apisix<br>ExecStart=/usr/bin/apisix start<br>ExecStop=/usr/bin/apisix stop<br>ExecReload=/usr/bin/apisix reload<br>LimitNOFILE=65536<br><br>[Install]<br>WantedBy=multi-user.target<br></div><div><br></div><div>[root@]# systemctl restart apisix<br>Job for apisix.service failed because the control process exited with error code. See "systemctl status apisix.service" and "journalctl -xe" for details.<br>[root@apacheapisixapigateway ~]# systemctl status apisix<br>● apisix.service - apisix<br>   Loaded: loaded (/usr/lib/systemd/system/apisix.service; disabled; vendor preset: disabled)<br>   Active: failed (Result: start-limit) since Thu 2022-04-14 20:29:36 IST; 2ms ago<br>  Process: 1597 ExecStart=/usr/bin/apisix start (code=exited, status=1/FAILURE)<br><br>Apr 14 20:29:35 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 20:29:35 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 20:29:35 apacheapisixapigateway systemd[1]: apisix.service failed.<br>Apr 14 20:29:36 apacheapisixapigateway systemd[1]: apisix.service holdoff time over, scheduling restart.<br>Apr 14 20:29:36 apacheapisixapigateway systemd[1]: Stopped apisix.<br>Apr 14 20:29:36 apacheapisixapigateway systemd[1]: start request repeated too quickly for apisix.service<br>Apr 14 20:29:36 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 20:29:36 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 20:29:36 apacheapisixapigateway systemd[1]: apisix.service failed.<br></div><div><br></div><div>[root@]#journalctl -u apisix.service<br></div><div>Apr 14 23:29:42 apacheapisixapigateway apisix[1798]: /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start<br>Apr 14 23:29:42 apacheapisixapigateway apisix[1798]: etcd cluster version 3.3.0 is less than the required version 3.4.0, please upgrade your etcd cluster<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: apisix.service: control process exited, code=exited status=1<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: apisix.service failed.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: apisix.service holdoff time over, scheduling restart.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Stopped apisix.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Starting apisix...<br>Apr 14 23:29:42 apacheapisixapigateway apisix[1822]: /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start<br>Apr 14 23:29:42 apacheapisixapigateway apisix[1822]: etcd cluster version 3.3.0 is less than the required version 3.4.0, please upgrade your etcd cluster<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: apisix.service: control process exited, code=exited status=1<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: apisix.service failed.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: apisix.service holdoff time over, scheduling restart.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Stopped apisix.<br>Apr 14 23:29:42 apacheapisixapigateway systemd[1]: Starting apisix...<br>Apr 14 23:29:42 apacheapisixapigateway apisix[1845]: /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start<br>Apr 14 23:29:43 apacheapisixapigateway apisix[1845]: etcd cluster version 3.3.0 is less than the required version 3.4.0, please upgrade your etcd cluster<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service: control process exited, code=exited status=1<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service failed.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service holdoff time over, scheduling restart.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Stopped apisix.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Starting apisix...<br>Apr 14 23:29:43 apacheapisixapigateway apisix[1869]: /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start<br>Apr 14 23:29:43 apacheapisixapigateway apisix[1869]: etcd cluster version 3.3.0 is less than the required version 3.4.0, please upgrade your etcd cluster<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service: control process exited, code=exited status=1<br><font color="#ff0000">Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service failed.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service holdoff time over, scheduling restart.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Stopped apisix.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: start request repeated too quickly for apisix.service<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Failed to start apisix.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: Unit apisix.service entered failed state.<br>Apr 14 23:29:43 apacheapisixapigateway systemd[1]: apisix.service failed.</font><br></div><div><br></div><div>Please guide me. Thanks in Advance.</div><div><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div><div class="gmail-yj6qo"></div><div class="gmail-adL"></div><div class="gmail-adL"><br></div></div></div>