[
https://issues.jboss.org/browse/JBIDE-23009?page=com.atlassian.jira.plugi...
]
Xavier Coulon commented on JBIDE-23009:
---------------------------------------
The underlying cause is:
com.spotify.docker.client.DockerException: java.util.concurrent.ExecutionException:
org.glassfish.jersey.message.internal.MessageBodyProviderNotFoundException:
MessageBodyReader not found for media type=text/plain; charset=utf-8, type=interface
java.util.List,
genericType=java.util.List<com.spotify.docker.client.messages.Container>.
(in DockerConnection#listContainers(), line 711). We should display this in the error
logs, btw.
Cannot connect to cdk docker in Docker Explorer
-----------------------------------------------
Key: JBIDE-23009
URL:
https://issues.jboss.org/browse/JBIDE-23009
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: docker
Affects Versions: 4.4.1.AM3
Reporter: Martin Malina
Assignee: Xavier Coulon
Priority: Critical
When I start CDK 2.2, docker connection is correctly created, but it cannot connect.
There is no error message anywhere.
If I try to create a connection manually, using details from "vagrant
service-manager env", the ping fails and it doesn't work either.
Connection from CLI, on the other hand, to this docker daemon works fine - when I run the
export commands:
{code}
export DOCKER_HOST=tcp://172.28.128.3:2376
export
DOCKER_CERT_PATH=/Users/rasp/jbossqa/cdk2.2.rc1/cdk/components/rhel/rhel-ose/.vagrant/machines/default/virtualbox/docker
export DOCKER_TLS_VERIFY=1
export DOCKER_API_VERSION=1.22
{code}
and then try for example "docker ps" or "docker run hello-world".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)