The application won't start after a server reboot

Jason Ritz
Jason Ritz
  • Updated
  • 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

  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

 

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/selinux

Update the line SELinux=enforcing to be SELinux=disabled

 

 

Feedback: Please leave feedback in the comments below.

 

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.