Question
InvalidReferenceException after upgrade
After upgrade to pega 8.4.1, it throws exceptions
com.pega.pegarules.pub.PRRuntimeException: LegacyModelAspectInvokableRuleContainer.invoke-Exception com.pega.pegarules.pub.clipboard.InvalidReferenceException: The reference .DispatchEvents(-1) is not valid. Reason: unexpected character '-' at position 16, expected subscript at com.pega.platform.executionengine.vtable.containers.internal.LegacyModelAspectInvokableRuleContainer.invoke(LegacyModelAspectInvokableRuleContainer.java:7)
thanks.
@chaop406
Hi,
As you can see in the error message, the "DispatchEvents" embedded page has "-1" as index page which is not possible. Please check the source for this embedded page and there lies your issue.