The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

unable perform full or background re-index of Jira

SS IT
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 11, 2019

Running full re-index of Jira. Getting error: Index files not found or corrupted. Cannot find $JIRA_HOME/caches folder on server.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 12, 2019

This probably is what it says it is - there are files and/or directories missing from the disk.

Have a look in the Admin -> System info page to see what your "Jira Home" directory is, if you don't already know, then log into the server and check that in that directory, there is a "caches" directory.  If there is not, then create one for it.

You should also check the ownership of Jira home and all its subdirectories and files - they should belong to the account that Jira runs as.  (Actually, you don't really need to check all of them, on Unix-like systems, you can just issue the fix command of "chown -R jira:jira" assuming the account is called jira)

Once you have made sure the right directory is there and owned by the right user, restart Jira and try a full re-index (not background).