CAY6Z01E Fail: caz1zcjc:322 Report requires 266526 bytes. Supplied buffer size is only 102400 bytes
search cancel

CAY6Z01E Fail: caz1zcjc:322 Report requires 266526 bytes. Supplied buffer size is only 102400 bytes

book

Article ID: 398228

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

JCLCheck validation completes successful but the following message is seen in the JCLCheck REST server log:

CAY6Z01E Fail:  caz1zcjc:322 Report requires 266526 bytes. Supplied buffer size is only 102400 bytes
caz1zsvr:247 *** Beginning *** of error details after calling JCLCheck Metal-C modules:
Fail:  caz1zcjc:322 Report requires 266526 bytes. Supplied buffer size is only 102400 bytes
caz1zsvr:249 *** End *** of error details after calling JCLCheck Metal-C modules.
caz1zjni:1157 *** End *** of error messages from ./lib/caz1zsvr
caz1zjni:1155 *** Beginning *** of error messages from ./lib/caz1zsvr follows:

-

 ZOWE spring boot environment variables are set as follows:

SPRING_SERVLET_MULTIPART_MAXFILESIZE: 15MB
SPRING_SERVLET_MULTIPART_MAXREQUESTSIZE: 15MB

Resolution

Explanation:  When there is not enough space the Server will automatically retry with a larger buffer size automatically up to 5 times. If there is still not enough space after the 5th time, this message is issued:

Reached the max retries = {number} while re-allocating a JckInStruct to size = {size}