[JBoss JIRA] (JBIDE-24306) Cannot connect to JMX through OpenShift Server adapter to a project without route specified
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24306?page=com.atlassian.jira.plugi... ]
Aurélien Pupier updated JBIDE-24306:
------------------------------------
Summary: Cannot connect to JMX through OpenShift Server adapter to a project without route specified (was: Cannot connect to JMX through OpenShift Server adapter to a FIS project)
> Cannot connect to JMX through OpenShift Server adapter to a project without route specified
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-24306
> URL: https://issues.jboss.org/browse/JBIDE-24306
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.4.4.Final
>
> Attachments: image-2017-04-25-14-48-51-427.png, screenshot-1.png
>
>
> !image-2017-04-25-14-48-51-427.png|thumbnail!
> in log:
> {noformat}
> eclipse.buildId=10.4.0.AM3-v20170406-1058-B390
> java.version=1.8.0_112
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/C:/ws-devsuite-1.4.0-170425/ -os win32 -ws win32 -arch x86_64 -product com.jboss.devstudio.core.product
> org.jboss.tools.jmx.core
> Error
> Tue Apr 25 14:47:14 CEST 2017
> An error occurred while opening the connection.
> java.io.IOException: org.jolokia.client.exception.J4pException: IO-Error while contacting the server: org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: https:/api/v1/namespaces/test/pods/https:camel-ose-springboot-xml-1-oblwo:8778/proxy/jolokia/read/java.lang:type=Memory/HeapMemoryUsage
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.verifyServerReachable(JolokiaConnectionWrapper.java:324)
> at org.jboss.tools.openshift.core.server.OpenshiftJMXConnectionProvider$1.verifyServerReachable(OpenshiftJMXConnectionProvider.java:80)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.connect(JolokiaConnectionWrapper.java:113)
> at org.jboss.tools.jmx.core.ConnectJob.run(ConnectJob.java:29)
> at org.jboss.tools.jmx.ui.internal.actions.DoubleClickAction$1.run(DoubleClickAction.java:71)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.jolokia.client.exception.J4pException: IO-Error while contacting the server: org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: https:/api/v1/namespaces/test/pods/https:camel-ose-springboot-xml-1-oblwo:8778/proxy/jolokia/read/java.lang:type=Memory/HeapMemoryUsage
> at org.jolokia.client.J4pClient.mapException(J4pClient.java:333)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:198)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:168)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:117)
> at org.jboss.tools.jmx.jolokia.JolokiaConnectionWrapper.verifyServerReachable(JolokiaConnectionWrapper.java:311)
> ... 5 more
> Caused by: org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: https:/api/v1/namespaces/test/pods/https:camel-ose-springboot-xml-1-oblwo:8778/proxy/jolokia/read/java.lang:type=Memory/HeapMemoryUsage
> at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:94)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
> at org.jolokia.client.J4pClient.execute(J4pClient.java:190)
> ... 8 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24301) Error While Executing jbosstools-openshift-4.4.3
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24301?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov commented on JBIDE-24301:
------------------------------------------
As i told you, try to BUILD https://github.com/jboss-reddeer/reddeer , not install it into Eclipse. It means cloning the repo and building it with maven: mvn clean install
> Error While Executing jbosstools-openshift-4.4.3
> ------------------------------------------------
>
> Key: JBIDE-24301
> URL: https://issues.jboss.org/browse/JBIDE-24301
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, openshift
> Affects Versions: 4.4.3.Final
> Reporter: jyoti tumsare
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.Final
>
> Attachments: issues.PNG, issues.txt
>
>
> To build jbosstools-openshift-4.4.3 I followed following steps
> 1. I clone jbosstools-base and jbosstools-server which are required for the building jbosstools-openshift-4.4.3.
> 2. while executing the jbosstools-base I got error "Missing requirement: org.jboss.tools.common.core 3.8.3.qualifier requires 'bundle org.jboss.tools.foundation.core 1.3.3' but it could not be found".
> 3. I build the org.jboss.tools.foundation.core 1.3.3 plugin and add into eclipse plugin folder and restart the eclipse IDE still facing the isuue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBDS-4368) Improve error reporting when an old Hyper-V Virtual Machine called "minishift is registered
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBDS-4368?page=com.atlassian.jira.plugin.... ]
Aurélien Pupier updated JBDS-4368:
----------------------------------
Summary: Improve error reporting when an old Hyper-V Virtual Machine called "minishift is registered (was: Improve erro reporting when an old Hyper-V Virtual Machine called "minishift is registered)
> Improve error reporting when an old Hyper-V Virtual Machine called "minishift is registered
> -------------------------------------------------------------------------------------------
>
> Key: JBDS-4368
> URL: https://issues.jboss.org/browse/JBDS-4368
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Aurélien Pupier
> Assignee: Denis Golovin
>
> currently it is failing with this kind of error in log:
> {noformat}
> Mon, 24 Apr 2017 10:23:59 GMT-INFO: cdk - Copy C:\Users\AURELI~1\AppData\Local\Temp\7zS467E.tmp\minishift-3.0.0.Beta3.exe to c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe SUCCESS
> Mon, 24 Apr 2017 10:23:59 GMT-INFO: cdk - Set PATH environment variable to 'c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\PuTTY\;C:\HashiCorp\Vagrant\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\DevelopmentSuite-1.2.0-161205-1202\jdk8\bin;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Skype\Phone\;c:\DevelopmentSuite-1.3.0-172802\cdk\bin;c:\DevelopmentSuite-161220-1700\cdk\bin;c:\DevelopmentSuite-1.2.0-161205-1202\cdk\bin;C:\Ruby23-x64\bin;c:\install\DevelopmentSuite-1.1.0\cdk\bin;c:\install\DevelopmentSuite\cdk\bin;c:\install\DevelopmentSuite\cygwin\bin;C:\Program Files\Docker Toolbox;C:\install\apache-maven-3.3.9-bin\apache-maven-3.3.9\bin;C:\Program Files\Git\bin;C:\Users\Aurelien Pupier\AppData\Local\Microsoft\WindowsApps;C:\install\che;C:\minishift\minishift-windows-amd64.exe'
> Mon, 24 Apr 2017 10:23:59 GMT-INFO: cdk - Execute command c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 10:24:03 GMT-ERROR: cdk - Error: Command failed: c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> Mon, 24 Apr 2017 10:24:03 GMT-ERROR: cdk -
> Mon, 24 Apr 2017 10:24:03 GMT-ERROR: cdk failed to install: Error: Command failed: c:\install\DevelopmentSuite-1.4.0-170424\cdk\bin\minishift.exe setup-cdk --force --default-vm-driver=hyperv
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24084) To succesfully start CDKv3 Server adapter with hyperV provider, IDE must be start with admin rights
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24084?page=com.atlassian.jira.plugi... ]
Ondrej Dockal commented on JBIDE-24084:
---------------------------------------
Can you please take a look here, [~jeffmaury], [~rob.stryker], whether we could do anything about it ? Thanks!
> To succesfully start CDKv3 Server adapter with hyperV provider, IDE must be start with admin rights
> ---------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24084
> URL: https://issues.jboss.org/browse/JBIDE-24084
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.4.AM1
> Environment: Windows 10 Pro, x86_64
> HyperV allowed
> Reporter: Ondrej Dockal
> Priority: Blocker
> Fix For: 4.4.4.Final
>
>
> One must run devstudio with admin rights to be able to start CDKv3 server adapter with hyperV vm-provider. Also, setup-cdk command must be run in cli before server adapter is started in IDE (admin rights are not required).
> I am not sure, if those issues are bugs or more features requests/enhancements, but we should definitely do something about it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (JBIDE-24312) Explorer: SSL certificate dialog shows up many many times when using internal test server
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24312?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24312:
------------------------------------------
[~rhit_mchappell] thanks for looking this up!
Turns out that the bug is on our side of the trenches. There are basically 2 problems in our implementation:
* the code was flawed when it comes to parsing SSL certificates. It was not using the effective serial number but was erroneously parsing and extracting it when looking into the certificate
* the code was basically creating it's own rules to decide whether 2 certificates are identical. It was extracting info, storing them and comparing those to the infos a new certificate that it gets presented.
So the work for this issue is to get back to the jdk classes for ssl certificates and let them decide whether 2 certificates are identical. Resulting from this is that we need to store the effective certificate, not values that were extracted from previous certificates.
> Explorer: SSL certificate dialog shows up many many times when using internal test server
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-24312
> URL: https://issues.jboss.org/browse/JBIDE-24312
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.4.AM3
> Environment: MacOS
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.4.4.Final
>
> Attachments: Screencast_04-25-2017_06-56-06+PM.webm, create connection paas.mp4, diff-in-serial.png
>
>
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months