Published Date: December 8, 2023
Validated: Yes
Audience: Everyone
Products and Versions Covered:
- Self-hosted
Summary
After restarting the application server, Replicated and Jama Connect® will not start even though no changes were made to the server.
Resolution
Check if SELinux is running
sestatusIf SELinux is running temporarily disable it
setenforce 0Check if Firewalld is running
systemctl status firewalldIf Firewalld is running temporarily disable it
systemctl stop firewalld
SELinux and Firewalld are set to run on system startup by default, so a server reboot can restart them, causing the issue.
You can permanently disable SELinux by editing the following file:
/etc/sysconfig/selinuxUpdate the line SELinux=enforcing to be SELinux=disabled
Feedback: Please leave feedback in the comments below.
Comments
0 comments
Please sign in to leave a comment.