Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zwe diagnose running under configmgr #3637

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Conversation

Martin-Zeithaml
Copy link
Contributor

Please check if your PR fulfills the following requirements. This is simply a reminder of what we are going to look for before merging your PR. If you don't know all of this information when you create this PR, don't worry. You can edit this template as you're working on it.

  • DCO signoffs have been added to all commits, including this PR

PR type

What type of changes does your PR introduce to Zowe? Put an x in the box that applies to this PR. If you're unsure about any of them, don't hesitate to ask.

  • Bugfix
  • Feature

Relevant issues

Fixes #3627

Changes proposed in this PR

  1. zwe diagnose -e ERR --configmgr is executing javascript command
  2. Some links were pointing to github instead of doc
  3. Small error message change:
    From:
/zowe/runtime/2120/bin: ./zwe diagnose -e asdf
Invalid Error Code

To:

/zowe/runtime/2120/bin: ./zwe diagnose -e asdf
ZWEL0102E: Invalid parameter --error-code='asdf'
  1. Output is reformatted:
    From:
/zowe/runtime/2120/bin: ./zwe diagnose -e ZWEL0111E
This code corresponds to the errors related to the Zowe Launcher and ZWE
To find the description of this error code, refer to the Zowe documentation for the Launcher at https://docs.zowe.org/stable/troubleshoot/launcher/launcher-error-codes and https://github.com/zowe/launcher/blob/v2.x/master/src/msg.h, and for ZWE at https://docs.zowe.org/stable/appendix/zwe_server_command_reference/zwe/
You may also explore reports from other users experiencing the same error by searching here https://github.com/search?q=org%3Azowe+ZWEL0111E&type=discussions

To:

/zowe/runtime/2120/bin: ./zwe diagnose -e ZWEL0111E

This code corresponds to the errors related to the Zowe Launcher and ZWE.

To find the description of this error code, refer to the:

  Zowe documentation for Launcher
    https://docs.zowe.org/stable/troubleshoot/launcher/launcher-error-codes
  Launcher error codes
    https://github.com/zowe/launcher/blob/v2.x/master/src/msg.h
  Zowe documentation for ZWE
    https://docs.zowe.org/stable/appendix/zwe_server_command_reference/zwe/

You may also explore reports from other users experiencing the same error by searching
https://github.com/search?q=org%3Azowe+ZWEL0111E&type=discussions

Does this PR introduce a breaking change?

  • Yes
  • No

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

PAX build 3951 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/6664842817

@zowe-robot zowe-robot temporarily deployed to marist-zzow02 October 27, 2023 08:40 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Oct 27, 2023

Test workflow 3451 is started.
Running install test: Convenience Pax
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/2.13.0-PR-3637/zowe-2.13.0-pr-3637-3951-20231027083850.pax
Running on machine: zzow02
Result: SUCCESS
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/6664916791

Copy link

github-actions bot commented Feb 14, 2024

PAX build 4538 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/7906044167

Copy link

github-actions bot commented Feb 14, 2024

PAX build 4539 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/7906089616

Copy link

github-actions bot commented Feb 14, 2024

Test workflow 3968 is started.
Running install test: Convenience Pax
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/2.15.0-PR-3637/zowe-2.15.0-pr-3637-4538-20240214190700.pax
Running on machine: zzow08
Result: SUCCESS
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/7906153587

Copy link

github-actions bot commented Feb 14, 2024

Test workflow 3969 is started.
Running install test: Convenience Pax
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/2.15.0-PR-3637/zowe-2.15.0-pr-3637-4539-20240214190957.pax
Running on machine: zzow07
Result: SUCCESS
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/7906187891

@MarkAckert MarkAckert merged commit e9156fa into v2.x/staging Feb 14, 2024
13 checks passed
@MarkAckert MarkAckert deleted the v2.x/feature/diagnose branch February 14, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zwe diagnose: shell only and no doc
3 participants