It appears that no one else on planet earth has go...
# exposed
j
It appears that no one else on planet earth has gotten this error before. Does anyone have any idea where to begin troubleshooting this?
java.lang.IllegalArgumentException: Can't finish initialization for entity MyClassName - the initialization order is broken
It happens intermittently
c
Hi @Joshua Hansen If you're able to narrow down an example that throws this exception again, please consider opening an issue on YouTrack with the details, so we can try to assist. It's an isolated exception that could really only be thrown by the cache when using
new()
to instantiate an
Entity
. If you open a ticket, in addition to the usual, please also include any relevant info such as: • An example of what's being provided to the
init
block of
new()
. Is it more than property assignment? Are you nesting calls to
new()
? • Whether you're creating entities in a standard
transaction
or suspend transactions.
👍 1