I am getting an error when I install a Workflow Template from Composer 6.5 and I hope that someone will be able to assist with this issue.
I created a new Workflow Template in Workflow Manger and then imported it into a new project.
Currently this project contains the Workflow Template and its associated type, groups and roles.
For the type, groups and roles I selected the Upgrade option to be "Ignore Matching Objects", because all of these already exists in the repository.
The Upgrade option for the Process Template is: Overwrite Matching Objects.
This is a new process that has not been installed yet.
When I try to install this project I get the following error:
------------------------------------------------------------------------------------------------------------------------
[INFO] Executing post-install actions
[ERROR] Unexpected error occured during install
com.emc.ide.installer.PostInstallDelegateActionException: java.lang.NullPointerException
at com.emc.ide.artifact.bpm.installer.ActivityInstaller.doPostInstall(ActivityInstaller.java:281)
at internal.com.emc.ide.installer.DarInstaller.executeAllPostInstallActions(DarInstaller.java:1309)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:586)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:330)
at internal.com.emc.ide.installer.DarInstaller.doInstall(DarInstaller.java:301)
at com.emc.ide.installer.popup.actions.RunDARInstallerActionDelegate$2.run(RunDARInstallerActionDelegate.java:425)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at com.emc.ide.artifact.bpm.installer.ActivityInstaller.doPostInstall(ActivityInstaller.java:215)
... 6 more
[INFO] Restored Auto Build [Current Setting is ON]...
[INFO] Reseting installer Wed Feb 24 04:03:04 CAT 2010
[INFO] ECW3_Submissions install failed
------------------------------------------------------------------------------------------------------------------------
1) The referenced JRE System Library is jre 1.5.0_17.
2) I've tried installing the DAR using the Headless Composer; the same error occurred.
3) I created a new project on another PC and imported the workflow template from the repository.
I then installed this project on a different repository and the same error occurred.
4) If I only have the type in a project then it installs successfully.
5) This workflow has a number of auto-steps that are calling the dm_noop_auto_method_java method.
I noticed that this method was imported in the project.
I then changed the method from dm_noop_auto_method_java to dm_noop_auto_method on each auto step in the workflow
I created a new project and imported the updated workflow
When I installed the same error occurred again.