Skip to content

Commit 9f840b7

Browse files
committed
Added error scenario as described in issue #91
Signed-off-by: Clive Harris <[email protected]>
1 parent 81f79bb commit 9f840b7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/pages/cdp/cdp-Common-Errors.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,26 @@ details:
7272
*Suggested action*:
7373
Check that your `--cicshlq` profile setting matches the value configured for CICS high-level qualifiers in your CICS region.
7474

75-
### BUNDLE ... cannot be deployed
75+
### BUNDLE ... cannot be deployed (1)
76+
77+
*Possible cause*: CICS does not have permission to read the bundle directory.
78+
79+
*Representative output*:
80+
<pre class="messageText">
81+
11:46:15.916293 : DFHRL2300E BUNDLE(CICSJS02) cannot be deployed. The reason for the failure could not be determined.
82+
11:46:15.922147 : DFHRL2055I Errors have occurred, processing terminated.
83+
11:46:15.927066 : DFHRL2014I Disconnecting from CICSPLEX(CAPLEX).
84+
</pre>
85+
86+
*Suggested action*:
87+
Check the MSGUSR file for more specific diagnostics and if relevant, change the permissions on the offending directory.
88+
89+
<pre class="messageText">
90+
DFHRL0106 E 04/24/2019 11:46:13 CALMAS1 COIE The CICS resource lifecycle manager failed to create the BUNDLE resource CICSJS02 because CICS is not authorized to read the manifest /u/&lt;username>/CICSJSON_1.0.0/META-INF/cics.xml in the root directory of the bundle.
91+
DFHRL0110 E 04/24/2019 11:46:13 CALMAS1 COIE The CICS resource lifecycle manager has failed to create the BUNDLE resource CICSJS02.
92+
</pre>
93+
94+
### BUNDLE ... cannot be deployed (2)
7695

7796
*Possible cause*: The `cics.xml` file is malformed.
7897

0 commit comments

Comments
 (0)