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
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.
Finally I've disabled the plugin, then granted rw permissions to the plugin\ directory, enabled & full reindexed.
It worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried both of these and still no indexes (write.lock) file. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.