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

Beaglebone Che - Stuck on Finishing Editor Initialization #1100

Closed
james10174 opened this issue Apr 21, 2016 · 9 comments
Closed

Beaglebone Che - Stuck on Finishing Editor Initialization #1100

james10174 opened this issue Apr 21, 2016 · 9 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@james10174
Copy link

james10174 commented Apr 21, 2016

I am currently waiting for this 'Finishing Editor Initialization' to finish. Is there some kind of log I can check to see what is happening? I don't see anything in the terminal window I started che server from.

image

image

Doesn't seem to be downloading dependencies.

image

@james10174
Copy link
Author

Ok I got simple hello world without opening the text editor by starting a new project. May seem like a small thing but that "Hello World" took a long time for me to get too :). However, it still hangs on 'Finishing Editor Initialization' when I try to edit a file.

image

image

@ghost
Copy link

ghost commented Apr 21, 2016

Does the loader go away or it's there all the time and blocks the IDE?

@james10174
Copy link
Author

james10174 commented Apr 21, 2016

@eivantsov There all the time and blocks IDE.

@ghost
Copy link

ghost commented Apr 21, 2016

I cannot reproduce it with current master. What version do you have?

@james10174
Copy link
Author

eclipse-che-4.1.1. I am running on an arm processor so I wonder if that has anything to do with it. I changed the java-default stack to the following. Maybe the docker image doesn't have a required library 'kartben/armhf-che-jdk8' I need?

{ "id": "java-default", "creator": "ide", "name": "Java", "description": "Default Java Stack with JDK 8, Maven and Tomcat.", "scope": "general", "tags": [ "Java", "JDK", "Maven", "Tomcat", "Subversion", "Ubuntu", "Git" ], "components": [ { "name": "JDK", "version": "1.8.0_45" }, { "name": "Maven", "version": "3.2.2" }, { "name": "Tomcat", "version": "8.0.24" } ], "source": { "type": "image", "origin": "kartben/armhf-che-jdk8" }, "workspaceConfig": { "environments": [ { ......

@ghost
Copy link

ghost commented Apr 22, 2016

It shouldn't do anything with the environment I think. Can you reproduce this error on a regular Linux amd64?

@james10174
Copy link
Author

@eivantsov I have my pc with amd64 at home running with no issues. Is there any logs I can view that tells me where things are getting held up at?

@ghost
Copy link

ghost commented Apr 22, 2016

Any errors and timeouts in browser dev console?

@james10174
Copy link
Author

@eivantsov I will have to get che server running again to see. I am pretty sure I did not see anything. Also I can open the workspace and it will automatically have a file open for editing that I had open already. I have to click on console repeatedly before I it hangs/locks out so I can get it open. No way for me to close file before it's locked out. I do not do anything but try to open for editing and it hangs.

@ghost ghost added the kind/question Questions that haven't been identified as being feature requests or bugs. label Apr 23, 2016
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

1 participant