-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: Infrastructure & Services
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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
- is related to
-
JRASERVER-42742 graceful service stop during linux shutdown process
- Closed