Error in Target Environment when running Deployment Manager Pipeline
I am running a Deployment Manager Pipeline to deploy to an Infinity 23 target environment. The error below is shown in the target environment logs and the pipeline hangs (does not complete and has to be aborted).
It looks like maybe a jar is missing in the environment. Can anybody advise on this? Thanks
ERROR BJHJINX36LPRVJNI37ZM2ADZHWHQ5233EA DMAppAdmin - FirstUseAssemblerException: com.pega.pegarules.pub.generator.FirstUseAssemblerException: Failed to compile generated Java com.pegarules.generated.activity.ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe:
I am running a Deployment Manager Pipeline to deploy to an Infinity 23 target environment. The error below is shown in the target environment logs and the pipeline hangs (does not complete and has to be aborted).
It looks like maybe a jar is missing in the environment. Can anybody advise on this? Thanks
ERROR BJHJINX36LPRVJNI37ZM2ADZHWHQ5233EA DMAppAdmin - FirstUseAssemblerException: com.pega.pegarules.pub.generator.FirstUseAssemblerException: Failed to compile generated Java com.pegarules.generated.activity.ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe:
com.pega.pegarules.pub.generator.FirstUseAssemblerException: Failed to compile generated Java com.pegarules.generated.activity.ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe: ---------- 1. ERROR in /com/pegarules/generated/activity/ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe.java (at line 595) importCodeOptions.setForce(false);
Caused by: com.pega.pegarules.pub.generator.FirstUseAssemblerException: Failed to compile generated Java com.pegarules.generated.activity.ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe: ---------- 1. ERROR in /com/pegarules/generated/activity/ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe.java (at line 595) importCodeOptions.setForce(false); ^^^^^^^^ The method setForce(boolean) is undefined for the type ImportCodeOptions ---------- 2. ERROR in /com/pegarules/generated/activity/ra_action_pzconditionalimport_223e6639690f30b34edf37b7528a18fe.java (at line 597) importCodeOptions.setBestCompression(true); ^^^^^^^^^^^^^^^^^^ The method setBestCompression(boolean) is undefined for the type ImportCodeOptions
hjh