When creating a form on edge1, OC fails attempting to apply the lifecycle with:
2021-10-04 11:55:23,622 ajp-nio-9009-exec-8 ERROR RESTService Error in Wizard2Impl: [DM_SESSION_E_LAUNCH_BP_TRANSITION]error: "Unable to launch the BP transition evaluation process due to the error: Unknown errors"
com.tsgrp.opencontent.core.exception.OCRuntimeException: Error in Wizard2Impl: [DM_SESSION_E_LAUNCH_BP_TRANSITION]error: "Unable to launch the BP transition evaluation process due to the error: Unknown errors"
at com.tsgrp.opencontent.wizard.core.Wizard2Impl.createPageSetInstance(Wizard2Impl.java:515) ~[oc-hpiDemoDctm.3.wizard-3.4.2.jar:3.4.2]
at com.tsgrp.opencontent.wizard.action.executer.FinishAndSubmitPSIActionExecutor.executeImpl(FinishAndSubmitPSIActionExecutor.java:108) ~[oc-hpiDemoDctm.3.wizard-3.4.2.jar:3.4.2]
at com.tsgrp.opencontent.core.action.executer.AbstractActionExecuter.executeImpl(AbstractActionExecuter.java:239) ~[oc-hpiDemoDctm.1.core-3.4.2.jar:3.4.2]
at com.tsgrp.opencontent.core.action.executer.AbstractActionExecuter.execute(AbstractActionExecuter.java:226) ~[oc-hpiDemoDctm.1.core-3.4.2.jar:3.4.2]
at com.tsgrp.opencontent.core.action.executer.AbstractActionExecuter.evaluateAndExecute(AbstractActionExecuter.java:156) ~[oc-hpiDemoDctm.1.core-3.4.2.jar:3.4.2]
at com.tsgrp.opencontent.core.action.service.CoreActionService.execute(CoreActionService.java:475) ~[oc-hpiDemoDctm.1.core-3.4.2.jar:3.4.2]
at com.tsgrp.opencontent.core.action.service.RESTAction.executeActionPost(RESTAction.java:235) ~[oc-hpiDemoDctm.1.core-3.4.2.jar:3.4.2]
I'm thinking this is an environment thing because it's working fine on release1. That being said, Release1 hasn't been rebuilt since Oct 2020, so this should be revisited at some point.
When creating a form on edge1, OC fails attempting to apply the lifecycle with:
I'm thinking this is an environment thing because it's working fine on release1. That being said, Release1 hasn't been rebuilt since Oct 2020, so this should be revisited at some point.