We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are 2 messages in the Zowe log, which confuse a lot of users:
FSUM7422 node is not found Node found in NODE_HOME
This is caused by validate.sh script.
validate.sh
This is script is
bin/start.sh
manifest.yaml
manifest.yaml: commands.validate
The text was updated successfully, but these errors were encountered:
validate is done in "internal start prepare" according to the manifest but, i see here that the check validate.sh is doing is already done for the app-server, builtin to zwe here https://github.com/zowe/zowe-install-packaging/blob/v2.x/staging/bin/commands/internal/start/prepare/index.ts#L140C1-L142C21 so perhaps removing "validate.sh" from the manifest is good, since its duplicate.
Sorry, something went wrong.
Solved by PR.
Martin-Zeithaml
No branches or pull requests
There are 2 messages in the Zowe log, which confuse a lot of users:
This is caused by
validate.sh
script.This is script is
bin/start.sh
for dev environment (runtime directory was not set) - it is not called for normally installed Zowemanifest.yaml
manifest.yaml: commands.validate
The text was updated successfully, but these errors were encountered: