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

NLS message CWWKE0031E is inaccurate when emitted from server script #5470

Closed
frowe opened this issue Oct 23, 2018 · 0 comments · Fixed by #16101
Closed

NLS message CWWKE0031E is inaccurate when emitted from server script #5470

frowe opened this issue Oct 23, 2018 · 0 comments · Fixed by #16101
Assignees
Labels
in:Kernel/Bootstrap release bug This bug is present in a released version of Open Liberty release:21003

Comments

@frowe
Copy link
Member

frowe commented Oct 23, 2018

The error message
error.noExistingServer=CWWKE0031E: Specified server {0} does not exist; use the --create option to create a new server. serverPath: {1}
is incorrect, at least in the context of the server/server.bat command line script where issuing a command like:
./server dump
(with no server name and where the defaultServer doesn't exist)
results in
CWWKE0005E: The runtime environment could not be launched.
CWWKE0031E: Specified server defaultServer does not exist; use the --create option to create a new server. serverPath: ...

but the server script has no --create option, only create. Oddly enough, specifying a non-existent server name like:
./server dump foo
results only in output from server script:
Server foo does not exist.

@frowe frowe added the release bug This bug is present in a released version of Open Liberty label Oct 23, 2018
@hlhoots hlhoots self-assigned this Mar 2, 2021
hlhoots added a commit to hlhoots/open-liberty that referenced this issue Mar 5, 2021
hlhoots added a commit that referenced this issue Mar 8, 2021
…nInNLSMsg

#5470 : Incorrect NLS msg; should be create action vs --create option
meiaus pushed a commit to meiaus/open-liberty that referenced this issue May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Kernel/Bootstrap release bug This bug is present in a released version of Open Liberty release:21003
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants