Hi everyone,
I’m running Jira version 9.12.8 and recently encountered an issue where Jira can no longer reindex. When I run a full reindex, it remains stuck at 0% indefinitely (even after several days).
I enabled index debugging in Logging and Profiling, and based on the logs it appears that Jira is actually processing the index. However, the progress in the UI never updates, and no errors appear in the logs.
For context, my database is Oracle. Everything worked fine with a single schema, but after importing a new schema into a new service name on the same Oracle database, reindexing stopped working.
Here are some sample lines from the log:
2025-11-22 14:35:06,596+0330 IssueIndexer:thread-41 DEBUG [c.a.j.issue.index.DefaultWorklogDocumentFactory] Indexing worklog: issueId=2607915, worklogId=4022175, version=1
2025-11-22 14:35:07,800+0330 IssueIndexer:thread-15 DEBUG [c.a.j.issue.index.DefaultCommentDocumentFactory] Indexing comment: issueId=2609228, commentId=7125365, version=6
2025-11-22 14:35:10,405+0330 IssueIndexer:thread-13 DEBUG [c.a.j.issue.index.DefaultChangeHistoryDocumentFactory] Indexing changeHistoryGroup: issueId=2609350, changeHistoryGroupId=-1, version=26
Has anyone experienced this issue or knows what might be causing it? Any help would be greatly appreciated.
Hi @mahsa ah ,
Can you explain in more detail, what exactly is done when you say "For context, my database is Oracle. Everything worked fine with a single schema, but after importing a new schema into a new service name on the same Oracle database, reindexing stopped working."
Meantime,
Ensure Jira DB user has full privileges in the new service.
Ensure all tables are owned by the Jira user in that service.
Ensure dbconfig.xml correctly references the intended schema and service.
Hello @mahsa ah
You say you are using 'Jira' and your question is tagged as being for Jira Server. Is that correct, or are you actually using Jira Data Center?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A few thoughts:
Hope this helps,
Jeremy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @mahsa ah ,
This seems like a duplicate of https://community.atlassian.com/forums/Jira-questions/Jira-9-12-8-Full-Reindex-Stuck-at-0/qaq-p/3151497
There are some answers that can help you there. Like John suggested, I would contact Atlassian Support: https://support.atlassian.com/contact/#/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.