Purpose (problem description)

This page will assist you in dealing with the Delivery Manager Tool (DMT) discovery error which indicates that the buffer size is >=0

The error in the DMT GUI is displayed in the following screenshot:

And the actual error details will show:

MESSAGE ID : cast.commandLine.exceptionDuringProcess 
ISSUE: java.lang.IllegalArgumentException: Buffer size <= 0

Observed in CAST Version, CAST Extension Version, CAST Component Version


Release

Yes/No

8.3(tick)
8.2(tick)
Observed in RDBMS

RDBMS

Yes/No

Oracle Server N/A
Microsoft SQL ServerN/A 
CSS3N/A
CSS2N/A 
Step by Step scenario
  1. Try to Package code
  2. Error occurs in DMT
Action Plan

Perform the below actions

  1. To re mediate this issue, find the file sources.CastSourceTreeDump inside the delivery folder (see the following TKB page for assistance if you need help for this:  Delivery Manager Tool - Information - DELIVERY Folder Structure and Contents

  2. Edit the file and check if there are any tags which are empty of any content (no data between <Content></Content> tags)

    1. Example

      <TextFile id="path1/path2/path3/file1.txt" name="file1.txt" size="0">
       <Content></Content>
       </TextFile>


  3. If the content is empty, then check if the file associated to the empty tag is not of 0 size

  4. If it does have a 0 size, remove or exclude the file and then run packaging again.

  5. If this does not resolve the issue, then contact  CAST Technical Support with Delivery Manager Tool - Relevant Input for CAST Technical Support for further investigation.

 

Notes/comments

Ticket # 16414

Related Pages