error on kanban board Error org.apache.lucene.store.AlreadyClosedException: this IndexWriter is clos

sujoychakraborty93 May 25, 2021

Hi team, any help is appreciated. I am getting an error 'Error
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed' on a kanban board built from a JQL like (project = 'ABC' && issueType = 'customIssueType'). Can you please share any feedback on this? Not sure if its because of a custom listener created. 

The listener looks into two fields customField_A and customField_B. Both are single select fields. If customField_A has a value of 'option 1' then customField_B cannot have 'None'. So if someone tries selecting 'None' on customField_B, then the listener resets the value of customField_B to the old value and then updates another custom text field with a message. 

Any help is appreciated. 

1 answer

0 votes
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2021

Hi @sujoychakraborty93 This is a known issue :- https://jira.atlassian.com/browse/JRASERVER-65394

 

have you performed the workaround?

 

thanks 

sujoychakraborty93 May 26, 2021

Thanks @Vikrant Yadav  for the details. No workaround. It's appearance is inconsistant and appears only on Kanban Board screen. 

image (20).png

Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 26, 2021

Try to :- 

  1. Restart JIRA
  2. Do a full locking re-index
Like sujoychakraborty93 likes this
sujoychakraborty93 July 1, 2021

Thank Vikrant, but reindexing did not help. Surprisingly this error was not there on E2 environment. Only on E1. So we moved our dev work to E2 as a workaround. 

Suggest an answer

Log in or Sign up to answer