Hello,
we have an issue when trying to deploy (through WmDeployer) BPMs, services and doc types.
We get this error:
[1249] at com.wm.deployer.deploy.SystemIS.deployAllAssets(SystemIS.java:151)
[1248] at com.wm.deployer.deploy.SystemIS.suspendAdapters(SystemIS.java:649)
[1247] at com.wm.deployer.deploy.utils.SystemISUtil.stopAdapters(SystemISUtil.java:85)
[1246] at com.wm.deployer.deploy.utils.ISTriggersUtil.suspendAdapterNotifications(ISTriggersUtil.java:955)
[1245] at com.wm.deployer.deploy.utils.ISTriggersUtil.isAdapterSuspendOk(ISTriggersUtil.java:2045)
[1244]com.wm.deployer.common.DeployerException: com.wm.deployer.common.DeployerException: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied
[1243]2016-01-29 11:22:49 CET [DEP.0005.9999E] Exception: com.wm.deployer.common.DeployerException: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied
[1242]2016-01-29 11:22:49 CET [DEP.0005.1007E] The following exception occurred while attempting to process "myDeploymentMap": "com.wm.deployer.common.DeployerException: com.wm.deployer.common.DeployerException: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied"
By increasing logs levels, we have seen an access denied for user “local/Default”.
We tried to add this user to Administrators group and the deployment goes further… but this is not a clean solution…
Going further, we get another issue :
2016-01-29 15:27:25 CET [DEP.0005.9990D] The Read'Anonymous' for node: 'CNV_CommonTrtLots.docs:CtxDemand' was deployed to or already exists at the target: ':5555'.
2016-01-29 15:27:25 CET [DEP.0005.9990D] Starting private acl assign 'wm.deployer.resource.gui.IS:assignACLs'
2016-01-29 15:27:25 CET [DEP.0000.9999D] Exception --> wm.deployer.resource.gui.IS:assignACLs
com.wm.deployer.common.DeployerException: wm.deployer.resource.gui.IS:assignACLs
at com.wm.deployer.deploy.utils.Util.processNotClusterInvokeAll(Util.java:447)
at com.wm.deployer.deploy.utils.Util.invokeService(Util.java:428)
at com.wm.deployer.deploy.utils.Util.invokeService(Util.java:345)
at com.wm.deployer.deploy.utils.ISACLsUtil.processDeployedACLs(ISACLsUtil.java:684)
at com.wm.deployer.deploy.utils.ISACLsUtil.deployISNodeACLs(ISACLsUtil.java:532)
at com.wm.deployer.deploy.utils.ISACLsUtil.deployNodeACLs(ISACLsUtil.java:188)
at com.wm.deployer.deploy.SystemIS.deployNodeACL(SystemIS.java:281)
at com.wm.deployer.deploy.SystemIS.deployAllAssets(SystemIS.java:184)
I cannot understand this issue.
Moreover the document type “CtxDemand” has no specific ACLs…
Plateform configuration looks OK : IS Admin/MWS (WmMonitor configured…) and IS BPM (Settings > Resources > SSO with MWS…).
We have also tried builds with and without ACLs included (ignore, add, exist) without success.
Any help would be appreciated…
Thanks