JIRA startup failed, JIRA has been locked.
一、故障現象
介面登入時提示:
JIRA Startup Failed
You cannot access JIRA at present. Look at the table below to identify the reasons
Description
The jira.home directory '/data/www/jira_home/jiradata' is already locked. Please see the JIRA documentation for more information on locked jira.home directories.
後臺啟動:
[oracle@bogon bin]$ ./startup.sh
Detecting JVM PermGen support...
PermGen switch is supported. Setting to 256m
If you encounter issues starting up JIRA Standalone Edition, please see the Troubleshooting guide at
Using CATALINA_BASE: /home/atlassian-jira-enterprise-4.0.2-standalone
Using CATALINA_HOME: /home/atlassian-jira-enterprise-4.0.2-standalone
Using CATALINA_TMPDIR: /home/atlassian-jira-enterprise-4.0.2-standalone/temp
Using JRE_HOME: /usr/java/jdk1.6.0_25
Using CLASSPATH: /home/atlassian-jira-enterprise-4.0.2-standalone/bin/bootstrap.jar
touch: cannot touch `/home/atlassian-jira-enterprise-4.0.2-standalone/logs/catalina.out': Permission denied
二、故障原因
'/data/www/jira_home' 下有一個 .jira-home.lock檔案,刪除重新啟動就好了。
.jira-home.lock檔案是為了防止在一臺機器上跑多個JIRA站點,並且又設定了同一個jira.home的情況。
三、故障排除
1、查詢.jira-home.lock檔案
[root@bogon ~]# find / -name '.jira-home.lock'
/data/www/jira_home/jiradata/.jira-home.lock
2、關閉jira命令
/data/www/jira/bin/shutdown.sh
【注】/data/www是我的安裝路徑,修改為自己的安裝目錄
3、啟動jira命令
/data/www/jira/bin/startup.sh
故障解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/751371/viewspace-706101/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- JIRA
- 用JIRA管理你的專案——(一)JIRA環境搭建
- jira 使用指南
- 在Docker中部署Confluence和jira-softwareDocker
- Jira使用簡介 HP ALM使用簡介
- 專案管理、軟體、禪道 VS JIRA專案管理
- 使用Jiralert實現AlertManager告警對接Jira
- RuntimeError: An attempt has been made to start a new process before the current process hasError
- Uncaught SyntaxError: Identifier 'Geometry' has already been declaredErrorIDE
- Atlassian釋出事故管理解決方案Jira Ops
- Jira/Confluence的備份、恢復和遷移
- 基於Jira的Scrum敏捷管理實戰 | IDCFScrum敏捷
- 專案管理工具JIRA--使用方法專案管理
- 全場景效能平臺豬齒魚 VS Jira
- Thread 1: Fatal error: init(coder:) has not been implementedthreadError
- The app.Configuration 'compile' is obsolete and has been replaced with 'implementation'APPCompile
- 【HMS Core】ToolKit,Merchant Service has not been enabled yet
- 一家財富500強公司利用 Jira 和 Jira Align 將萬人級團隊的生產力提高了 30%
- Transaction rolled back because it has been marked as rollback-only
- FeignClientSpecification‘ could not be registered. A bean with that name has already been definedclientBean
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- 如何使用 JIra 對 bug 進行更詳細的標識
- jira修改RoadMap裡的時間格式,硬核日期格式化
- Jira Software 年度總結:12個重要功能大放送!
- Caused by: java.lang.IllegalStateException: getWriter() has already been called for this responseJavaException
- has been blocked by CORS policy跨域問題解決BloCCORS跨域
- jira-dev-tool外掛安裝失敗的解決方法dev
- springcloudconfig訪問gitee報錯:Authentication is required but no CredentialsProvider has been registeredSpringGCCloudGiteeUIIDE
- CRS-4124: Oracle High Availability Services startup failed.OracleAI
- cve-2019-11581 Atlassian Jira未授權服務端模板注入漏洞服務端
- [原創] How to pull code when shared repo commit history has been changedMIT
- Syntax Error: ValidationError: Invalid options object. Stylus Loader has been initialized using anErrorObjectZed
- How To Retry Multiple Errored Approval Workflow Processes After A Fix Or Patch Has Been ImplementedErrorAPP
- PHP Warning: exec() has been disabled for security 問題解決辦法PHP
- vertica單節點故障恢復 Startup Failed, ASR RequiredAIUI
- 解決Jira和Confluence訪問開啟越來越緩慢問題
- 巨杉Tech | 使用 SequoiaDB 分散式資料庫搭建JIRA流程管理系統分散式資料庫
- 使用 Jira Service Management 管理資產,您需要知道的5件事
- java.lang.IllegalStateException: Cannot call sendError() after the response has been committed解讀JavaExceptionErrorMIT