Hi All,
When we deploying the xcp application we getting attached error.
We are working on xcp 2.3.
If any one faced below. Please help us.
[ERROR] Repository deployment failed
[ERROR] com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] com.emc.xcp.installer.ArtifactBundleInstallException: com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.install(DarInstaller.java:224)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.RepositoryDeployer.runDarInstall(RepositoryDeployer.java:212)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.RepositoryDeployer.runInstall(RepositoryDeployer.java:191)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.RepositoryDeployer.deploy(RepositoryDeployer.java:116)
[ERROR] at com.emc.xcp.builder.deployment.AppDeployerNodeService$DEPLOY_PHASE$1.doPhase(AppDeployerNodeService.java:30)
[ERROR] at com.emc.xcp.builder.deployment.AppDeployerNodeService$1.call(AppDeployerNodeService.java:98)
[ERROR] at com.emc.xcp.builder.deployment.AppDeployerNodeService$1.call(AppDeployerNodeService.java:1)
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[ERROR] at java.lang.Thread.run(Thread.java:744)
[ERROR] Caused by: java.util.concurrent.ExecutionException: com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] at java.util.concurrent.FutureTask.report(FutureTask.java:122)
[ERROR] at java.util.concurrent.FutureTask.get(FutureTask.java:188)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.threadedInstall(DarInstaller.java:495)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.installNonTypes(DarInstaller.java:485)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.runBasicInstall(DarInstaller.java:479)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.install(DarInstaller.java:215)
[ERROR] ... 10 more
[ERROR] Caused by: com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] at com.emc.xcp.artifact.javamodule.install.JavaModuleRespositoryInstaller.create(JavaModuleRespositoryInstaller.java:57)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallRunner.install(ArtifactBasicInstallRunner.java:119)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallRunner.run(ArtifactBasicInstallRunner.java:70)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallCallable.call(ArtifactBasicInstallCallable.java:15)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallCallable.call(ArtifactBasicInstallCallable.java:1)
[ERROR] ... 4 more
[ERROR] Caused by: DfPathNotFoundException:: THREAD: pool-160-thread-18; MSG: [DM_API_E_EXIST]error: "Folder specified by /System/Modules/edmapp/edmapp_workflowutilimpl does not exist."; ERRORCODE: 100; NEXT: null
[ERROR] at com.documentum.fc.client.impl.session.Session.getFolderBySpecification(Session.java:1296)
[ERROR] at com.documentum.fc.client.impl.session.SessionHandle.getFolderBySpecification(SessionHandle.java:835)
[ERROR] at com.documentum.fc.client.DfSysObject.doLink(DfSysObject.java:1228)
[ERROR] at com.documentum.fc.bof.bootstrap.DfModuleItemChangeMonitor.doLink(DfModuleItemChangeMonitor.java:30)
[ERROR] at com.documentum.fc.client.DfSysObject.link(DfSysObject.java:1212)
[ERROR] at com.documentum.fc.client.DfDocument___PROXY.link(DfDocument___PROXY.java)
[ERROR] at com.emc.xcp.artifact.javamodule.install.BOFModuleUtils.createDmcJar(BOFModuleUtils.java:186)
[ERROR] at com.emc.xcp.artifact.javamodule.install.BOFModuleUtils.createOrUpdateJar(BOFModuleUtils.java:171)
[ERROR] at com.emc.xcp.artifact.javamodule.install.BOFModuleUtils.updateStandardBOFModule(BOFModuleUtils.java:103)
[ERROR] at com.emc.xcp.artifact.javamodule.install.JavaModuleRespositoryInstaller.create(JavaModuleRespositoryInstaller.java:50)
[ERROR] ... 8 more
[ERROR] com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] java.util.concurrent.ExecutionException: com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] at java.util.concurrent.FutureTask.report(FutureTask.java:122)
[ERROR] at java.util.concurrent.FutureTask.get(FutureTask.java:188)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.threadedInstall(DarInstaller.java:495)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.installNonTypes(DarInstaller.java:485)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.runBasicInstall(DarInstaller.java:479)
[ERROR] at com.emc.xcp.installer.internal.DarInstaller.install(DarInstaller.java:215)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.RepositoryDeployer.runDarInstall(RepositoryDeployer.java:212)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.RepositoryDeployer.runInstall(RepositoryDeployer.java:191)
[ERROR] at internal.com.emc.xcp.builder.deployment.deployers.RepositoryDeployer.deploy(RepositoryDeployer.java:116)
[ERROR] at com.emc.xcp.builder.deployment.AppDeployerNodeService$DEPLOY_PHASE$1.doPhase(AppDeployerNodeService.java:30)
[ERROR] at com.emc.xcp.builder.deployment.AppDeployerNodeService$1.call(AppDeployerNodeService.java:98)
[ERROR] at com.emc.xcp.builder.deployment.AppDeployerNodeService$1.call(AppDeployerNodeService.java:1)
[ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[ERROR] at java.lang.Thread.run(Thread.java:744)
[ERROR] Caused by: com.emc.xcp.installer.ApplicationInstallException: Failed to create dmc_module for artifact 'WorkflowUtilImpl'
[ERROR] at com.emc.xcp.artifact.javamodule.install.JavaModuleRespositoryInstaller.create(JavaModuleRespositoryInstaller.java:57)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallRunner.install(ArtifactBasicInstallRunner.java:119)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallRunner.run(ArtifactBasicInstallRunner.java:70)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallCallable.call(ArtifactBasicInstallCallable.java:15)
[ERROR] at com.emc.xcp.installer.internal.ArtifactBasicInstallCallable.call(ArtifactBasicInstallCallable.java:1)
[ERROR] ... 4 more
Regards,
Krishnasami