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
0
votes
1 answer

unable to run delve in eclipse che - could not launch process, operation not permitted

I am trying to use delve in Eclipse Che Running Eclipse Che in docker with --privileged is not helping docker run -it --privileged --rm -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/data eclipse/che start When running dlv debug main.go…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
1 answer

Can you debug go with delve in Eclipse Che

Can anybody help with directions on how to debug go in eclipse che with delve? Note: I am running che in docker container. Thanks Regards
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
1 answer

Eclipse Che - Bitnami Stack

I was having a lot of issues with installing docker in Linux Mint 17.3 which runs in the virtualbox. I've downloaded the bitnami Eclipse Che Virtual Machines (Che 5.0) and installed it in the virtualbox. I am trying to create the workspace and I…
ThomasDKim
  • 305
  • 3
  • 14
0
votes
0 answers

Can't connect to docker daemon when starting a container, but docker info returns information

I've been trying to get eclipse che installed on one of my servers for the past few days using docker. I have my docker daemon running on a seperate screen with the defualt host of unix:///var/run/docker.sock (I did not set this, I only ran 'docker…
0
votes
2 answers

How to use CHE_EXTRA_VOLUME_MOUNT?

Use Case The code that I wish to edit in che is downloaded from a private SVN repository and uses a private nexus repository for maven dependencies. Due to this I need to use my custom settings.xml from "C:\Users\.m2". It would be good to use the…
Ajay
  • 68
  • 6
0
votes
1 answer

How to set the update interval of Eclipse Che?

I have been working with Eclipse Che for 2 hours now. When I am coding with a colleague, the code he types appears on my screen after about 5 seconds. Is it possible to change the update interval, so I can see changes made to files immediately?…
J. Doe
  • 83
  • 1
  • 15
0
votes
1 answer

Eclipse Che Debug the Extension

I want to define my own extension for that I am learning existing extension plugin from https://github.com/eclipse/che/tree/master/samples/sample-plugin-json. How to debug the Eclipse Che Plugin from Eclipse? I can attach remote debugger to…
Chetan Laddha
  • 993
  • 8
  • 22
0
votes
1 answer

Eclipse Che error while loading workspace

I deployed an Eclipse Che instance in Azure and when I create and access an work space I get an pop-up dialog error. Here is an screenshot of the error message. Please help!
0
votes
1 answer

Does eclipse che allow users managemnt

I have created a machine on the cloud using BITNAMI running eclipse che, once i created it gave me a username:user and password:some random password , i wan't to ask if the account attached to that username/password can create other users 'since…
achabahe
  • 2,445
  • 1
  • 12
  • 21
0
votes
1 answer

Could not find Che's application server

I am trying to run Eclipse Che on my machine. I am getting error saying " Could not find Che's application server." Environment: Windows 7 64bit Steps Followed: Install: Java,Maven,Docker Toolbox -> click the last check(Install Virtual Box with…
Chetan Laddha
  • 993
  • 8
  • 22
0
votes
1 answer

How to add new target environment in eclipse che?

I'm trying to add a target environment using Eclipse Che on Codenvy. After choosing "Edit Targets...", it shows me a dialog box containing the instruction Press the '+' button to create a new target, but I see no '+' buttons to press. Is this a…
Burt_Harris
  • 6,415
  • 2
  • 29
  • 64
0
votes
2 answers

What's the behavior of ${SOME_VAR+x} ? Could It fail in a .sh file?

I'm debugging a sh script. What's the behavior of these lines of code? SOME_VAR=$(env) if [ ! -z ${SOME_VAR+x} ]; then echo "SOMETHING HAPPENED " fi What does +x mean in this case? It turns out that code works fine with bash, but no with…
JonDoe297
  • 1,601
  • 1
  • 15
  • 21
0
votes
2 answers

Is Eclipse Che capable of code completion for PHP?

Is Eclipse Che capable of code completion for PHP projects? I'm interested mostly in Symfony projects that run in Eclipse Che.
radu c
  • 4,138
  • 7
  • 30
  • 45
0
votes
1 answer

Full featured language plugins for Eclipse Orion

I read that Eclipse Che uses Eclipse Orion as its code editor but, while multiple languages seem to be supported in Che, such information for Orion seem to be quite outdated and only JavaScript and other webdev seem to be supported. So: Like Che,…
GuSuku
  • 1,371
  • 1
  • 14
  • 30
0
votes
1 answer

Vagrant file is not loading properly

I'm trying to install a Vagrantfile on windows 10 for Samsung ARTIK. However, when I use vagrant, it returns this error: bsdtar.EXE: Error opening archive: Unrecognized archive format The vagrant file is not corrupt, so that isn't the problem. How…
metaco57
  • 155
  • 3
  • 15
1 2 3
11
12