Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in nightly che #609

Closed
freewind opened this issue Mar 2, 2016 · 7 comments
Closed

Errors in nightly che #609

freewind opened this issue Mar 2, 2016 · 7 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@freewind
Copy link

freewind commented Mar 2, 2016

When creating a project from dashboard, there is such an error in Chrome console:

TypeError: Cannot read property 'status' of undefined
    at app-debdde175d.js:1403
    at l (vendor-94d8cfba30.js:66)
    at vendor-94d8cfba30.js:66
    at h.$eval (vendor-94d8cfba30.js:67)
    at h.$digest (vendor-94d8cfba30.js:67)
    at h.$apply (vendor-94d8cfba30.js:67)
    at o (vendor-94d8cfba30.js:66)
    at g (vendor-94d8cfba30.js:66)
    at XMLHttpRequest.x.onload (vendor-94d8cfba30.js:66)

And at the meanwhile, there is not output displayed in the panels of each step:

output

And it will block at this step forever, but the server side has no exceptions in the console

@ghost
Copy link

ghost commented Mar 2, 2016

Did you run Che natively or in Docker?

@freewind
Copy link
Author

freewind commented Mar 2, 2016

In docker, this is my command:

docker run -ti --net=host 
    -v /var/run/docker.sock:/var/run/docker.sock 
    -v /home/user/che/lib:/home/user/che/lib-copy 
    -v /home/user/che/workspaces:/home/user/che/workspaces 
    -v /home/user/che/tomcat/temp/local-storage:/home/user/che/tomcat/temp/local-storage 
    -e DOCKER_MACHINE_HOST=198.199.105.97 
    codenvy/che:nightly

@ddementieva
Copy link
Contributor

We have renamed DOCKER_MACHINE_HOST into CHE_DOCKER_MACHINE_HOST.

As to exceptions in console, I've failed to reproduce it locally.

@freewind
Copy link
Author

freewind commented Mar 2, 2016

I just tried with the new property CHE_DOCKER_MACHINE_HOST:

docker run -ti --net=host -v /var/run/docker.sock:/var/run/docker.sock -v /home/user/che/lib:/home/user/che/lib-copy -v /home/user/che/workspaces:/home/user/che/workspaces -v /home/user/che/tomcat/temp/local-storage:/home/user/che/tomcat/temp/local-storage -e "CHE_DOCKER_MACHINE_HOST=198.199.105.97" codenvy/che:nightly

but have exactly the same issue

@ghost
Copy link

ghost commented Mar 2, 2016

I cannot reproduce it locally with Docker. Can you try it in an incognito tab? Create Project flow.

@ddementieva ddementieva added the kind/question Questions that haven't been identified as being feature requests or bugs. label Mar 2, 2016
@freewind
Copy link
Author

freewind commented Mar 3, 2016

The browser in the image of the post is in an incognito window already. I will try it again today

@freewind
Copy link
Author

freewind commented Mar 3, 2016

I found it a docker issue in my server. I just deleted all the existing docker images docker rmi -fdocker images -aq``, then restart it, and everything is OK now. Thanks ~

@freewind freewind closed this as completed Mar 3, 2016
@ericwill ericwill mentioned this issue Dec 3, 2020
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

2 participants