AIP Console - Application Onboarding/Delivery - Create Package - Fatal error - The delivery contains no package to deliver

Purpose

This page will help you solve problems related to the error during Create package step.

Applicable Platform

AIP PlatformYes/No
CAST AIP 8.3
AIP Console VersionYes/No
AIP Console 1.8.x  or greater

Step by Step Scenario

  1. Add New version from AIP Console
  2. Select the source zip
  3. Add necessary exclusions.
  4. Run the Add version task.
  5. Fails with error during the Create Package Step.

12:37:15.281 [getMultipleThreadsTaskExecutor-5] ERROR com.castsoftware.aip.node.jobs.ApplicationJob - Encountered interruption executing job
com.castsoftware.aip.node.jobs.JobInterruptedException: The delivery contains no package to deliver.
at com.castsoftware.aip.node.jobs.steps.dmt.CreatePackageStep.doPackage(CreatePackageStep.java:56) ~[aip-node-services-1.28.5.jar!/:1.28.5]
at com.castsoftware.aip.node.jobs.steps.dmt.DmtPackageStep.doExecute(DmtPackageStep.java:265) ~[aip-node-services-1.28.5.jar!/:1.28.5]
at com.castsoftware.aip.node.jobs.steps.DmtCliJobStep.execute(DmtCliJobStep.java:84) ~[aip-node-services-1.28.5.jar!/:1.28.5]
at com.castsoftware.aip.node.jobs.ApplicationJob.doExecute(ApplicationJob.java:182) ~[aip-node-services-1.28.5.jar!/:1.28.5]
at com.castsoftware.aip.node.jobs.ApplicationJob.execute(ApplicationJob.java:116) [aip-node-services-1.28.5.jar!/:1.28.5]
at com.castsoftware.aip.node.jobs.JobThread.run(JobThread.java:41) [aip-node-services-1.28.5.jar!/:1.28.5]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_302]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_302]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_302]

Action Plan

The root cause of the issue is coming from the exclusion added with the symbol ‘@’

As a workaround, you need to remove the ‘@’ symbol from the exclusions added.

  1. If the problem you are facing does not match any case listed on this page, report your problem to CAST Technical Support and provide the below Relevant input for CAST Technical Support to reproduce the issue.

Notes/comments

Ticket # 37646

Related Pages