The application won't start after a server reboot

Jason Ritz
Jason Ritz
  • Updated

Author: Jason Ritz

Date: December 8th, 2023

Audience: Everyone

Environmental details: Self-hosted

Summary: 

After restarting the application server, Replicated and Jama Connect® will not start even though no changes were made to the server. 

 

Solution:

  1. Check if SELinux is running 
    sestatus
  2. If SELinux is running temporarily disable it 
    setenforce 0
  3. Check if Firewalld is running 
    systemctl status firewalld
  4. If Firewalld is running temporarily disable it 
    systemctl stop firewalld
  5. Restart Docker
    systemctl restart docker

Cause:

SELinux and Firewalld are set to run on system startup by default, so a server reboot can restart them, causing the issue. 

 

Prevention:

You can permanently disable SELinux by editing the following file:

/etc/sysconfig/selinux

Update the line SELinux=enforcing to be SELinux=disabled

 

 

Feedback: Please leave feedback in the comments below.

 

Related to

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.