From a16d659919636c5021616c2b5421cc68af91f7fb Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Tue, 15 Aug 2023 10:50:45 +0200 Subject: [PATCH 1/6] Update launcher-error-codes.md Adding new messages Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- .../launcher/launcher-error-codes.md | 832 +++++++++++++++++- 1 file changed, 808 insertions(+), 24 deletions(-) diff --git a/docs/troubleshoot/launcher/launcher-error-codes.md b/docs/troubleshoot/launcher/launcher-error-codes.md index e8020b6bdf..40fd43b558 100644 --- a/docs/troubleshoot/launcher/launcher-error-codes.md +++ b/docs/troubleshoot/launcher/launcher-error-codes.md @@ -3,14 +3,14 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the following message code references and the corresponding reasons and actions to help troubleshoot issues. ## Zowe Launcher informational messages - + ### ZWEL0001I component %s started **Reason:** - Component `` started. + The component `` was started. **Action:** @@ -22,7 +22,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - Component `` stopped. + The component `` was stopped. **Action:** @@ -34,7 +34,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - Component `` initialized. + The component `` was initialized. - `restart_cnt` - Number of attempts to restart the component in case of failure - `min_uptime` - Minimum uptime that the component can be considered as successfully started - `share_as` - One of `` which indicates whether child processes of the component start in the same address space. See documentation for [_BPX_SHAREAS](https://www.ibm.com/docs/en/zos/2.4.0?topic=shell-setting-bpx-shareas-bpx-spawn-script) for details. @@ -45,11 +45,11 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the ### ZWEL0004I - component %s\(%d\) terminated, status = %d + component %s(%d) terminated, status = %d **Reason:** - Component ``(``) terminated with status ``. + The component ``(``) terminated with the status ``. **Action:** @@ -61,58 +61,842 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - Component failure detected. + Next attempt to restart component `` in `` seconds." **Action:** No action required. The component `` will be restarted in `` seconds. -## Zowe Launcher error messages +### ZWEL0006I -### ZWEL0030E + starting components - failed to prepare Zowe instance + **Reason:** + + Starting the components. + + **Action:** + + No action required. + +### ZWEL0007I + + components started **Reason:** - Failed to prepare the Zowe high availability (HA) instance. + The components are started. **Action:** - Check previous messages in the Zowe Launcher SYSPRINT to find the reason and correct it. + No action required. -### ZWEL0038E +### ZWEL0008I - failed to restart component %s, max retries reached + stopping components + + **Reason:** + + Stopping the components. + + **Action:** + + No action required. + +### ZWEL0009I + + components stopped **Reason:** - Maximum retries reached for restarting component `. + The components are stopped. **Action:** - Check `` configuration and correct the maximum restart count via configuration attribute `restartIntervals` if needed, then restart the component by using z/OS MODIFY command `F ZWESLSTC,APPL=STOP()` + No action required. -### ZWEL0040E +### ZWEL0010I - failed to start component %s + launcher has the following components: **Reason:** - Failed to start component ``. + The launcher has the following components. **Action:** - Check `` configuration and correct if needed, then either 1) start the component manually by using z/OS MODIFY command `F ZWESLSTC,APPL=STOP()` or 2) restart the entire HA instance + No action required. + +### ZWEL0011I -### ZWEL0047E + name = %16.16s, PID = %d - failed to parse zowe.yaml - %s + **Reason:** + + Name = ``, PID = ``. + + **Action:** + + No action required. + +### ZWEL0012I + + starting console listener + + **Reason:** + + Starting the console listener. + + **Action:** + + No action required. + +### ZWEL0013I + + command \'%s\' received + + **Reason:** + + The command `` was received. + + **Action:** + + No action required. + +### ZWEL0014I + + termination command received + + **Reason:** + + The termination command was received. + + **Action:** + + No action required. + +### ZWEL0015I + + console listener stopped + + **Reason:** + + The console listener was stopped. + + **Action:** + + No action required. + +### ZWEL0016I + + start component list: '%s' + + **Reason:** + + Start the component list `` + + **Action:** + + No action required. + +### ZWEL0017I + + ROOT_DIR is '%s' + + **Reason:** + + The ROOT_DIR (`zowe.runtimeDirectory`) is `` + + **Action:** + + No action required. + +### ZWEL0018I + + Zowe instance prepared successfully + + **Reason:** + + Zowe instance prepared successfully. + + **Action:** + + No action required. + +### ZWEL0019I + + Zowe Launcher stopping + + **Reason:** + + Zowe Launcher is stopping. + + **Action:** + + No action required. + +### ZWEL0020I + + loading '%s' + + **Reason:** + + Loading `` + + **Action:** + + No action required. + +### ZWEL0021I + + Zowe Launcher starting + + **Reason:** + + Zowe Launcher is starting. + + **Action:** + + No action required. + +### ZWEL0022I + + Zowe Launcher stopped + + **Reason:** + + Zowe Launcher was stopped. + + **Action:** + + No action required. + +### ZWEL0023I + + Zowe YAML config file is \'%s\' + + **Reason:** + + Zowe YAML config file is `:` + + **Action:** + + No action required. + +### ZWEL0024I + + HA_INSTANCE_ID is '%s' + + **Reason:** + + The HA_INSTANCE_ID name is ``. + + **Action:** + + No action required. + +### ZWEL0025I + + restart_intervals for component '%s'= %s + + **Reason:** + + Restart intervals for component `` = `.` + Restart intervals is defined in `zowe.launcher.restartIntervals`. + + **Action:** + + No action required. + +### ZWEL0058I + + WORKSPACE_DIR is '%s' + + **Reason:** + + The WORKSPACE_DIR (`zowe.workspaceDirectory`) is ``. + + **Action:** + + No action required. + +### ZWEL0069I + + Configuration is valid + + **Reason:** + + The configuration is valid. + + **Action:** + + No action required. + +## Zowe Launcher warning messages + +### ZWEL0051W + + failed to read zowe.yaml, launcher will use default settings + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0052W + + not all components started **Reason:** - Failed to parse Zowe configuration file. + **Action:** - Validate the format of Zowe configuration file. It should be a valid YAML file following specifications defined in https://yaml.org/. \ No newline at end of file + No action required. + +### ZWEL0053W + + not all components stopped gracefully + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0054W + + component %s not found + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0063W + + Component %s(%d) will be terminated using SIGKILL + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0066W + + command '%s' ended with code %d + + **Reason:** + + The command `` ended with code ``" + + **Action:** + + No action required. + +## Zowe Launcher error messages + +### ZWEL0026E + + %s env variable not found + + **Reason:** + + The environmental variable `` was not found. + + **Action:** + + In launcher's STC, under `DD` statement `STDENV`, review the ``. + +### ZWEL0027E + + %s env variable too large + + **Reason:** + + `` environmental variable is too large. + + **Action:** + + In launcher's STC, under `DD` statement `STDENV`, review the ``. + +### ZWEL0028E + + failed to get component list + + **Reason:** + + Failed to get the component list. + + **Action:** + + Review the components defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0029E + + start component list is empty + + **Reason:** + + Start component list is empty. + + **Action:** + + Review the components defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0030E + + failed to prepare Zowe instance + + **Reason:** + + Failed to prepare the zowe instance. + + **Action:** + + Check previous messages in the Zowe Launcher `SYSPRINT` to find the reason and correct it. + +### ZWEL0031E + + failed to setup signal handlers + + **Reason:** + + Failed to setup signal handlers. + + **Action:** + + Contact Support. + +### ZWEL0032E + + failed to find %s='%s', check if the dir exists + + **Reason:** + + Failed to find ``=``, check if the directory exists. + + **Action:** + + Verify `` is correctly defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0033E + + failed to get ROOT_DIR dir + + **Reason:** + + Failed to get ROOT_DIR (`zowe.runtimeDirectory`). + + **Action:** + + Review `zowe.runtimeDirectory` defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0034E + + ROOT_DIR is empty string + + **Reason:** + + ROOT_DIR (`zowe.runtimeDirectory`) is empty string. + + **Action:** + + Review `zowe.runtimeDirectory` defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0035E + + invalid command line arguments, provide HA_INSTANCE_ID as a first argument + + **Reason:** + + Invalid command line arguments, provide `` as a first argument + + **Action:** + + Review the command and provide `` as a first argument. + +### ZWEL0036E + + failed to initialize launcher context + + **Reason:** + + Failed to initialize launcher context. + + **Action:** + + No action required. + +### ZWEL0037E + + max component number reached, ignoring the rest + + **Reason:** + + Maximal number of components reached, ignoring the rest. + + **Action:** + + Review the components defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0038E + + failed to restart component %s, max retries reached + + **Reason:** + + Failed to restart the component ``, maximum number of retries reached. + + **Action:** + + No action required. + +### ZWEL0039E + + cannot start component %s - already running + + **Reason:** + + Cannot start the component `` because it is already running. + + **Action:** + + No action required. + +### ZWEL0040E + + failed to start component %s + + **Reason:** + + Failed to start the component ``. + + **Action:** + + Review the component defined in configuration (identified by message `ZWEL0023I`). + +### ZWEL0041E + + bad value supplied, command ignored + + **Reason:** + + Bad value for the command supplied, such command is ignored. + + **Action:** + + Review the command. + +### ZWEL0042E + + command not recognized + + **Reason:** + + Command not recognized. + + **Action:** + + Review the command. + +### ZWEL0043E + + failed to start console thread + + **Reason:** + + Failed to start the console thread. + + **Action:** + + No action required. + +### ZWEL0044E + + failed to stop console thread + + **Reason:** + + Failed to stop the console thread. + + **Action:** + + No action required. + +### ZWEL0045E + + error converting zowe.yaml file - %s + + **Reason:** + + Error converting zowe.yaml file - ``. + + **Action:** + + No action required. + +### ZWEL0046E + + error reading zowe.yaml file - %s + + **Reason:** + + There is an error while reading zowe.yaml file - `` + + **Action:** + + No action required. + +### ZWEL0047E + + failed to parse zowe.yaml - %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0048E + + failed to open zowe.yaml - %s: %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0049E + + failed to restart component %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0050E + + cannot read output from comp %s(%d) - %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0055E + + failed to create file for stdin(%s) - %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0056E + + failed to open file for stdin(%s) - %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0057E + + failed to create workspace dir '%s' + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0059E + + failed to get WORKSPACE_DIR dir + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0060E + + WORKSPACE_DIR is empty string + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0061E + + failed to find %s='%s', check if the file exists + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0062E + + failed to create dir '%s' - %s + + **Reason:** + + + + **Action:** + + No action required. + +### ZWEL0064E + + failed to run command %s - %s + + **Reason:** + + Failed to run command `` - ``. + + **Action:** + + No action required. + +### ZWEL0065E + + error reading output from command '%s' - %s + + **Reason:** + + There is an error reading the output from command `` - `` + + **Action:** + + No action required. + +### ZWEL0067E + + PARMLIB() entries must all have the same member name + + **Reason:** + + PARMLIB() entries must all have the same member name. + + **Action:** + + Review the member names are identical for all PARMLIB() entries. + +### ZWEL0068E + + PARMLIB() entries must have a member name + + **Reason:** + + PARMLIB() entries must have a member name. + + **Action:** + + Review the dataset name contains the member name in PARMLIB entry. + +### ZWEL0070E + + Configuration has validity exceptions: + + **Reason:** + + Configuration has validity exceptions. + + **Action:** + + Review the exceptions and correct the configuration. + +### ZWEL0071E + + Internal failure during validation, please contact support + + **Reason:** + + Internal failure during validation, please contact support. + + **Action:** + + Contact support. + +### ZWEL0072E + + Launcher could not load configurations + + **Reason:** + + Launcher could not load the configurations. + + **Action:** + + Review the configuration entries. + +### ZWEL0073E + + Launcher could not load schemas, status=%d + + **Reason:** + + Launcher could not load schemas, status=`` + + **Action:** + + Review the runtime directory + +### ZWEL0074E + + Log context was not created + + **Reason:** + + The logging context was not created. + + **Action:** + + Contact support. + From 8b035fb1b378c4b7aef7569b7ed52b40d5a8c511 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:39:51 +0200 Subject: [PATCH 2/6] Update launcher-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- .../launcher/launcher-error-codes.md | 236 ++++++------------ 1 file changed, 75 insertions(+), 161 deletions(-) diff --git a/docs/troubleshoot/launcher/launcher-error-codes.md b/docs/troubleshoot/launcher/launcher-error-codes.md index 40fd43b558..b03cc6b84a 100644 --- a/docs/troubleshoot/launcher/launcher-error-codes.md +++ b/docs/troubleshoot/launcher/launcher-error-codes.md @@ -1,9 +1,11 @@ -# Error Message Codes - -The following error message codes may appear on Zowe Launcher SYSPRINT. Use the following message code references and the corresponding reasons and actions to help troubleshoot issues. - -## Zowe Launcher informational messages + # Error Message Codes + + The following error message codes may appear on Zowe Launcher SYSPRINT. Use the following message code references and the corresponding reasons and actions to help troubleshoot issues. + + ## Zowe Launcher informational messages + + ### ZWEL0001I component %s started @@ -235,18 +237,6 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the No action required. -### ZWEL0020I - - loading '%s' - - **Reason:** - - Loading `` - - **Action:** - - No action required. - ### ZWEL0021I Zowe Launcher starting @@ -277,7 +267,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - Zowe YAML config file is `:` + Zowe YAML config file is ``. **Action:** @@ -332,82 +322,9 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the No action required. -## Zowe Launcher warning messages - -### ZWEL0051W - - failed to read zowe.yaml, launcher will use default settings - - **Reason:** - - - - **Action:** - - No action required. - -### ZWEL0052W - - not all components started - - **Reason:** - - - - **Action:** - - No action required. - -### ZWEL0053W - - not all components stopped gracefully - - **Reason:** - + ## Zowe Launcher error messages - **Action:** - - No action required. - -### ZWEL0054W - - component %s not found - - **Reason:** - - - - **Action:** - - No action required. - -### ZWEL0063W - - Component %s(%d) will be terminated using SIGKILL - - **Reason:** - - - - **Action:** - - No action required. - -### ZWEL0066W - - command '%s' ended with code %d - - **Reason:** - - The command `` ended with code ``" - - **Action:** - - No action required. - -## Zowe Launcher error messages - ### ZWEL0026E %s env variable not found @@ -632,54 +549,6 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the Failed to stop the console thread. - **Action:** - - No action required. - -### ZWEL0045E - - error converting zowe.yaml file - %s - - **Reason:** - - Error converting zowe.yaml file - ``. - - **Action:** - - No action required. - -### ZWEL0046E - - error reading zowe.yaml file - %s - - **Reason:** - - There is an error while reading zowe.yaml file - `` - - **Action:** - - No action required. - -### ZWEL0047E - - failed to parse zowe.yaml - %s - - **Reason:** - - - - **Action:** - - No action required. - -### ZWEL0048E - - failed to open zowe.yaml - %s: %s - - **Reason:** - - - **Action:** No action required. @@ -690,7 +559,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Failed to restart the component ``." **Action:** @@ -702,7 +571,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Cannot read the output from component `` (``) - ``" **Action:** @@ -714,7 +583,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Failed to create the file for stdin(``) - ." **Action:** @@ -726,7 +595,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Failed to open the file for stdin(``) - ." **Action:** @@ -738,7 +607,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Failed to create the workspace directory ``. **Action:** @@ -750,7 +619,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Failed to get the WORKSPACE_DIR (`zowe.workspaceDirectory`) directory." **Action:** @@ -762,19 +631,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - - - **Action:** - - No action required. - -### ZWEL0061E - - failed to find %s='%s', check if the file exists - - **Reason:** - - + The WORKSPACE_DIR (`zowe.workspaceDirectory`) is empty string. **Action:** @@ -786,7 +643,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - + Failed to create the directory `` - ``. **Action:** @@ -798,7 +655,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Reason:** - Failed to run command `` - ``. + Failed to run the command `` - ``. **Action:** @@ -899,4 +756,61 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the **Action:** Contact support. + + ## Zowe Launcher warning messages + + +### ZWEL0052W + not all components started + + **Reason:** + + Not all components were started. + + **Action:** + + No action required. + +### ZWEL0053W + + not all components stopped gracefully + + **Reason:** + + Not all components were stopped gracefully. + + **Action:** + + No action required. + +### ZWEL0054W + + component %s not found + + **Reason:** + + The component `` was not found. + + **Action:** + + No action required. + **Reason:** + + Component ``(``) will be terminated using `SIGKILL`. + + **Action:** + + No action required. + +### ZWEL0066W + + command '%s' ended with code %d + + **Reason:** + + The command `` ended with return code ``." + + **Action:** + + No action required. From 497e849bdbb28643a6323242949f9bac93a22a91 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:48:01 +0200 Subject: [PATCH 3/6] Update launcher-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- .../launcher/launcher-error-codes.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/troubleshoot/launcher/launcher-error-codes.md b/docs/troubleshoot/launcher/launcher-error-codes.md index b03cc6b84a..2e73791339 100644 --- a/docs/troubleshoot/launcher/launcher-error-codes.md +++ b/docs/troubleshoot/launcher/launcher-error-codes.md @@ -455,7 +455,7 @@ **Action:** - No action required. + ? ### ZWEL0037E @@ -479,7 +479,7 @@ **Action:** - No action required. + ? ### ZWEL0039E @@ -539,7 +539,7 @@ **Action:** - No action required. + ? ### ZWEL0044E @@ -551,7 +551,7 @@ **Action:** - No action required. + ? ### ZWEL0049E @@ -563,7 +563,7 @@ **Action:** - No action required. + ? ### ZWEL0050E @@ -575,7 +575,7 @@ **Action:** - No action required. + ? ### ZWEL0055E @@ -587,7 +587,7 @@ **Action:** - No action required. + ? ### ZWEL0056E @@ -599,7 +599,7 @@ **Action:** - No action required. + ? ### ZWEL0057E @@ -611,7 +611,7 @@ **Action:** - No action required. + ? ### ZWEL0059E @@ -623,7 +623,7 @@ **Action:** - No action required. + ? ### ZWEL0060E @@ -635,7 +635,7 @@ **Action:** - No action required. + ? ### ZWEL0062E @@ -647,7 +647,7 @@ **Action:** - No action required. + ? ### ZWEL0064E @@ -659,7 +659,7 @@ **Action:** - No action required. + ? ### ZWEL0065E @@ -671,7 +671,7 @@ **Action:** - No action required. + ? ### ZWEL0067E From 9066715e5c0d986d727eb849a32b5ec5003c95d4 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:49:55 +0200 Subject: [PATCH 4/6] Update launcher-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- .../launcher/launcher-error-codes.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/troubleshoot/launcher/launcher-error-codes.md b/docs/troubleshoot/launcher/launcher-error-codes.md index 2e73791339..2db012f6ef 100644 --- a/docs/troubleshoot/launcher/launcher-error-codes.md +++ b/docs/troubleshoot/launcher/launcher-error-codes.md @@ -455,7 +455,7 @@ **Action:** - ? + :x: ### ZWEL0037E @@ -479,7 +479,7 @@ **Action:** - ? + :x: ### ZWEL0039E @@ -539,7 +539,7 @@ **Action:** - ? + :x: ### ZWEL0044E @@ -551,7 +551,7 @@ **Action:** - ? + :x: ### ZWEL0049E @@ -563,7 +563,7 @@ **Action:** - ? + :x: ### ZWEL0050E @@ -575,7 +575,7 @@ **Action:** - ? + :x: ### ZWEL0055E @@ -587,7 +587,7 @@ **Action:** - ? + :x: ### ZWEL0056E @@ -599,7 +599,7 @@ **Action:** - ? + :x: ### ZWEL0057E @@ -611,7 +611,7 @@ **Action:** - ? + :x: ### ZWEL0059E @@ -623,7 +623,7 @@ **Action:** - ? + :x: ### ZWEL0060E @@ -635,7 +635,7 @@ **Action:** - ? + :x: ### ZWEL0062E @@ -647,7 +647,7 @@ **Action:** - ? + :x: ### ZWEL0064E @@ -659,7 +659,7 @@ **Action:** - ? + :x: ### ZWEL0065E @@ -671,7 +671,7 @@ **Action:** - ? + :x: ### ZWEL0067E From 0656eb908ffd49eac274c4f2743111578ae11062 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:29:49 +0100 Subject: [PATCH 5/6] Update launcher-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- docs/troubleshoot/launcher/launcher-error-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshoot/launcher/launcher-error-codes.md b/docs/troubleshoot/launcher/launcher-error-codes.md index 2db012f6ef..ea87b796c9 100644 --- a/docs/troubleshoot/launcher/launcher-error-codes.md +++ b/docs/troubleshoot/launcher/launcher-error-codes.md @@ -809,7 +809,7 @@ **Reason:** - The command `` ended with return code ``." + The command `` ended with return code ``. **Action:** From d8872856cec69dfd346659e4789a61c904f10e45 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:31:12 +0100 Subject: [PATCH 6/6] Update launcher-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- docs/troubleshoot/launcher/launcher-error-codes.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/troubleshoot/launcher/launcher-error-codes.md b/docs/troubleshoot/launcher/launcher-error-codes.md index ea87b796c9..5fec3654f8 100644 --- a/docs/troubleshoot/launcher/launcher-error-codes.md +++ b/docs/troubleshoot/launcher/launcher-error-codes.md @@ -63,7 +63,7 @@ **Reason:** - Next attempt to restart component `` in `` seconds." + Next attempt to restart component `` in `` seconds. **Action:** @@ -559,7 +559,7 @@ **Reason:** - Failed to restart the component ``." + Failed to restart the component ``. **Action:** @@ -571,7 +571,7 @@ **Reason:** - Cannot read the output from component `` (``) - ``" + Cannot read the output from component `` (``) - `` **Action:** @@ -583,7 +583,7 @@ **Reason:** - Failed to create the file for stdin(``) - ." + Failed to create the file for stdin(``) - . **Action:** @@ -595,7 +595,7 @@ **Reason:** - Failed to open the file for stdin(``) - ." + Failed to open the file for stdin(``) - . **Action:** @@ -619,7 +619,7 @@ **Reason:** - Failed to get the WORKSPACE_DIR (`zowe.workspaceDirectory`) directory." + Failed to get the WORKSPACE_DIR (`zowe.workspaceDirectory`) directory. **Action:**