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

FSUM6807 expression syntax error during zowe startup #979

Closed
Martin-Zeithaml opened this issue Sep 25, 2023 · 2 comments · Fixed by zowe/zlux-app-server#283
Closed

FSUM6807 expression syntax error during zowe startup #979

Martin-Zeithaml opened this issue Sep 25, 2023 · 2 comments · Fixed by zowe/zlux-app-server#283
Assignees
Labels
bug Something isn't working new not yet triaged severity-low A bug that makes the usage of the Zowe less convenient but doesn't impact key use cases

Comments

@Martin-Zeithaml
Copy link

Martin-Zeithaml commented Sep 25, 2023

Describe the bug
There is a FSUM6807 expression syntax error in log` in the log

Steps to Reproduce

  1. Start zowe 2.11.0
  2. FSUM6807 expression syntax error in log

Expected behavior
No FSUM6807 expression syntax error in log

E.g.: ... components/app-server/bin/configure.sh 26: .: FSUM6807 expression syntax error

Probable cause
https://github.com/zowe/zlux-app-server/blob/3e42412bbc9532b57aaf744df08315e10fe9c7a0/bin/configure.sh#L26

On line 26 and 27 there is a combination of double equal sign with single square brackets.
Either add one more square brackets or remove one equal sign.

@Martin-Zeithaml Martin-Zeithaml added bug Something isn't working severity-low A bug that makes the usage of the Zowe less convenient but doesn't impact key use cases new not yet triaged labels Sep 25, 2023
@Martin-Zeithaml Martin-Zeithaml self-assigned this Sep 25, 2023
@1000TurquoisePogs
Copy link
Member

this looks to be fixed in staging, fixed after 2.11

@1000TurquoisePogs
Copy link
Member

false alarm, rc has code that is newer than staging! the bug needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new not yet triaged severity-low A bug that makes the usage of the Zowe less convenient but doesn't impact key use cases
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants