Hi All,
I just had postgresql database connection to Jira issue resolved as advised by Brandon Jackson yesterday.
I have this final issue to be resolved, I realized that jira would not start after reboot. I have to use the startup.sh script to bring it up.
I have used the following documents available in the community but not yet resolved
and
From advise on the later, when I set up jira.service script in /lib/systemd/system and start the service by #systemctl start jira.service
I got an error message
"Job for jira.service failed because the control process exited with error code.
See "systemctl status jira.service" and "journalctl -xe" for details."
I have put in this details at the top of my jira.service script as advised by someone but still not working #chkconfig: 2345 80 05
Adding jira service with command
#chkconfig --add jira
also popped up with error
"service jira does not support chkconfig"
Please can someone help please?
Thanks for your assistance.
Akin
Got this fixed
1) I added jira service
#chkconfig --add jira
2) I modified the script /etc/rc.d/init.d/jira by changing the start-jira.sh to startup.sh and also stop-jira.sh to shutdown,sh
This modification enables me to use the startup and shutdown script in /opt/atlassian/jira/bin to start and stop jira while booting and shutting down my server.
3) When this was modified I ensure having appropriate link in /etc/rc.d/rc5.d for starting up jira when server is coming up and /etc/rc.d/rc0.d for shutting down jira when server is going down.
This perfectly works for me.
Thanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.