Cli codenvy restart command fails when admin's credential is provided
See original GitHub issueIssue Description
Reproduction Steps:
- start codenvy
- restart codenvy with credentials
see attachment
OS and version:
openSUSE 13.2 (Harlequin) (x86_64)
Docker version:
Client:
Version: 17.03.0-ce
API version: 1.26
Server:
Version: 17.03.0-ce
API version: 1.26 (minimum version 1.12)
Experimental: false
attachment
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Console shows server failed to start even though it actually ...
To do so, I am running the command chectl server:deploy to startup the server. Everything goes fine, right up until it gets to...
Read more >Troubleshooting | Codewind - Eclipse
Then, restart Codewind. Project creation fails if a persistent volume (PV) is unavailable. If you try to create a project on Codewind for ......
Read more >CLI tools OpenShift Container Platform 4.2
Procedure. Navigate to the Infrastructure Provider page on the Red Hat OpenShift Cluster Manager site. Select your infrastructure provider, and, ...
Read more >IBM Z® Open Editor in the cloud with Eclipse Che
We recommend exploring Eclipse Che on IBM Cloud utilizing IBM's OpenShift V3.11 ... The default Keycloak credentials are admin:admin .
Read more >Enhancing Password Quality - ITPro Today
Password uses the word "admin" or "administrator". MBSA version 1.2.1, the most recent version, also includes a command-line version (mbsacli.exe) that can ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @akorneta for reporting this. Pull request with a fix - https://github.com/eclipse/che/pull/4475
the main issue is what args needs to be sent to stop and start when we do “restart” because some want to give arguments for stop (of restart) and some want to give arguments for start (of restart)
AFAIK the issue is coming after this change https://github.com/eclipse/che/commit/dcf6c63683f2431c601bc23bf4a8d5502e14d860#diff-c9d27ea6fa5cef75c1a6559309b947c4
I would say that unknown arguments should be skipped by start instead of reporting the error.