'Activity-End' step throws 'ActivityTerminateException' in Pega 7.1.8
I have called 'Show-Harness' from 'PeformDefaults' activity in certain conditions. After it, I have added 'Activity-End' to abort all operations to just display what 'Show-Harness' brings. But it is throwing follwing error. This was working in Pega 6.2. We started noticing the problem only after upgrade to Pega 7.1.8.
com.pega.pegarules.pub.runtime.ActivityTerminateException: This is a singleton exception object and the stack trace below does NOT reflect the actual point of failure. To see the actual trace, set Initialization/UniqueActivityTerminateExceptions = true
at com.pega.pegarules.session.internal.mgmt.Executable.<clinit>(Executable.java:470)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.getExecutableInstance(PRSessionProviderImpl.java:1829)
at com.pega.pegarules.generation.internal.cache.appcentric.RACacheAppCentricImpl.reloadCache(RACacheAppCentricImpl.java:1766)
at com.pega.pegarules.generation.internal.cache.AssemblyCacheWrapper.reloadCache(AssemblyCacheWrapper.java:1098)
at com.pega.pegarules.session.internal.async.startup.AssemblyCacheTask.runTask(AssemblyCacheTask.java:21)
at com.pega.pegarules.session.internal.async.startup.StartupTask$1.run(StartupTask.java:33)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.performTargetActionWithLock(PRSessionProviderImpl.java:1259)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1008)
I have called 'Show-Harness' from 'PeformDefaults' activity in certain conditions. After it, I have added 'Activity-End' to abort all operations to just display what 'Show-Harness' brings. But it is throwing follwing error. This was working in Pega 6.2. We started noticing the problem only after upgrade to Pega 7.1.8.
com.pega.pegarules.pub.runtime.ActivityTerminateException: This is a singleton exception object and the stack trace below does NOT reflect the actual point of failure. To see the actual trace, set Initialization/UniqueActivityTerminateExceptions = true
at com.pega.pegarules.session.internal.mgmt.Executable.<clinit>(Executable.java:470)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.getExecutableInstance(PRSessionProviderImpl.java:1829)
at com.pega.pegarules.generation.internal.cache.appcentric.RACacheAppCentricImpl.reloadCache(RACacheAppCentricImpl.java:1766)
at com.pega.pegarules.generation.internal.cache.AssemblyCacheWrapper.reloadCache(AssemblyCacheWrapper.java:1098)
at com.pega.pegarules.session.internal.async.startup.AssemblyCacheTask.runTask(AssemblyCacheTask.java:21)
at com.pega.pegarules.session.internal.async.startup.StartupTask$1.run(StartupTask.java:33)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.performTargetActionWithLock(PRSessionProviderImpl.java:1259)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1008)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:828)
at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:795)
at com.pega.pegarules.session.internal.async.startup.StartupTask.run(StartupTask.java:28)
at java.lang.Thread.run(Unknown Source)