Hello,
the entity TCVector is not enhanced and the enhancement check in the objectdb.conf is active.
And we got an unexpected exception in our main thread. Do you know why?
We had expected that the activated enhancement check would throw an exception.
In a parallel secondary thread we got the following ObjectDB log entry.
ObjectDb Log:
Enhancement of type com.btc.ep.vector.tc.internal.dmos.TCVector is old and cannot be used (5551311951470884858:7671006861730496270)
Caused by: com.objectdb.o.InternalException: Unexpected internal exception at com.objectdb.o.JPE.e(JPE.java:170) at com.objectdb.o.ERR.h(ERR.java:66) at com.objectdb.o.OBC.onObjectDBError(OBC.java:1582) at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:733) at com.btc.ep.base.dal.internal.services.PersistenceUtilityServiceImpl.getModelElementsByClass(PersistenceUtilityServiceImpl.java:267) at com.btc.ep.profilemigration.migrators.ProofResultMigrator.migrate(ProofResultMigrator.java:147) at com.btc.ep.profilemigration.application.internal.services.ProfileMigrationImpl.callMigrators(ProfileMigrationImpl.java:239) at com.btc.ep.profilemigration.application.internal.services.ProfileMigrationImpl.do_migrateProfile(ProfileMigrationImpl.java:212) ... 15 more Caused by: java.lang.NullPointerException at com.objectdb.o.VAR.J(VAR.java:299) at com.objectdb.o.VAR.ZD(VAR.java:261) at com.objectdb.o.SYR.l(SYR.java:517) at com.objectdb.o.QRC.j(QRC.java:194) at com.objectdb.o.QRM.Z7(QRM.java:273) at com.objectdb.o.MST.Z7(MST.java:1003) at com.objectdb.o.WRA.Z7(WRA.java:313) at com.objectdb.o.WSM.Z7(WSM.java:117) at com.objectdb.o.QRR.k(QRR.java:260) at com.objectdb.o.QRR.i(QRR.java:154) at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:721) ... 19 more