Skip to content

Commit 27cb5c6

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into branch1
2 parents c3172a0 + 0b36ca0 commit 27cb5c6

File tree

3 files changed

+13
-25
lines changed

3 files changed

+13
-25
lines changed

docs/_data/sidebars/cdp_sidebar.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ entries:
8181
url: cdp-Troubleshooting-General.html
8282
output: web
8383

84-
- title: Precautionary checks
85-
url: cdp-Precautionary-Checks.html
86-
output: web
87-
88-
- title: Potential problems
89-
url: cdp-Troubleshooting-Symptoms.html
84+
- title: Common Errors
85+
url: cdp-Common-Errors.html
9086
output: web
9187

9288
- title: Commands

docs/pages/cdp/cdp-Troubleshooting-Symptoms.md renamed to docs/pages/cdp/cdp-Common-Errors.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
---
2-
title: Possible problems and their resolutions
2+
title: Common Errors
33
tags: [troubleshooting]
4-
keywords:
5-
summary: "This section describes sets of problem symptoms, their possible causes and suggested solutions."
4+
keywords:
5+
summary: "Some common errors can occasionally occur when you attempt to deploy a Node.js application using the cics-deploy plug-in."
66
sidebar: cdp_sidebar
7-
permalink: cdp-Troubleshooting-Symptoms.html
7+
permalink: cdp-Common-Errors.html
88
folder: cdp
99
---
1010

11+
## Precautionary checks
12+
If you experience errors while using the cics-deploy plug-in, check the following potential causes before investigating further:
13+
* CICS must be authorized to read the bundle directory `META-INF`.
14+
* The port specified by the `--port` argument of the `cics-deploy generate bundle` command *must* be free on z/OS before you attempt to deploy an application.
15+
* If you set a `WORK_DIR` in the CICS Node.js application profile, such as `nodejsapps/<your application name>.profile`, it must be *writeable* by CICS.
16+
17+
## Deployment errors
1118
{% include note.html content="For further troubleshooting steps, see [Troubleshooting Node.js applications](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.5.0/troubleshooting/node/node-troubleshooting.html)." %}
1219

1320
{% include important.html content="To definitively diagnose a problem based on the suggested symptoms, you might need to refer to one or more [system logs and traces](cdp-Troubleshooting-General) particularly the STDERR Node.js log and the file assigned the MSGUSR DD name in the relevant CICS job. Depending on your familiarity with z/OS and CICS, and your system privileges, you may also need to consult a CICS systems administrator to get to the bottom of certain problems." %}
1421

15-
## Deployment errors
16-
1722
### Application incorrectly deploys in a DISABLED state
1823
*Possible cause*: The port requested by the application is already in use.
1924

docs/pages/cdp/cdp-Precautionary-Checks.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)