[JBoss JIRA] (JBIDE-25590) Explorer: connection is not refreshed if you modify it
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-25590:
----------------------------------------
Summary: Explorer: connection is not refreshed if you modify it
Key: JBIDE-25590
URL: https://issues.jboss.org/browse/JBIDE-25590
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.AM3
Reporter: Andre Dietisheim
Priority: Minor
# ASSERT: have a running CDK and a connection for it in OpenShift Explorer
# ASSERT: have your connection unfolded showing at least 1 project and at least 1 service
# EXEC: minishift delete && minishift setup-cdk && minishift start
# ASSERT: cdk starts up and picks a new ip (ex. 192.168.64.20 -> 192.168.64.21)
# EXEC: in Explorer: pick "Edit Connection" in the context menu
# ASSERT: connection wizard shows up
# EXEC: update the server url to point to the new IP address of the cdk
# EXEC: hit "Finish"
Result:
The explorer still shows the old project and resources. You have to manually hit "Refresh" for it to switch to the new content (which is by default "MyProject", the default project)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25588) CDK server adapter timeouts during starting with JDK9
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25588?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-25588:
----------------------------------
Fix Version/s: 4.5.x
> CDK server adapter timeouts during starting with JDK9
> -----------------------------------------------------
>
> Key: JBIDE-25588
> URL: https://issues.jboss.org/browse/JBIDE-25588
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.5.2.Final
> Environment: Fedora 26
> java-9-openjdk-9.0.1.11-4.fc26.x86_64
> Reporter: Ondrej Dockal
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.5.x
>
>
> CDK server adapter remains in state starting after CDK is started properly (in console you can see all steps passed without problem), one can connect to openshift via browser. Also, SSL untrusted certificate was accepted. There is running job: Starting Container Developer Environment 3.2+ Preparing launch delegate...: Launching delegate...
> Adapter will just timeout eventually.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25545) CDK run via jenkins requires proper ssh to be used on windows slaves
by Ondrej Dockal (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25545?page=com.atlassian.jira.plugi... ]
Ondrej Dockal closed JBIDE-25545.
---------------------------------
> CDK run via jenkins requires proper ssh to be used on windows slaves
> --------------------------------------------------------------------
>
> Key: JBIDE-25545
> URL: https://issues.jboss.org/browse/JBIDE-25545
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: qa
> Affects Versions: 4.5.2.Final
> Environment: windows, jenkins
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Fix For: 4.5.2.Final
>
>
> When CDK is being run via jenkins on windows slaves, we can see that improper ssh is used to connect to rhel guest, and command that follows will fail:
> ie.:
> {code}
> 14:17:12 &{[-F /dev/null -o PasswordAuthentication=no -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none docker(a)127.0.0.1 -o IdentitiesOnly=yes -i C:\Users\Admin\.minishift\machines\minishift\id_rsa -p 49784] C:\ProgramData\chocolatey\bin\ssh.exe <nil>}
> 14:17:12 About to run SSH command:
> 14:17:12 printf '%s' '-----BEGIN CERTIFICATE-----
> 14:17:12 MIICzTCCAbWgAwIBAgIQIo4gxNYty+nXDs+ketnGKDANBgkqhkiG9w0BAQsFADAQ
> ...
> lwvqfWHvZ3Jo94PygMlhLQTWVMVpXAIBdx8ypeeVyMhcUuPJDa01nhPr3nhMBKPj
> 14:17:12 fg==
> 14:17:12 -----END CERTIFICATE-----
> 14:17:12 ' | sudo tee /etc/docker/ca.pem
> 14:17:12 SSH cmd err, output: exit status 1: bash: -c: line 0: unexpected EOF while looking for matching `''
> 14:17:12 bash: -c: line 1: syntax error: unexpected end of file
> 14:17:12
> 14:17:14 FAIL E0103 14:17:14.245649 4008 start.go:364] Error starting the VM: Error creating the VM. Error creating machine: Error running provisioning: ssh command error
> {code}
> This is because CDK will use first ssh on windows path. Fix for this could be position proper ssh (one from cygwin64 installation) on the path beginning.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months