Questions Tagged With deploymenthttps://answers.axonivy.com/tags/deployment/?type=rss&user=lphieuquestions tagged <span class="tag">deployment</span>enThu, 02 Jan 2020 03:19:36 -0500Multiple deploy process modules by a single zip filehttps://answers.axonivy.com/questions/4306/multiple-deploy-process-modules-by-a-single-zip-file<p>Dear Ivy team. At the moment, we're using Ivy v 7.0.11 and we need to deploy multiple process modules to the specific Ivy application by using "File based deployment" approach (<a href="http://developer.axonivy.com/doc/7.0.11/EngineGuideHtml/administration.html#administration.deployment).">http://developer.axonivy.com/doc/7.0.11/EngineGuideHtml/administration.html#administration.deployment).</a> It worked well when we only deploy single iar file. But when we create a zip file that contains multiple iars file inside, it got the problem.</p> <p>Our zip file content: <img alt="alt text" src="http://cloud.screenpresso.com/NDJXe/2020-01-02_13h42_30.png"></p> <p>Deployment error log:</p> <pre><code>Fatal error during deploying of project 'app.zip' to application 'Application' java.lang.NullPointerException at ch.ivyteam.ivy.deployment.ProjectDeploymentValidator.isLibraryMissing(ProjectDeploymentValidator.java:165) at ch.ivyteam.ivy.deployment.ProjectDeploymentValidator.prepareIvyProject(ProjectDeploymentValidator.java:146) at ch.ivyteam.ivy.deployment.ProjectDeploymentValidator.prepareIvyProject(ProjectDeploymentValidator.java:82) at ch.ivyteam.ivy.deployment.internal.auto.AutoProjectDeployer.validate(AutoProjectDeployer.java:81) at ch.ivyteam.ivy.deployment.internal.auto.AutoProjectDeployer.deploy(AutoProjectDeployer.java:46) at ch.ivyteam.ivy.deployment.internal.auto.DeploymentDirectoryScanner.handleFile(DeploymentDirectoryScanner.java:85) at ch.ivyteam.ivy.deployment.internal.auto.DeploymentDirectoryScanner.fileCreated(DeploymentDirectoryScanner.java:75) at ch.ivyteam.ivy.deployment.internal.auto.ScannerThread.handleEvent(ScannerThread.java:191) at ch.ivyteam.ivy.deployment.internal.auto.ScannerThread.scanForFiles(ScannerThread.java:164) at ch.ivyteam.ivy.security.internal.SecurityManager.executeAsSystem(SecurityManager.java:1310) at ch.ivyteam.ivy.deployment.internal.auto.ScannerThread.run(ScannerThread.java:144) at ch.ivyteam.ivy.deployment.internal.auto.ScannerThread.access$0(ScannerThread.java:140) at ch.ivyteam.ivy.deployment.internal.auto.ScannerThread$1.run(ScannerThread.java:134) </code></pre> <p>So is there any way to deploy multiple process modules by a single zip file with Ivy 7.0.11? Waiting for your response and many thank for your help</p>lphieuThu, 02 Jan 2020 03:19:36 -0500https://answers.axonivy.com/questions/4306/multiple-deploy-process-modules-by-a-single-zip-fileivydeployment