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
1
vote
1 answer

Golang - curl my endpoint from workspace terminal

I am trying to set up a REST endpoint in Go in the Eclipse-Che workspace My code is shown below: package main import ( "log" "net/http" ) func main() { http.HandleFunc("/", func(http.ResponseWriter, *http.Request) { …
Ayman Arif
  • 1,456
  • 3
  • 16
  • 40
1
vote
0 answers

Custom ingress port and single-host mode with Eclipse Che on K8s

I'm currently trying to upgrade my Eclipse Che installation from 6.19.0 to 7.7.1. However due to the forced switch to K8s it made it a lot more difficult for me, as I have never used K8s before and the Che documentation is a little lacking since the…
1
vote
1 answer

GitHub OAuth is not configured. Configure OAuth in the che.properties file

I am getting error to configure the OAuth in the che.property. but I am not able to find the location of the file and the syntax to add the configurations. I am using Ubuntu 18.04
P Sinha
  • 123
  • 2
  • 2
  • 8
1
vote
3 answers

Unable to bring up Eclipse che on Kubernetes

Getting ERR_TIMEOUT: Timeout set to pod wait timeout 300000 while dowloading images I am new to Eclipse che and kubernetes. I got Kubernetes installed on Ubuntu and am trying to run chectl server:start but it is failing. What am doing wrong? Below…
Anitha
  • 21
  • 3
1
vote
1 answer

eclipse-che workspace wont recognize new maven dependencies

Tried searching about this but found nothing that could help me and so here i am... I like the concept of Eclipse on the cloud and started giving it a try with the first basic hello world example. I created the first workspace with java-maven stack…
Dwaraka
  • 179
  • 8
1
vote
2 answers

How to make an RCP application run on Docker

I need to run my Eclipse RCP application on docker. Is it possible to do it by contributing plugins to eclipse che or some other way around? Please suggest
Alok
  • 929
  • 10
  • 26
1
vote
1 answer

Tracing Che on OpenShift

https://www.eclipse.org/che/docs/che-7/tracing-che/ has a number of environment variables to set to enable tracing. Is it possible to set these when working on OpenShift? If so; where would the correct place be; and where will the Jaeger interface…
brent
  • 1,095
  • 1
  • 11
  • 27
1
vote
0 answers

How to import python modules in che7 workspace

In Che7 I have created a workspace that uses a custom docker image that I built. This docker image has Python3.7 installed and a 3rd party module named Pyomo installed via pip. The workspace starts up properly, and if I open a terminal into that…
Matt
  • 11
  • 1
1
vote
1 answer

Deploy Eclipse Che v7 on kubernetes cluster (not minikube)

I have been reading Che's documentation and trying to figure out how to deploy it to a Kubernetes cluster (not minishift or minikube). I tried to use chectl for this but it seems that only minikube or minishift are supported for now. chectl…
jlmayorga
  • 413
  • 2
  • 11
1
vote
1 answer

"Dependency problems found" when `mvn clean install` a che plugin project

I downloaded the che plugin project example che-ide-server-extension. It works when mvn clean install. But when I add a dependency in che-ide-server-extension/plugins/plugin-serverservice/plugin-serverservice-ide/pom.xml , it fails to install. The…
Oopssss
  • 65
  • 5
1
vote
1 answer

Couldnt run eclipse che on kubernetes

Cloned che source code (from github) from master branch. Tried to run eclipse che as shown below: helm upgrade --install che --namespace che --set cheImage=eclipse/che-server:nightly --set global.cheWorkspacesNamespace="che" --set…
che_new
  • 45
  • 1
  • 6
1
vote
1 answer

java-workspace Not Supported

Using Eclipse Che 7.0.0-RC-1.0 on OpenShift.io. Created a java workspace from det default stack (java, tomcat), but gets the message : This workspace is using old definition format which is not compatible anymore. Please follow the documentation to…
bwa
  • 71
  • 7
1
vote
1 answer

how to create custom front end on eclipse che?

I read eclipse che is build by using api rest on server side and we can build a custom frontend over it does anyone know how to do it ? i'm not fqmilliar with this environnement... thanks for your help
1
vote
1 answer

run eclipse/che local image on kubernetes

I would like to run the eclipse/che image that i built in my PC. Step 1: I built che based on the instructions: https://github.com/eclipse/che/wiki/Development-Workflow. mvn clean install to create the image under assembly-main/target folder as a…
che_new
  • 45
  • 1
  • 6
1
vote
0 answers

Not able to create/import project in Eclipse che

Logs File I am trying to create simple java project from my practice on eclipse che which created using docker, but i am not able to create any project or import project after creating workspace. 1.I created container of eclipse che using docker…
Nick
  • 11
  • 2
1 2
3
11 12