exception on start

#1

on startup the objectdb connection we have this exception:

java.lang.NullPointerException: Cannot read field "__odbTracker" because "<parameter1>" is null

any idea ?

 

 

#2

Additional details may help:

  1. Do you have a full stack trace of the exception?
  2. When does it happen?
  3. Are all your classes enhanced (or not enhanced at all)? Unsupported partial enhancement (e.g. an entity class is enhanced but is super class is not) may cause issues.
  4. Check if you still see the error after a cleanup and a complete rebuild of the entire project.
ObjectDB Support

Reply