Skip to content

Commit 0d4ecc3

Browse files
authored
Merge pull request #291 from cxharris/dev
Address issue 91, apply feedback to fix for issue 92
2 parents bf567ef + a6cb0cc commit 0d4ecc3

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
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

docs/pages/cdp/cdp-Deploying-a-nodejs-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ CICS TS V5.5 introduced support to run Node.js applications and is required by t
5353
create : META-INF/cics.xml
5454
CICS Bundle generated with bundleid "myexpressapp"</pre>
5555

56-
5. Confirm that the Node.js SDK is installed on z/OS
56+
5. Confirm that the Node.js version installed on z/OS is suitable for your application.
5757

5858
```text
59-
zowe zos-uss issue ssh "node --version" --user <my z/OS userid> --password <my z/OS password>
59+
zowe zos-uss issue ssh "node --version"
6060
```
6161
The output should indicate the installed version of Node.js.
6262

docs/pages/cdp/cdp-Requirements-on-zOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ CICSPlex System Manager \(CPSM\) is provided with CICS and is required to run th
2929

3030
### Node.js SDK
3131

32-
If you intend to run Node.js applications on z/OS, you must install the Node.js SDK. See [Installing and configuring IBM SDK for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/en/SSTRRS_8.0.0/com.ibm.nodejs.zos.v8.doc/install.htm) for full details.
32+
If you intend to run Node.js applications on z/OS, you must install the IBM SDK for Node.js - z/OS. See [Installing and configuring IBM SDK for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/en/SSTRRS_8.0.0/com.ibm.nodejs.zos.v8.doc/install.htm) for full details.

0 commit comments

Comments
 (0)