Dear Magnolians
I'm slowly going mad about this SQL query:
select * from nt:base where jcr:path like
'/sbkv/checklistItems/userSpecificChecklistItems/%/superuser/2-1/'
- It worked before on my dev machine with Mag 4.4.1 (don't ask me what I've
changed)
- It still works on our testserver (Mag 4.2.3)
- But it keeps giving me this error now:
2010-12-29 18:31:44,861 ERROR info.magnolia.cms.servlets.MVCServletHandlerImpl
: can't call command: query
java.lang.IndexOutOfBoundsException: bitIndex < 0: -1
at java.util.BitSet.get(BitSet.java:441)
at
org.apache.jackrabbit.core.query.lucene.DescendantSelfAxisQuery$DescendantSelfAxisScorer.isValid(DescendantSelfAxisQuery.java:557)
at
org.apache.jackrabbit.core.query.lucene.DescendantSelfAxisQuery$DescendantSelfAxisScorer.next(DescendantSelfAxisQuery.java:461)
at org.apache.lucene.search.Scorer.score(Scorer.java:57)
...
Any ideas anyone?!
Thanks!
-will
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------