Questions tagged [eclipse-che]

Eclipse Che is an open source developer workspace server and cloud IDE.

Eclipse Che is an open source developer workspace server and cloud IDE.

174 questions
2
votes
0 answers

Eclipse Che 7 Node.js Error: This workspace is using old definition format

I am new to using Eclipse Che. After trying (and failing, see error at the end) to install it on a local kubernetes cluster according to this article, I ended up running it locally using docker according to documentation on:…
titusn
  • 1,201
  • 1
  • 12
  • 43
2
votes
1 answer

Maven:unable to find valid certification path to requested target

I get this error when I try to mvn clean install che-orion-editor,the version is 5.22.0. Plugin org.apache.maven.plugins:maven-patch-plugin:1.1.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for…
G.yx
  • 623
  • 2
  • 6
  • 16
2
votes
1 answer

How to run java class in Eclipse Che

I have just started using Eclipse che and started up a project. I have no Main class and I want to start running the project from a class called TBB_SQLBuilder.java within a package called Console. I simply cannot figure out how to run it. I have a…
Sebastian Zeki
  • 6,690
  • 11
  • 60
  • 125
2
votes
2 answers

Mounting a workspace on external volume via REST API

I am trying to create a new workspace in eclipse-che and I wish to mount an external NFS volume in the workspace container. Can anyone point me to the API where I can give a workspace mount path ?. Thanks.
Akki
  • 2,179
  • 8
  • 21
  • 37
2
votes
0 answers

Eclipse Che jumps to top when changing file tab

When using Eclipse Che and switching between file tabs, each file always jumps to the top when switching back to that file tab. Also, I have auto-save turned off but every time I save the "Save Star" reappears immediately (do not know if this is…
Bellers
  • 29
  • 3
2
votes
0 answers

Using Bitbucket in Eclipse che in codenvy

I am new to eclipse che and trying it out in codenvy, now i want to connect it to my private bitbucket repository, but it keep saying fail, how to do that? I will be glad if a full and tested tutorial as an answer, also as an tutorial for others.
Michael Lee
  • 467
  • 5
  • 14
2
votes
1 answer

Can't run Ecplise Che under ubuntu

I would like to install Eclipse Che IDE on a remote ubuntu 14.04 server. Here is what I did: opened a SSH session from my laptop to the ubuntu server, logged-in as "useradm" followed this URL to install docker in /home/useradm/ I downloaded a…
Sami
  • 717
  • 6
  • 28
2
votes
0 answers

How to debug gwt application at eclipse che

Is there a best approach to debug maven GWT application at Eclipse Che? Whenever I run gwt:run-codeserver it maps to a random external port on docker in order to serve multiple users, and the client is expecting to use the port, specified at pom…
Pavel
  • 53
  • 8
1
vote
1 answer

Can't get Eclipse Che to install

I'm trying to install Eclipse Che on an existing Kubernetes cluster with two nodes using chectl. I have some of the applications that Eclipse Che requires already installed (and working) on my cluster; Postgres, Keycloak (as OIDC), and Cert Manager.…
ScorpioTiger
  • 61
  • 2
  • 6
1
vote
1 answer

Docker eclipse/che not work: "Error response from daemon: manifest for eclipse/che:latest not found: manifest unknown: manifest unknown" how to fix?

Docker Desktop latest version log D:\dockervy\pgadmin>docker run eclipse/che start Unable to find image 'eclipse/che:latest' locally docker: Error response from daemon: manifest for eclipse/che:latest not found: manifest unknown: manifest…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
1
vote
0 answers

Error: Unable to get available storage types [Eclipse Che]

I am trying to install Eclipse Che version 7.29.1 in an air gapped environment and have run into an issue. We are using Helm, Chectl, and Kubectl on a Linux EC2 instance that’s connected to a Kubernetes cluster in AWS. I have followed this…
1
vote
1 answer

How to get an persistant workspace with database on eclipse che hosted on che.openshift.io

I recently changed to Eclipse Che on che.openshift.io I found out how to set an workspace as persistent, so the changed code remains and you don't always have to check in in your repository before you leave. But I could not find out how to get my…
MaggusK
  • 605
  • 1
  • 8
  • 12
1
vote
1 answer

Frontend Plugin for Eclipse Che doesn't start

I am trying to start a plugin using Hosted Instance but it doesn't seems to work. Errors doesn't seem to be much helpful. I am trying steps from here. https://www.eclipse.org/che/docs/che-7/contributor-guide/testing-che-theia-plug-ins/ Below is the…
1
vote
1 answer

Running Eclipse Che through Docker on Windows causes error response from daemon: OCI runtime create failed

I am trying to run Eclipse Che on Windows using Docker with this command (powershell): > docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v ~/EclipseChe:/data eclipse/che:rc start When I run this I get the following output INFO:…
Jambla
  • 368
  • 1
  • 5
  • 16
1
vote
1 answer

How do I use a running che 7

I'm having issues using a che application I have running in minikube. Does anyone know an easy way out of this? I think I have it running: al@cougar:~$ kubectl -n che get pod NAME READY STATUS RESTARTS …
A. Glenn
  • 11
  • 2
1
2
3
11 12