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.

Che Server not starting via docker machine

See original GitHub issue

Description of problem: Running che.sh does not start the che server. Che version: 4.0.0-RC11 Che install directory: /Users/rrpolanco Docker version: Docker version 1.8.1 Java version: 1.8 Environment details (AWS, VirtualBox, physical, etc.): virtualbox How reproducible: I have the following docker-machine (via docker-machine ls):

NAME   ACTIVE   DRIVER       STATE     URL   SWARM
dev             virtualbox   Stopped

When I run che.sh, I get the following output:

Could not find an existing docker machine.
Creating docker machine named default... Please be patient, this takes a couple minutes the first time.
Successfully started docker machine named default...

The che script doesn’t seem to create a docker-machine named default nor does it run the server.

Am I missing something?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
TylerJewellcommented, Mar 29, 2016

Huh. Vbox has its quirks for sure. We are excited by the native docker for Mac coming soon. No more vbox setup required.

1reaction
TylerJewellcommented, Mar 31, 2016

@james10174 I am playing with the Docker for Windows Beta now. It’s gorgeous.

The improvements necessary to the che.sh script will not be that much. Essentially, if it’s installed, then we remove our dependency on Virtual Box or docker-machine, which ultimately guts about 33% of the script out. Essentially, we can treat all systems like Linux (remove all the OS checks, not have to do verifications on virtual box setup, etc.)

The new product requires hyperv under the covers though. And Hyperv is not universally provided on all Windows systems. It’s not on Windows Home, for example. So we may not be able to discontinue support for docker machine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

After docker desktop is restarted Che is not available #16134
Che server should always up and running , service should be restarted once detected crash/failure for example when mac reboots... there should ...
Read more >
Not able to access eclipse che server running ... - Stack Overflow
To run Eclips Che 7 you need minikube or minishift environment and there is no offline mode.
Read more >
Quick Start Guide and sign in - Docker Documentation
Go to the Docker Desktop menu and then select Sign in / Create Docker ID. Enter your Docker ID and password and click...
Read more >
Running Kubernetes Locally via Minikube - 2021 - BogoToBogo
Docker does not run containers directly. It simply creates a more human-accessible and feature-rich interface on top of a separate, underlying container runtime ......
Read more >
Introducing Eclipse Che Beta | The Eclipse Foundation
Docker is a powerful and convenient implementation of machines providing near-instant activation, copy-on-write file system, and Dockerfile recipes for ...
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