Hi,
all of a sudden I am not able to reach the cp both on https://serverurl:8443 and http://serverurl:8880. Website and other services seem to work as usual though. Now, since I know that this can be related to a variety of issues, I would appreciate very much if someone could help me in creating a comprehensive list of possible related issues, in order for me to debug, and maybe for other people in the community dealing with the same problem to find them all in one place.
So far here is what I have investigated:
1. Firewall
Check if port 8443 is open. The actual iptables rule for ports 8443 and 8880 is
# iptables -I INPUT 1 -p tcp -m multiport --dports 8880,8443 -j ACCEPT
2. Fail2Ban
either start and stop doesn't solve the issue
3. Restart cp
# /etc/init.d/sw-cp-server restart
correctly restarts the cp, but with no effects
The error:log file in my /var/log/sw-cp-server folder says
# 25774#0: *1 connect() to unix:/var/run/sw-engine.sock failed (11: Resource temporarily unavailable)
What else should be checked in order to investigate further this issue?
all of a sudden I am not able to reach the cp both on https://serverurl:8443 and http://serverurl:8880. Website and other services seem to work as usual though. Now, since I know that this can be related to a variety of issues, I would appreciate very much if someone could help me in creating a comprehensive list of possible related issues, in order for me to debug, and maybe for other people in the community dealing with the same problem to find them all in one place.
So far here is what I have investigated:
1. Firewall
Check if port 8443 is open. The actual iptables rule for ports 8443 and 8880 is
# iptables -I INPUT 1 -p tcp -m multiport --dports 8880,8443 -j ACCEPT
2. Fail2Ban
either start and stop doesn't solve the issue
3. Restart cp
# /etc/init.d/sw-cp-server restart
correctly restarts the cp, but with no effects
The error:log file in my /var/log/sw-cp-server folder says
# 25774#0: *1 connect() to unix:/var/run/sw-engine.sock failed (11: Resource temporarily unavailable)
What else should be checked in order to investigate further this issue?