[
https://issues.jboss.org/browse/JBIDE-23043?page=com.atlassian.jira.plugi...
]
Roland Grunberg commented on JBIDE-23043:
-----------------------------------------
The problem is improper metadata in bouncycastle 1.52, which is available from Eclipse
Orbit's Oxygen M1 build.
I've proposed
https://git.eclipse.org/r/79873/ to fix this issue. Basically my
proposal is :
- Bouncycastle bundles should keep the same BSN if multiple are going to co-exist. This
way p2 will continue to prefer higher versioned units. When the BSN is different this
can't happen, and you can get mixed versions.
- Don't use resolution:=optional on mandatory dependencies. This is definitely the
right thing to do.
Not working connection to CDK Docker deamon
-------------------------------------------
Key: JBIDE-23043
URL:
https://issues.jboss.org/browse/JBIDE-23043
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, docker, target-platform
Affects Versions: 4.4.1.Final
Environment: F24,
Devstudio:
Version: 10.1.0.GA
Build id: GA-v20160825-0621-B5857
Build date: 20160825-0621
Docker Tooling:
2.1.0.20160825102
Reporter: Josef Kopriva
Assignee: Jeff Johnston
Priority: Blocker
Fix For: 4.4.1.Final
Attachments: RC1vs0825N.txt, RC1vs0825N_sorted.txt
After upgrading Docker Tooling to latest nightly, I cannot create connection to the
Docker CDK deamon through TCP connection with certificates.
Stacktrace:
{code:java}
An internal error occurred during: "Opening connection...".
java.lang.NoClassDefFoundError: org/bouncycastle/openssl/PEMParser
at
com.spotify.docker.client.DockerCertificates.<init>(DockerCertificates.java:80)
at
com.spotify.docker.client.DockerCertificates.<init>(DockerCertificates.java:64)
at
org.eclipse.linuxtools.internal.docker.core.DockerClientFactory.getClient(DockerClientFactory.java:83)
at
org.eclipse.linuxtools.internal.docker.core.DockerClientFactory.getClient(DockerClientFactory.java:47)
at
org.eclipse.linuxtools.internal.docker.core.DockerConnection.open(DockerConnection.java:252)
at
org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$1.run(DockerExplorerContentProvider.java:179)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)