iT邦幫忙

0

tomcat無法執行的問題

  • 分享至 

  • xImage

請教大家
在執行/etc/init.d/confluence 會出現下列的訊息
Existing PID file found during start
tomcat appears to still be running with PID 952. Start aborted
這是否有辦法修正呢?感謝

圖片
  熱門推薦
圖片
{{ item.channelVendor }} | {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

0
enen1980
iT邦研究生 1 級 ‧ 2014-08-11 14:40:05
最佳解答

要看你用什麼VERSION, 以下是例子
ps -ef | grep tomcat-5.5-26-rum | grep java | awk ' { print $2 } '

砍了PROCESS
kill -9 "PID"

2
Ray
iT邦大神 1 級 ‧ 2014-08-08 10:23:55

你的 Tomcat 上次沒有正常結束, 導致 PID 檔還在. 先把他砍了再啟動就可以了...

別問我 PID 檔要去哪找? 那要看你的 Tomcat 裝在哪裡, 我也不知道; 你可以去找 Tomcat 的技術文件, 看看 pid 應該會放在何處?

我要發表回答

立即登入回答