Failed to run the workspace: "Installation 'org.eclipse.che.exec' failed, script exit code is 127"
See original GitHub issueDescription
I started che chart using che-server:latest ( same for nightly ) with tls enabled and self signed certificate, initially che-server pod doesn’t come up and got error :
Caused by: java.lang.RuntimeException: Exception while retrieving OpenId configuration from endpoint: https://keycloak.shared.devlab.test.vlab.com/auth/realms/che/.well-known/openid-configuration
i managed to solve that by creating a generic secret that wrap ca.crt and add appropriate env variable CHE_SELF__SIGNED__CERT in the deployments and che-server pod started correctly, but i got antoher error while creating the workspace and it’s probably related to certs also, So what about the secret i’m using for ingress ? should che be aware of it also ? where am I going wrong ?
Diagnostics
Exec Agent binary is downloaded remotely
Certificate File /tmp/che/secret/ca.crt will be used for binaries downloading
gzip: stdin: unexpected end of file
/bin/sh: 244: /home/user/che/exec-agent/che-exec-agent: not found
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error: Failed to run the workspace: "Installation 'org.eclipse.che.exec' failed, script exit code is 127"
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Eclipse Make Error 127 - c++ - Stack Overflow
Simple solution really. Turns out I didn't have g++. I installed gcc, and perhapse somebody here knows the difference, if so feel free...
Read more >Exit code 127 error status in Bash script - LinuxConfig.org
The 127 error code indicates “command not found”. This occurs when any given command within your Bash script or on Bash command line...
Read more >Eclipse Community Forums: C / C++ IDE (CDT) » Technical error
Quote: The message means that 'sh' couldn't be found. Some project distributions have an installation script named something like bootstrap.sh ...
Read more >C / C++ IDE (CDT) » eclipse terminates with exit value 127
I was trying to run my C program in eclipse, and I am using an Ubuntu VM. ... Return value 127 in Linux...
Read more >Runtime.getRuntime().exec() returns exit code 127 on Ubuntu ...
Some Eclipse Foundation pages use cookies to better serve you when you return to the site. You can set your browser to notify...
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 FreeTop 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
Top GitHub Comments
i investigated further and was a permission denied so always set security context to 1000 in order to start correctly workspaces Thanks for you support will close the ticket
@mmeliani New error message that I see
But it does not help us to find a cause. Actually, we don’t see an original error that happens during binaries downloading because installer script is too complicated and I missed that, in fact, there is another curl that does downloading, and that one we updated just help unarchive binaries.
You can update installers with the following changes
Exec installer
Terminal installer
It’s installers content with the following changes applied https://github.com/eclipse/che/pull/12704