[JBoss JIRA] (JBIDE-22725) Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22725?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-22725.
---------------------------------
Resolution: Won't Fix
The upstream issue indicates that the IP is correct, its just that the cdk did not properly expose the IP due to registration failure.
No work has been done on the issue specifically, nor on https://github.com/projectatomic/adb-vagrant-registration generally, in about a year to a year and a half. I do not expect this to be fixed. Closing.
> Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-22725
> URL: https://issues.jboss.org/browse/JBIDE-22725
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.1.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
>
> When you start CDK with wrong credentials, service manager will return this strange IP:
> {code}
> # docker env:
> # Copying TLS certificates to /Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
> # Set the following environment variables to enable access to the docker daemon running inside of the vagrant virtual machine:
> export DOCKER_HOST=tcp://10.0.2.15:2376
> export DOCKER_CERT_PATH=/Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
> export DOCKER_TLS_VERIFY=1
> export DOCKER_API_VERSION=1.21
> # run following command to configure your shell:
> # eval "$(vagrant service-manager env)"
> {code}
> This has been reported upstream here:
> https://github.com/projectatomic/vagrant-service-manager/issues/299
> Let's use this JIRA to track the upstream issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-22725) Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22725?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-22725:
--------------------------------
Fix Version/s: 4.5.3.Final
(was: 4.5.x)
> Provided wrong credentials, CDK adapter creates openshift connection with a strange IP
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-22725
> URL: https://issues.jboss.org/browse/JBIDE-22725
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.1.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
>
> When you start CDK with wrong credentials, service manager will return this strange IP:
> {code}
> # docker env:
> # Copying TLS certificates to /Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
> # Set the following environment variables to enable access to the docker daemon running inside of the vagrant virtual machine:
> export DOCKER_HOST=tcp://10.0.2.15:2376
> export DOCKER_CERT_PATH=/Users/rasp/jbossqa/cdk2.1/cdk2.1.rc5/components/rhel/misc/shared_folder/rhel-ose/.vagrant/machines/default/virtualbox/docker
> export DOCKER_TLS_VERIFY=1
> export DOCKER_API_VERSION=1.21
> # run following command to configure your shell:
> # eval "$(vagrant service-manager env)"
> {code}
> This has been reported upstream here:
> https://github.com/projectatomic/vagrant-service-manager/issues/299
> Let's use this JIRA to track the upstream issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-25837) CDK detected again after devstudio restart
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25837?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-25837:
--------------------------------
Fix Version/s: 4.5.3.Final
> CDK detected again after devstudio restart
> ------------------------------------------
>
> Key: JBIDE-25837
> URL: https://issues.jboss.org/browse/JBIDE-25837
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, runtime-detection
> Affects Versions: 4.5.3.AM3
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
> Attachments: cdk-repetitive-detection.png
>
>
> This is basically why I saw JBIDE-25836 in the first place (Windows overlapping when selecting a quick fix in runtime detection dialog).
> I had an installation of devstudio and as usual, cdk server adapter was automatically there. That's expected - when I install devstudio and start it, runtime detection will notice ~/.minishift exists and will quietly create a server adapter with minishift binary location missing.
> Then I installed updates and restarted the IDE. On the next start, I was shown the runtime detection dialog - it showed cdk (based on existing ~/.minishift) and it show an error that minishift binary is missing. This seems to be a bug - there was no new server found, only the existing cdk adapter.
> !cdk-repetitive-detection.png!
> I checked again on a clean installation and was able to reproduce easily - a simple IDE restart will do. See the steps to reproduce.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-23269) Cannot use backspace when entering text in Terminal (e.g. during cdk launch) on Mac
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23269?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-23269.
---------------------------------
Resolution: Rejected
My understanding is that this is a specific issue with vagrant and CDK 2.x. Since we no longer use vagrant, and also no longer use the terminal view, I believe this issue is no longer relevant.
> Cannot use backspace when entering text in Terminal (e.g. during cdk launch) on Mac
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-23269
> URL: https://issues.jboss.org/browse/JBIDE-23269
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.2.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
> Attachments: tm-backspace.png
>
>
> Today I tried to disable the SUB_USERNAME variable in cdk launch config so that I can check if entering input into Terminal view works correctly.
> I made a typo and it turns out that pressing backspace prints out ^H.
> !tm-backspace.png!
> This happens on Mac. On Windows it works correctly. I haven't checked linux.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-23269) Cannot use backspace when entering text in Terminal (e.g. during cdk launch) on Mac
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23269?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23269:
--------------------------------
Fix Version/s: 4.5.3.Final
(was: LATER)
> Cannot use backspace when entering text in Terminal (e.g. during cdk launch) on Mac
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-23269
> URL: https://issues.jboss.org/browse/JBIDE-23269
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.2.AM1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.3.Final
>
> Attachments: tm-backspace.png
>
>
> Today I tried to disable the SUB_USERNAME variable in cdk launch config so that I can check if entering input into Terminal view works correctly.
> I made a typo and it turns out that pressing backspace prints out ^H.
> !tm-backspace.png!
> This happens on Mac. On Windows it works correctly. I haven't checked linux.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-23294) Console is badly rendering some characters when starting Container Development Environment
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23294?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-23294.
---------------------------------
Resolution: Rejected
My understanding is that this is a specific issue with CDK 2.x. The [k are color codes. This is most likely a runtime issue and we won't fix it.
> Console is badly rendering some characters when starting Container Development Environment
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-23294
> URL: https://issues.jboss.org/browse/JBIDE-23294
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, server
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> - there is a special character before the [KProgress
> - what means K for KProgress?
> {noformat}
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Importing base box 'cdkv2'...
> [KProgress: 10%
> [KProgress: 20%
> [KProgress: 90%
> [K==> default: Matching MAC address for NAT networking...
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (JBIDE-23294) Console is badly rendering some characters when starting Container Development Environment
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23294?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-23294:
--------------------------------
Fix Version/s: 4.5.3.Final
(was: LATER)
> Console is badly rendering some characters when starting Container Development Environment
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-23294
> URL: https://issues.jboss.org/browse/JBIDE-23294
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, server
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.5.3.Final
>
> Attachments: screenshot-1.png
>
>
> - there is a special character before the [KProgress
> - what means K for KProgress?
> {noformat}
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Importing base box 'cdkv2'...
> [KProgress: 10%
> [KProgress: 20%
> [KProgress: 90%
> [K==> default: Matching MAC address for NAT networking...
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months