You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Common-Errors.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,26 @@ details:
72
72
*Suggested action*:
73
73
Check that your `--cicshlq` profile setting matches the value configured for CICS high-level qualifiers in your CICS region.
74
74
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
+
<preclass="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
+
<preclass="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/<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)
76
95
77
96
*Possible cause*: The `cics.xml` file is malformed.
0 commit comments