Hi,
I've been getting the following exception when trying to query ObjectDB in server mode version 2.3.4_05.
java.lang.ArrayIndexOutOfBoundsException: 36
at com.objectdb.o.UTY.aH(UTY.java:1227)
at com.objectdb.o.ENH.b(ENH.java:102)
at com.objectdb.o.LDR.x(LDR.java:444)
at com.objectdb.o.LDR.UU(LDR.java:669)
at com.objectdb.o.CST.ab(CST.java:476)
at com.objectdb.o.CST.U2(CST.java:412)
at com.objectdb.o.LDR.w(LDR.java:382)
at com.objectdb.o.LDR.v(LDR.java:293)
at com.objectdb.o.OBC.aO(OBC.java:1077)
at com.objectdb.o.QRR.b(QRR.java:208)
at com.objectdb.jpa.JpaQuery.getSingleResult(JpaQuery.java:696)
After the first time this error shows up I can no longer query the database.
Any ideas why this would happen?
Thanks,
Eitan