-
Notifications
You must be signed in to change notification settings - Fork 34
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
SVT: Cannot stop a liberty "Start in container" session from the Liberty dashboard. #305
Comments
As @TrevCraw mentioned - As for "stop" not working in the previous scenario - I think the problem there is that the container had started, but dev mode was not fully started yet - so we're in that weird in between spot where we can run into problems like that. The server hadn't started completely, so it wasn't able to stop it.
even though the app wasn't installed, I was able to stop the server using the "Stop" command from the dashboard.
|
Workaround added to https://github.com/OpenLiberty/liberty-tools-vscode/wiki/Known-Problems-and-Limitations. |
As part of this TER - https://github.ibm.com/websphere/system-test/issues/922
When I start the application in a container - the server seems to start, but it is waiting for the app to start -
Once in this mode - I cannot stop the server.
Using Stop for the dashboard only shows "exit" as shown above, and doesn't stop the server.
The text was updated successfully, but these errors were encountered: