-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: Installation
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
It looks like that catalina.pid is not removed during linux shutdown process.
Tomcat is killed by SIGTERM rather than stop-jira.sh.
Tomcat startup abort if same PID of catalina.pid exist after restart linux.
Environment
- RHEL/CentOS Linux
- JIRA Linux Installer
- Service enabled
Suggestion
- adding some codes to /etc/rc.d/init.d/jira script
- chkconfig 345 85 15
- touch /var/lock/subsys/jira after start
- remove this lock file after stop
Workaround
- run stop-jira.sh before shutdown linux system
- relates to
-
JRACLOUD-42742 graceful service stop during linux shutdown process
- Closed