i have this errors::
[root@ip-172-31-40-196 centos]# systemctl status gunicorn.socket
● gunicorn.socket - gunicorn socket
Loaded: loaded (/etc/systemd/system/gunicorn.socket; enabled; vendor preset: disabled)
Active: failed (Result: resources)
Listen: 127.0.0.1:5003 (Stream)
Eyl 19 08:54:30 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
Eyl 19 09:06:01 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: gunicorn.socket failed to lis…y
Eyl 19 09:06:01 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Failed to listen on gunicorn …
Eyl 19 09:06:01 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
Eyl 19 09:07:05 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: gunicorn.socket failed to lis…y
Eyl 19 09:07:05 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Failed to listen on gunicorn …
Eyl 19 09:07:05 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: gunicorn.socket failed to lis…y
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Failed to listen on gunicorn …
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
Hint: Some lines were ellipsized, use -l to show in full.
[root@ip-172-31-40-196 centos]#
and
[root@ip-172-31-40-196 centos]# systemctl start gunicorn.socket
Job for gunicorn.socket failed. See “systemctl status gunicorn.socket” and “journalctl -xe” for details.
and
[root@ip-172-31-40-196 centos]# journalctl -xe
– The result is failed.
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
– Subject: Unit gunicorn.socket has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit gunicorn.socket has begun starting up.
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal polkitd[28085]: Unregistered Authentication A
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal polkitd[28085]: Registered Authentication Age
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: gunicorn.socket failed to listen
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Failed to listen on gunicorn sock
– Subject: Unit gunicorn.socket has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit gunicorn.socket has failed.
– The result is failed.
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
– Subject: Unit gunicorn.socket has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit gunicorn.socket has begun starting up.
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal polkitd[28085]: Unregistered Authentication A
lines 1319-1343/1343 (END)
– The result is failed.
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
– Subject: Unit gunicorn.socket has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit gunicorn.socket has begun starting up.
Eyl 19 09:09:27 ip-172-31-40-196.us-east-2.compute.internal polkitd[28085]: Unregistered Authentication Agent for unix-process:29328:240008 (syst
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal polkitd[28085]: Registered Authentication Agent for unix-process:29335:252800 (system
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: gunicorn.socket failed to listen on sockets: No such file or directory
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Failed to listen on gunicorn socket.
– Subject: Unit gunicorn.socket has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit gunicorn.socket has failed.
– The result is failed.
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal systemd[1]: Starting gunicorn socket.
– Subject: Unit gunicorn.socket has begun start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit gunicorn.socket has begun starting up.
Eyl 19 09:11:34 ip-172-31-40-196.us-east-2.compute.internal polkitd[28085]: Unregistered Authentication Agent for unix-process:29335:252800 (syst
~