subversion plugin: Lock obtain timed out

Alex Perez
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 Leaders.
July 15, 2014

Hello,

I've just migrated to jira 6.2.3 and subversion plugin 1.0 (was 0.10.14 but they aligned version numbers) ...

Since the upgrade we are getting tons of this error message, despite svn linking seems to be fine. My guess is that is caused by a permission-related issue, when trying to create the ".lock" file,

any thoughts on this?

2014-07-16 12:42:38,739 QuartzScheduler_Worker-1 WARN ServiceRunner    com.atlassian.jira.plugin.ext.subversion.revisions.scheduling.UpdateIndexMonitorImpl:job [ext.subversion.revisions.RevisionIndexer] Unable to index repository 'Nth_repo'
java.io.IOException: Problem with path E:\Services\jira6_home\caches\indexes\plugins\atlassian-subversion-revisions: Lock obtain timed out: SimpleFSLock@JIRA_HOME\caches\indexes\plugins\atlassian-subversion-revisions\write.lock
	at com.atlassian.jira.plugin.ext.subversion.revisions.DefaultLuceneIndexAccessor.getIndexWriter(DefaultLuceneIndexAccessor.java:48)
	at com.atlassian.jira.plugin.ext.subversion.revisions.RevisionIndexer.updateIndex(RevisionIndexer.java:266)
	at com.atlassian.jira.plugin.ext.subversion.revisions.scheduling.UpdateIndexTask.execute(UpdateIndexTask.java:34)
	at com.atlassian.sal.jira.scheduling.JiraPluginSchedulerService.run(JiraPluginSchedulerService.java:94)
	at com.atlassian.jira.service.JiraServiceContainerImpl.run(JiraServiceContainerImpl.java:61)
	at com.atlassian.jira.service.ServiceRunner.execute(ServiceRunner.java:48)
	at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
	at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: SimpleFSLock@JIRA_HOME\caches\indexes\plugins\atlassian-subversion-revisions\write.lock
	at org.apache.lucene.store.Lock.obtain(Lock.java:84)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1115)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:932)
	at com.atlassian.jira.plugin.ext.subversion.revisions.DefaultLuceneIndexAccessor.getIndexWriter(DefaultLuceneIndexAccessor.java:41)
	... 7 more

1 answer

1 accepted

0 votes
Answer accepted
Thomas Leineweber
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 Leaders.
July 15, 2014

I had the same problem under windows. I have resolved it by making the directory JIRA_HOME\caches\indexes\plugins\atlassian-subversion-revisions world writable.

Alex Perez
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 Leaders.
July 16, 2014

Finally I've disabled the plugin, then granted rw permissions to the plugin\ directory, enabled & full reindexed.

It worked!

Tadej_Lašič March 16, 2015

I've tried both of these and still no indexes (write.lock) file. :(

Suggest an answer

Log in or Sign up to answer