[quote]But do tell me what else i need to try. What could be the issue here.
What i am missing.[/quote]
First of all I think you are mixing here number of different problems. You
started with login problems, then had issue with page loading too slow and now
you are showing the errors in index.
Anyway this latest error:
[code]java.lang.ArrayIndexOutOfBoundsException: -1
at
org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader.getParentDocId(CachingMultiIndexReader.java:104)
at
org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader.getParents(CachingMultiIndexReader.java:89)
at
org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader.getParents(JackrabbitIndexReader.java:86)
at
org.apache.jackrabbit.core.query.lucene.DescendantSelfAxisQuery$DescendantSelfAxisScorer.getParents(DescendantSelfAxisQuery.java:604)
at
org.apache.jackrabbit.core.query.lucene.DescendantSelfAxisQuery$DescendantSelfAxisScorer.isValid(DescendantSelfAxisQuery.java:566)
at
org.apache.jackrabbit.core.query.lucene.DescendantSelfAxisQuery$DescendantSelfAxisScorer.next(DescendantSelfAxisQuery.java:461)
[/code]
suggests that lucene indexes on affected box got corrupted. To reproduce the
same on other box would require you to corrupt indexes there as well and I'm
not sure how you can reliably achieve that for specific content. Anyway I would
rather suggest you try to either validate and fix index (by using
checkConsistency and fixConsistency params in indexing configuration) or remove
corrupted index all together and have jackrabbit regenerate it from scratch.
HTH,
Jan
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=ce0c2684-7e76-4084-a120-65bd493a2f32
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------