Installing ECLIPSE CHE throw 150 errors

Installing CHE throw 150 errors

Im creating a environment to test and play with the most stable version possible of che but already have another service on my machine using port 8080 then did it:

docker run -p 9000:8080 --name che --rm -v /var/run/docker.sock:/var/run/docker.sock -v ~/.eclipseche:/data eclipse/che-server:latest

It throw a lot of errors as you can see here.
I opened this issue here.

The fisrt one you can read is “Property CHE_HOST is not found as system property or environment variable.” but there is no instruction on che docs to set any variable, the point is its looks like an bug.

I see i can change the internal port with -e CHE_PORT=9500 but dont know if its is related with it.

About my OS:

lsb_release -a
   No LSB modules are available.
   Distributor ID:  Ubuntu
   Description: Ubuntu 18.04.2 LTS
   Release: 18.04
   Codename:    bionic

Answer

Attribution
Source : Link , Question Author : Mark , Answer Author : Community

Leave a Comment