[
https://issues.jboss.org/browse/ERT-204?page=com.atlassian.jira.plugin.sy...
]
Josef Kopriva edited comment on ERT-204 at 6/6/16 12:05 PM:
------------------------------------------------------------
In devstudio 10.0.0.GA B5526 and devstudio 10.0.0.GA B5510 this was working without
issues.
In Eclipse Neon RC3(build id: 20160602-0837) and docker tooling 2.0.0.201606022203 it
didn't worked. The error message:
*There are no more files. Plugin org.eclipse.linuxtools.docker.core*
The error message is raised with command:
Failed to execute command 'C:\Program Files\Docker Toolbox\docker-machine.exe env
default' (exit code=1): There are no more files.
The error message could be related with this:
https://wiki.eclipse.org/IRC_FAQ#Eclipse_is_constantly_crashing_for_me_on....
Workaround:
a) Run eclipse with debug flags in eclipse.ini:
-Xdebug
-Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
b) Change value in eclipse.ini(not always works):
-Xms256m to -Xms512m
c) Run eclipse with eclipsec.exe
was (Author: jkopriva):
In devstudio 10.0.0.GA B5526 and devstudio 10.0.0.GA B5510 this was working without
issues.
In Eclipse Neon RC3(build id: 20160602-0837) and docker tooling 2.0.0.201606022203 it
didn't worked. The error message:
*There are no more files. Plugin org.eclipse.linuxtools.docker.core*
The error message is raised with command:
Failed to execute command 'C:\Program Files\Docker Toolbox\docker-machine.exe env
default' (exit code=1): There are no more files.
The error message could be related with this:
https://wiki.eclipse.org/IRC_FAQ#Eclipse_is_constantly_crashing_for_me_on....
Workaround:
a) Run eclipse with debug flags in eclipse.ini:
-Xdebug
-Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
b) Change value in eclipse.ini:
-Xms256m to -Xms512m
c) Run eclipse with eclipsec.exe
Docker Machine lookup does not work on Windows machines [EBZ#494305]
--------------------------------------------------------------------
Key: ERT-204
URL:
https://issues.jboss.org/browse/ERT-204
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
Assignee: Xavier Coulon
Labels: 5.0.0, Docker, bzira
Fix For: Neon (4.6)
When creating Docker connection, the docker-machine mechanism does not work on Window as
it seems to find docker-machine and not docker-machine.exe
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)