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

Server start fails on OS/400 #27398

Closed
jimblye opened this issue Jan 18, 2024 · 1 comment · Fixed by #27401
Closed

Server start fails on OS/400 #27398

jimblye opened this issue Jan 18, 2024 · 1 comment · Fixed by #27401
Assignees
Labels
regression This bug is for something that worked in a past release, but no longer does release bug This bug is present in a released version of Open Liberty release:24002

Comments

@jimblye
Copy link
Member

jimblye commented Jan 18, 2024

Problem caused by #27005, which rearranged the server script to move functions to the top and main execution path to the bottom. The "escapeForEval" functions are defined inside an if-then-else block, which gets executed before main. The "if" statement references a variable that needs to be initialized for OS/400.

@jimblye jimblye added regression This bug is for something that worked in a past release, but no longer does release bug This bug is present in a released version of Open Liberty labels Jan 18, 2024
@jimblye jimblye self-assigned this Jan 18, 2024
@jhanders34
Copy link
Member

#regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression This bug is for something that worked in a past release, but no longer does release bug This bug is present in a released version of Open Liberty release:24002
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants