[JBoss JIRA] (JBIDE-25303) Server adapter: support hot-deployment on OpenShift for SpringBoot app
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25303?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-25303:
------------------------------------
Please make sure you are using the upstream image.
> Server adapter: support hot-deployment on OpenShift for SpringBoot app
> ----------------------------------------------------------------------
>
> Key: JBIDE-25303
> URL: https://issues.jboss.org/browse/JBIDE-25303
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.1.Final
> Reporter: Aurélien Pupier
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.5.2.Final
>
> Attachments: Image+Pasted+at+2018-1-16+10-58.png, fuse-on-openshift.zip, project-deployment-assembly.png, spring-boot-demo.zip
>
>
> currently, Springboot jar projects (such as Fuse Integration Services) are rsynced with a zipped jar file.
> The requirements are:
> - rsync unpacked jar
> - rsync without the jar name as folder
> - it will will work only if springboot devtool are included (so maybe need some dialog guiding user to do i in case it is not activated)
> use case "Develop SpringBoot application deployed on OpenShift as any other applications in JBoss Tools":
> - there is a SpringBoot app deployed on OpenShift
> - the developer want to develop evolution of the SpringBoot app
> -- when he/she modifies the project, the application needs to be automatically updated on OpenShift instance
> -- Remote java debug should be available when the OpenShift server adapter is in debug mode.
> Steps:
> # EXEC: create a project in your OpenShift server (ex. camel-ose-springboot)
> # EXEC: Import project within fuse-on-openshift.zip into your workspace
> # EXEC: open launch configuration and change:
> ** -Dkubernetes.master= so that it first your cdk instance
> ** -Dkubernetes.namespace= to the name of the project that you create in step 1.
> ** -Dfabric8.generator.from=fabric8/s2i-java
> # EXEC: run the launch config (that is included in the project), so that the project gets deployed to OpenShift (cdk)
> # ASSERT: your project in OpenShift now contains a service **camel-ose-springboot-xml**, the pod for it is running.
> # EXEC: in OpenShift Explorer: select this service and create a server adapter for it (*Server Adapter..* in the context menu for the service)
> # ASSERT: server adapter is created and is *[started]*
> # EXEC: in OpenShift Explorer: pick *Pod Log...* in the context menu for the pod of your service)
> # ASSERT: pod log is opened in "Console" view and shows an output with random numbers in the end
> {code}
> simple-route - >>> 455
> simple-route - >>> 695
> simple-route - >>> 935
> {code}
> # EXEC: In Project Explorer: open class MyTransformer and change the transform method
> # ASSERT: "Console" view is opened and shows how the server adapter is publishing the MyTransformer class to the pod
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25738) arquillian build with tycho 1.1.0 fails on test package
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25738?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-25738:
----------------------------------
Summary: arquillian build with tycho 1.1.0 fails on test package (was: arquillian build with tycho 1.1.0 fails)
> arquillian build with tycho 1.1.0 fails on test package
> -------------------------------------------------------
>
> Key: JBIDE-25738
> URL: https://issues.jboss.org/browse/JBIDE-25738
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian, build
> Affects Versions: 4.5.3.AM1
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
>
> Running command "mvn clean install -DtychoVersion=1.1.0" on master branch of repository jbosstools-arquillian fails:
> {code:java}
> [INFO] --- tycho-surefire-plugin:1.1.0:test (default-test) @ org.jboss.tools.arquillian.test ---
> [INFO] Expected eclipse log file: /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data/.metadata/.log
> [INFO] Command line:
> [/usr/lib/jvm/java-9-openjdk-9.0.4.11-4.fc27.x86_64/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jkopriva/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/home/jkopriva/git/jbosstools-arquillian/target/jacoco.exec,append=true,includes=org.jboss.tools.*, -Xms512m, -Xmx1024m, -XX:MetaspaceSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, /home/jkopriva/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data, -install, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work, -configuration, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/surefire.properties]
> Exception in thread "main" java.lang.reflect.InvocationTargetException
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:564)
> at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:500)
> at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:512)
> Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented.
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:139)
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:100)
> at org.jacoco.agent.rt.internal_932a715.PreMain.createRuntime(PreMain.java:55)
> at org.jacoco.agent.rt.internal_932a715.PreMain.premain(PreMain.java:47)
> ... 6 more
> Caused by: java.lang.NoSuchFieldException: $jacocoAccess
> at java.base/java.lang.Class.getField(Class.java:1956)
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:137)
> ... 9 more
> FATAL ERROR in native method: processing of -javaagent failed
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] jbosstools-arquillian .............................. SUCCESS [ 6.441 s]
> [INFO] arquillian.features ................................ SUCCESS [ 0.034 s]
> [INFO] arquillian.plugins ................................. SUCCESS [ 0.023 s]
> [INFO] org.jboss.tools.arquillian.core .................... SUCCESS [ 29.414 s]
> [INFO] org.jboss.tools.arquillian.ui ...................... SUCCESS [ 6.807 s]
> [INFO] org.jboss.tools.arquillian.maven.configurator ...... SUCCESS [ 3.055 s]
> [INFO] org.jboss.tools.arquillian.feature ................. SUCCESS [ 2.116 s]
> [INFO] arquillian.tests ................................... SUCCESS [ 0.024 s]
> [INFO] org.jboss.tools.arquillian.test .................... FAILURE [ 3.627 s]
> [INFO] org.jboss.tools.arquillian.test.feature ............ SKIPPED
> [INFO] arquillian.site .................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:26 min
> [INFO] Finished at: 2018-02-20T07:13:56+01:00
> [INFO] Final Memory: 112M/374M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.1.0:test (default-test) on project org.jboss.tools.arquillian.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :org.jboss.tools.arquillian.test
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25738) arquillian build with tycho 1.1.0 fails
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-25738:
-------------------------------------
Summary: arquillian build with tycho 1.1.0 fails
Key: JBIDE-25738
URL: https://issues.jboss.org/browse/JBIDE-25738
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: arquillian, build
Affects Versions: 4.5.3.AM1
Reporter: Josef Kopriva
Assignee: Nick Boldt
Running command "mvn clean install -DtychoVersion=1.1.0" on master branch of repository jbosstools-arquillian fails:
{code:java}
[INFO] --- tycho-surefire-plugin:1.1.0:test (default-test) @ org.jboss.tools.arquillian.test ---
[INFO] Expected eclipse log file: /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data/.metadata/.log
[INFO] Command line:
[/usr/lib/jvm/java-9-openjdk-9.0.4.11-4.fc27.x86_64/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jkopriva/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/home/jkopriva/git/jbosstools-arquillian/target/jacoco.exec,append=true,includes=org.jboss.tools.*, -Xms512m, -Xmx1024m, -XX:MetaspaceSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, /home/jkopriva/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data, -install, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work, -configuration, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/surefire.properties]
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:500)
at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:512)
Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented.
at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:139)
at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:100)
at org.jacoco.agent.rt.internal_932a715.PreMain.createRuntime(PreMain.java:55)
at org.jacoco.agent.rt.internal_932a715.PreMain.premain(PreMain.java:47)
... 6 more
Caused by: java.lang.NoSuchFieldException: $jacocoAccess
at java.base/java.lang.Class.getField(Class.java:1956)
at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:137)
... 9 more
FATAL ERROR in native method: processing of -javaagent failed
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] jbosstools-arquillian .............................. SUCCESS [ 6.441 s]
[INFO] arquillian.features ................................ SUCCESS [ 0.034 s]
[INFO] arquillian.plugins ................................. SUCCESS [ 0.023 s]
[INFO] org.jboss.tools.arquillian.core .................... SUCCESS [ 29.414 s]
[INFO] org.jboss.tools.arquillian.ui ...................... SUCCESS [ 6.807 s]
[INFO] org.jboss.tools.arquillian.maven.configurator ...... SUCCESS [ 3.055 s]
[INFO] org.jboss.tools.arquillian.feature ................. SUCCESS [ 2.116 s]
[INFO] arquillian.tests ................................... SUCCESS [ 0.024 s]
[INFO] org.jboss.tools.arquillian.test .................... FAILURE [ 3.627 s]
[INFO] org.jboss.tools.arquillian.test.feature ............ SKIPPED
[INFO] arquillian.site .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:26 min
[INFO] Finished at: 2018-02-20T07:13:56+01:00
[INFO] Final Memory: 112M/374M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.1.0:test (default-test) on project org.jboss.tools.arquillian.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.arquillian.test
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4677) Certification errors to connect to OpenShift with certificates self-signed
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-4677?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-4677:
-----------------------------
Fix Version/s: 11.x
> Certification errors to connect to OpenShift with certificates self-signed
> --------------------------------------------------------------------------
>
> Key: JBDS-4677
> URL: https://issues.jboss.org/browse/JBDS-4677
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 11.2.0.GA
> Environment: JBDS 11.2.0.GA
> $ cat /etc/redhat-release
> Fedora release 27 (Twenty Seven)
> $ uname -a
> Linux kiuran.localdomain 4.14.18-300.fc27.x86_64 #1 SMP Thu Feb 8 01:35:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> $ java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
> Reporter: Roman Martin Gil
> Assignee: Jeff MAURY
> Fix For: 11.x
>
> Attachments: jbds-openshift-browser.png, jbds-openshift-certificate-errors.png
>
>
> I can't get a token when I tried to create a new OpenShift connection to a external cluster with self-signed certificates.
> When I click in retrieve link to get the token I got the following messages and I can't get the token to finish the process.
> {code:java}
> An error occurred during a connection to axdesocp1console.central.inditex.grp:8443.
> Cannot communicate securely with peer: no common encryption algorithm(s).
> (Error code: ssl_error_no_cypher_overlap)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4677) Certification errors to connect to OpenShift with certificates self-signed
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBDS-4677?page=com.atlassian.jira.plugin.... ]
Jeff MAURY commented on JBDS-4677:
----------------------------------
Was able to reproduce it on a stock F27 installation. I can also reproduce it opening a web browser inside DevStudio (Open -> View -> Internal Web Browser). Checking upstream
> Certification errors to connect to OpenShift with certificates self-signed
> --------------------------------------------------------------------------
>
> Key: JBDS-4677
> URL: https://issues.jboss.org/browse/JBDS-4677
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 11.2.0.GA
> Environment: JBDS 11.2.0.GA
> $ cat /etc/redhat-release
> Fedora release 27 (Twenty Seven)
> $ uname -a
> Linux kiuran.localdomain 4.14.18-300.fc27.x86_64 #1 SMP Thu Feb 8 01:35:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> $ java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
> Reporter: Roman Martin Gil
> Assignee: Jeff MAURY
> Attachments: jbds-openshift-browser.png, jbds-openshift-certificate-errors.png
>
>
> I can't get a token when I tried to create a new OpenShift connection to a external cluster with self-signed certificates.
> When I click in retrieve link to get the token I got the following messages and I can't get the token to finish the process.
> {code:java}
> An error occurred during a connection to axdesocp1console.central.inditex.grp:8443.
> Cannot communicate securely with peer: no common encryption algorithm(s).
> (Error code: ssl_error_no_cypher_overlap)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4677) Certification errors to connect to OpenShift with certificates self-signed
by Roman Martin Gil (JIRA)
[ https://issues.jboss.org/browse/JBDS-4677?page=com.atlassian.jira.plugin.... ]
Roman Martin Gil updated JBDS-4677:
-----------------------------------
Environment:
JBDS 11.2.0.GA
$ cat /etc/redhat-release
Fedora release 27 (Twenty Seven)
$ uname -a
Linux kiuran.localdomain 4.14.18-300.fc27.x86_64 #1 SMP Thu Feb 8 01:35:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ java -version
openjdk version "1.8.0_161"
OpenJDK Runtime Environment (build 1.8.0_161-b14)
OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
was:JBDS 11.2.0.GA running on Fedora 27 with jdk1.8.0
> Certification errors to connect to OpenShift with certificates self-signed
> --------------------------------------------------------------------------
>
> Key: JBDS-4677
> URL: https://issues.jboss.org/browse/JBDS-4677
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 11.2.0.GA
> Environment: JBDS 11.2.0.GA
> $ cat /etc/redhat-release
> Fedora release 27 (Twenty Seven)
> $ uname -a
> Linux kiuran.localdomain 4.14.18-300.fc27.x86_64 #1 SMP Thu Feb 8 01:35:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> $ java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)
> Reporter: Roman Martin Gil
> Assignee: Jeff MAURY
> Attachments: jbds-openshift-browser.png, jbds-openshift-certificate-errors.png
>
>
> I can't get a token when I tried to create a new OpenShift connection to a external cluster with self-signed certificates.
> When I click in retrieve link to get the token I got the following messages and I can't get the token to finish the process.
> {code:java}
> An error occurred during a connection to axdesocp1console.central.inditex.grp:8443.
> Cannot communicate securely with peer: no common encryption algorithm(s).
> (Error code: ssl_error_no_cypher_overlap)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBDS-4677) Certification errors to connect to OpenShift with certificates self-signed
by Roman Martin Gil (JIRA)
[ https://issues.jboss.org/browse/JBDS-4677?page=com.atlassian.jira.plugin.... ]
Roman Martin Gil commented on JBDS-4677:
----------------------------------------
I tested again using a local OCP cluster (oc cluster up --public-hostname=127.0.0.1) to compare with the real OCP cluster used. The results were the same I can't connect from JBDS.
However I can do it from a browser or using oc command, but the first connection I got a warning to accept the certificates used by the cluster.
The oc command results are:
{code:java}
[rmarting@kiuran jenkins]$ oc login -u developer -p developer https://127.0.0.1:8443
The server uses a certificate signed by an unknown authority.
You can bypass the certificate check, but any data you send to the server could be intercepted by others.
Use insecure connections? (y/n): y
Login successful.
You have access to the following projects and can switch between them with 'oc project <projectname>':
* default
kube-public
kube-system
myproject
openshift
openshift-infra
openshift-node
Using project "default".
Welcome! See 'oc help' to get started.
{code}
Attached a screenshot when I used the browser the first time.
!jbds-openshift-browser.png|thumbnail!
It seems that OpenShift Wizard connection doesn't manage successfully the warning to accept the credentials from the OCP Cluster and after that I can't create the connection definition. I don't think it is something related with my TLS support.
Could you reproduce it?
> Certification errors to connect to OpenShift with certificates self-signed
> --------------------------------------------------------------------------
>
> Key: JBDS-4677
> URL: https://issues.jboss.org/browse/JBDS-4677
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 11.2.0.GA
> Environment: JBDS 11.2.0.GA running on Fedora 27 with jdk1.8.0
> Reporter: Roman Martin Gil
> Assignee: Jeff MAURY
> Attachments: jbds-openshift-browser.png, jbds-openshift-certificate-errors.png
>
>
> I can't get a token when I tried to create a new OpenShift connection to a external cluster with self-signed certificates.
> When I click in retrieve link to get the token I got the following messages and I can't get the token to finish the process.
> {code:java}
> An error occurred during a connection to axdesocp1console.central.inditex.grp:8443.
> Cannot communicate securely with peer: no common encryption algorithm(s).
> (Error code: ssl_error_no_cypher_overlap)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month