Hello,
I changed the index definition of an entity class from @Index()... to @Indices() and now I get the following stacktrace upon start:
Exception in thread "ODB-IndexActivation" java.lang.ClassCastException: com.objectdb.o.PIX cannot be cast to com.objectdb.o.FIX at com.objectdb.o.EIX.<init>(EIX.java:70) at com.objectdb.o.IXM.L(IXM.java:721) at com.objectdb.o.IXM.M(IXM.java:697) at com.objectdb.o.IXM.L(IXM.java:659) at com.objectdb.o.IXM.K(IXM.java:602) at com.objectdb.o.IXM.J(IXM.java:572) at com.objectdb.o.IIS.j(IIS.java:67) at com.objectdb.o.IXS.i(IXS.java:92) at com.objectdb.o.IIS.p(IIS.java:55) at com.objectdb.o.IXM.Vz(IXM.java:453) at com.objectdb.o.PBI.C(PBI.java:146) at com.objectdb.o.PBI.q(PBI.java:115) at com.objectdb.o.MBI.VC(MBI.java:83) at com.objectdb.o.MST.U8(MST.java:783) at com.objectdb.o.IXM.E(IXM.java:378) at com.objectdb.o.IXM.run(IXM.java:350) at java.lang.Thread.run(Thread.java:748)
Is there any way to fix this?
Best regards,
Markus Ritter