JTS rebuildTextIndices error: CRJAZ8240W: Index Directory not found or not existing
I run:
./repotools-jts.sh -rebuildTextIndices
Part of the log shows:
Running pre-rebuild index for "Fulltext"...
CRJAZ8240W: Index Directory not found or not existing (/opt/app/jazz502/server/conf/jts/indices/workitemindex/_AeOXkX7WEeKsjNfUFFm_JQ)
At the end it says the indexes were rebuilt successfully, but the folder /opt/app/jazz502/server/conf/jts/indices/workitemindex is empty after completion. Any idea how to fix this?
./repotools-jts.sh -rebuildTextIndices
Part of the log shows:
Running pre-rebuild index for "Fulltext"...
CRJAZ8240W: Index Directory not found or not existing (/opt/app/jazz502/server/conf/jts/indices/workitemindex/_AeOXkX7WEeKsjNfUFFm_JQ)
At the end it says the indexes were rebuilt successfully, but the folder /opt/app/jazz502/server/conf/jts/indices/workitemindex is empty after completion. Any idea how to fix this?
One answer
Please check the teamserver.properties for entries with infix/postfix indices/index
Make sure the entry shows an absolute path and the folder exists and the application has access.
See https://jazz.net/library/article/1272
There might be multiple entries. Dependent on the version of the tools, JTS actually might not need a work item index, as, I believe, that should be in the CCM responsibility.
Make sure the entry shows an absolute path and the folder exists and the application has access.
See https://jazz.net/library/article/1272
There might be multiple entries. Dependent on the version of the tools, JTS actually might not need a work item index, as, I believe, that should be in the CCM responsibility.