Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Campaign fails with GridException in the logs

SA-28609

Summary



Though offer being sent to user through email successfully, but an error occurs on Campaign.


Error Messages



Your campaign has failed with the following message:

Exception in stage: BatchOutPR14
To resolve the issue, edit the campaign, and update it.


Following error message is captured in the Pega log file:

Exception:
----------
>>> Type: xxxxxxx.grid.GridException
>>> Message: Remote job threw user exception (override or implement GridTask.result(..) method if you would like to have automatic failover for this exception).
>>> Documentation: http://wiki.gridgain.org
>>> Stack trace:
.........
Caused By:
----------
>>> Type: org.gridgain.grid.GridUserUndeclaredException
>>> Message: Failed to execute job due to unexpected runtime exception [jobId=eb588695-01b8-4be5-af4f-f11e1852cda0, ses=GridTaskSessionImpl [taskName=com.pega.decision.vbd.gg.collection.tasks.QueryCollectionsTask, userVer=0, taskClsName=com.pega.decision.vbd.gg.collection.tasks.QueryCollectionsTask, sesId=f5b5e402-42fa-4fd8-a508-404b683cbef8, jobId=eb588695-01b8-4be5-af4f-f11e1852cda0, endTime=9223372036854775807, taskNodeId=da37aeaf-cf4b-4773-9507-7b0068043a77, clsLdr=GridDeploymentClassLoader [singleNode=true, nodeLdrMap={da37aeaf-cf4b-4773-9507-7b0068043a77=GridPair [val1=320fddac-5670-4588-9c47-64450017fbd8, val2=1]}, p2pTimeout=5000], closed=false, topSpi=null, cpSpi=null, failSpi=null, loadSpi=null, seqNum=1]]
........
Caused By:
----------
>>> Type: com.google.common.util.concurrent.UncheckedExecutionException
>>> Message: java.lang.IllegalArgumentException: Unknown condition type com.pega.decision.vbd.query.impl.IncludeCondition@2fd32fd3

Steps to Reproduce



Create a Campaign and Run the same.


Root Cause



Issue was caused due to both 'vbd-api-7.1.8.jar' and 'vbd-api-7.1.9.jar' were present in the PR_ENGINECLASSES within PegaRULES database.

Resolution



Perform the following local-change step:

Remove earlier version of VBD jar file from the database by running the below script:

delete from <PegaRULES_Schema>.pr_engineclasses where PZJAR ='vbd-api-7.1.8.jar';

Published August 23, 2017 - Updated December 2, 2021

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us