jira系统常见问题及解决方法总结

一、索引异常 (http://bbs.csdn.net/topics/390747826)

      错误日志:   Caused by: com.atlassian.jira.issue.index.SearchUnavailableException: com.atlassian.util.concurrent.LazyReference$InitializationException: com.atlassian.jira.util.RuntimeIOException: java.io.IOException: read past EOF

     解决方案:1、Stop JIRA.
                       2、Remove the following directory and all its subdirectories: 
$JIRA_HOME/caches/indexes

              This will be rebuilt when JIRA is next reindexed.

                      3、Start JIRA.
                      4、Perform a re-index of JIRA through the Administration section.


你可能感兴趣的:(jira)