Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Cannot create project (my first Che installation attempt)

It looks like the ephemeral port range is filtered. Make sure you open ports from this range.

On Sun, Dec 23, 2018, 03:43 Brad Micklea <bmicklea@xxxxxxxxxx wrote:
Hi, when you're in the create Workspaces page you'll also need to choose a stack - for example Java/Maven. There's a selection box in the top half of the page.

Then below that you'll see an optional dialog where you can add a sample project.

At that point you should see the create button enabled.


On Sat, Dec 22, 2018 at 13:18 <ernstchilders@xxxxxxxxxxxx> wrote:
Hello,
I am totally new to Eclipse Che, and I have problems to create my first project. I may be missing some important step during Che setup, but there were no errors, and workspace creation worked hasslefree.

What I did:
Launch an m4.large instance with Ubuntu 18.10 on Amazon EC2.
Run "sudo snap install docker"
Run "docker run -ti -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/data:/data eclipse/che start" (from https://www.eclipse.org/che/docs/che-6/quick-start.html)
Open browser at <ip of instance>:8080
Create a Java workspace and open workspace in IDE
Click "Create Project"
Enter name.
-> All buttons (Back, Next, Create) are disabled. Also the "Parent: / ..." fields don't work. I attach a screenshot of this state, where I don't know how to proceed.

What's wrong, how do I get started to create a simple Java project?

By the way, at https://www.eclipse.org/che/docs/che-6/quick-start.html, the links in section "Next steps: Create and start your first workspace, import a project, and build and run your project." lead to "404 file not found" pages.

Thanks
Ernst
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/che-dev
--
Brad Micklea // BU Lead // Developer Tools & Program // 416.707.0792 
_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/che-dev

Back to the top