linux启动Jira时出现一下错误 jira PID file found but no matching process was found. Stop aborted

2025-04-25 01:29:04
推荐回答(1个)
回答1:

提示如下错误:PID file found but no matching process was found. Stop aborted.

发现jira安装目录的work文件夹下,pid号无对应进程

root@haier:/opt/jira/work# cat catalina.pid
12625
root@haier:/opt/jira/work# netstat -anp |grep 12625

刚才把catalina.pid文件直接删除,再执行start-jira.sh,jira就可以打开了。
不过配置confluence时,到Connect to JIRA时,输入JIRA 地址框下方会红字提示:Connection refused.
Check if an instance of JIRA 4.3 or later is running on the given url.
此时jira可以打开。