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: 

I cannot delete an issue due to indexing failures

George Tsatsis
August 9, 2018

My JIRA instance bugged out and made a subtask a task, and now I am unable to delete said issue to re-make it (I cannot change it's details either):
Error: 

 

The error can be found at https://pastebin.com/1MPMKP3Y

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Andy Heinzer
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.
August 10, 2018

I would recommend trying to follow the steps in the KB Unable to rebuild JIRA application indexes

  1. Stop JIRA
  2. Make a backup of the following directory and all its sub-directories:

    $JIRA_HOME/caches/indexes
  3. Remove that directory and all its sub-directories:

    $JIRA_HOME/caches/indexes

    (info) This will be rebuilt when JIRA is re-indexed

  4. Start JIRA
  5. Perform a locked/full re-index of JIRA

If you are still seeing errors when Jira tries to reindex this data, I would be interested to see what details exist within the stacktrace.

Andy