Hi all,
We are having trouble and working the weekend. So I would really appreciate any response.
I am getting a failure on the cache directory for JIRA. I removed the felix plugin caches but that didn't help.
Will JIRA rebuild the $HOME/caches/ directory on reboot?
Here is one of the errors:
2016-03-19 09:49:23,807 http-bio-8443-exec-56670 ERROR rnadon 589x1636686x1 flojz0 10.10.222.160 /rest/zephyr/latest/execution [zephyr.je.helper.ScheduleSearchResourceHelper] Error executing for ZQL:
com.atlassian.util.concurrent.LazyReference$InitializationException: com.atlassian.jira.util.RuntimeIOException: java.io.FileNotFoundException: /var/atlassian/application-data/jira/caches/indexes/JEEntity/schedule/_uqv.tis (No such file or directory)
at com.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:149)
at com.atlassian.util.concurrent.LazyReference.get(LazyReference.java:112)
at com.thed.zephyr.je.index.ZFJDefaultIndexEngine$ReferenceHolder.get(ZFJDefaultIndexEngine.java:306)
at com.thed.zephyr.je.index.ZFJDefaultIndexEngine.getSearcher(ZFJDefaultIndexEngine.java:136)
at com.thed.zephyr.je.index.ZFJDefaultManager.getSearcher(ZFJDefaultManager.java:42)
at com.thed.zephyr.je.index.ScheduleIndexerManager.getScheduleIndexSearcher(ScheduleIndexerManager.java:173)
at com.thed.zephyr.je.zql.core.LuceneSearchProviderImpl.search(LuceneSearchProviderImpl.java:114)
at com.thed.zephyr.je.zql.core.LuceneSearchProviderImpl.search(LuceneSearchProviderImpl.java:69)
at com.thed.zephyr.je.zql.core.SearchServiceImpl.search(SearchServiceImpl.java:73)
at com.thed.zephyr.je.helper.ScheduleSearchResourceHelper.getStepDefectCountBySchedule(ScheduleSearchResourceHelper.java:793)
THanks so much.
Robert
Found the answer I needed
Fix
Please delete the Zephyr for JIRA indexes manually by following the below steps.
Steps-
1) Stop your JIRA server
2) Navigate to %JIRA Home%->caches->indexes.
3) Delete the JEEntity folder (this is where the Zephyr for JIRA indexes are located)
4) Start the JIRA server
5) Re index Zephyr for JIRA from the JIRA UI like as usual.
Thanks for posting your answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know you have answered your own question but no it won't auto index on reboot if you clear the cache directory. You have to manually fire it.
some other practices I do when having issues like that are to clean out the following directories as well before rebooting. some of these might be based on historical issues
jira-home/caches/*
jira-installation/logs/*
ira-installation/temp/*
jira-installation/work/*
jira-home/plugins/.bundled-plugins/*
jira-home/plugins/.osgi-plugins/*
jira-home/tmp/*
I actually add these to my service caller as a "restart-clean" and "start-clean" option. Forces a longer start up but it recompiles everything fresh.
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.