question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to update eclipse che

See original GitHub issue

Hello I am unable to upgrade my eclipse che version from 5.6.0 to 5.7.1.

When upgrading, che give me this error :

ERROR: che is running. Stop before performing an upgrade.

However no container are running (docker ps return no line).

Reproduction Steps:

From my terminal I ran this command: docker ps to ensure that no container are running.

Next I run this command to upgrade my previous version to 5.7.1:

docker run -v /var/run/docker.sock:/var/run/docker.sock -v /home/damien/Documents/01_exploit/03_che/01_usine_dev:/data eclipse/che:5.7.1 upgrade

OS and version: Linux Your CLI version is ‘5.6.0’. Your installed version is ‘5.6.0’.

Diagnostics: Running the update command lead to this :

WARN: Did not detect TTY - interactive mode disabled INFO: (che cli): 5.7.1 - using docker 17.03.1-ce / native INFO: (che upgrade): Downloading che images for version 5.7.1… INFO: (che upgrade): Downloading done. ERROR: che is running. Stop before performing an upgrade.

For information, I am running my che container using this command : docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v /home/damien/Documents/01_exploit/03_che/01_usine_dev:/data eclipse/che start

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ghostcommented, Apr 9, 2017

@dcdh I was unable to reproduce.

Please, run `docker rm -f $(docker ps -aq) before upgrade command.

0reactions
ktosiekcommented, Apr 30, 2017

I had the same problem. docker ps was showing no containers, previous version of che was 5.6.0. Removing the container with docker rm -f helped.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ How do I upgrade Eclipse IDE? - Eclipsepedia
Upgrading existing Eclipse IDE and Installed Features to newer release · Window > Preferences > Install/Update > Available Software Sites · Click ...
Read more >
Failed to update chectl · Issue #21042 · eclipse/che - GitHub
Describe the bug Failed to update chectl Che version next (development version) Steps to reproduce Run any chectl commands. chectl aks for ...
Read more >
Can't update eclipse - Stack Overflow
Trying to update existing eclipse indtallation ...following error. ... containing: osgi.bundle,org.springsource.ide.eclipse.commons.browser ...
Read more >
How to Update Eclipse Java IDE Quickly without uninstalling ...
This video shows how to Update Eclipse Java IDE Quickly without ... eclipse #java #fewsteps. ... Your browser can't play this video.
Read more >
Eclipse - ArchWiki
Run Eclipse and select Help > Check for Updates. If you have installed them as root as advised in the section above, you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found