Question
what is the harm/impact of singleton exception in Log file for Activity-End
Hi,
we are getting below exception while using Activity-End in Pega 7.1.6. Is there any harm or impact on system because of this exception?
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:441) at com.pega.pegarules.session.internal.PRSessionProviderImpl.getExecutableInstance(PRSessionProviderImpl.java:1744) at com.pega.pegarules.generation.internal.cache.appcentric.RACacheAppCentricImpl.reloadCache(RACacheAppCentricImpl.java:1762) at .................
Thanks,
Kartheek
See SA-34920. The Activity-End throws an exception, and activities are not intended to throw exceptions. The error you are seeing is a mild complaint about that. As you don't want your application to depend upon invalid operations, see if you can find some other way to abort things.