[JBoss JIRA] (JBIDE-21712) Deploy Latest fails when no replication controller exists
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21712?page=com.atlassian.jira.plugi... ]
Pavol Srna reassigned JBIDE-21712:
----------------------------------
Assignee: Pavol Srna (was: Jeff Cantrill)
> Deploy Latest fails when no replication controller exists
> ---------------------------------------------------------
>
> Key: JBIDE-21712
> URL: https://issues.jboss.org/browse/JBIDE-21712
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Fred Bricon
> Assignee: Pavol Srna
> Fix For: 4.3.1.CR1
>
>
> Deploying swarm-helloworld from https://github.com/burrsutter/cdk_helloworlds (see JBIDE-21698) doesn't trigger a deployment automatically. When doing Deploy Latest on the deployment config, an error is thrown:
> {noformat}
> Unable to perform a deployment for config swhello
> Could not get resource swhello-0 in namespace toto: {
> "kind": "Status",
> "apiVersion": "v1",
> "metadata": {},
> "status": "Failure",
> "message": "replicationControllers \"swhello-0\" not found",
> "reason": "NotFound",
> "details": {
> "name": "swhello-0",
> "kind": "replicationControllers"
> },
> "code": 404
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21849) [AP] Not able to list services under a project after login to AP
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21849?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-21849:
--------------------------------
Fix Version/s: 4.4.x
> [AP] Not able to list services under a project after login to AP
> ----------------------------------------------------------------
>
> Key: JBIDE-21849
> URL: https://issues.jboss.org/browse/JBIDE-21849
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: -JBoss OpenShift 3 Tools 3.2.0.Alpha1-v20160310-0336-B1191
> -AP puddle: 2016-03-09.2
> -oc version:
> oc v3.2.0.1
> kubernetes v1.2.0-alpha.7-703-gbc4550d
> Reporter: Xia Zhao
> Priority: Critical
> Labels: openshift_v3
> Fix For: 4.4.x
>
>
> -Not able to list services under a project after login to RHAP, get error message "Could not list BuildConfig resources in namespace xia: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404}"
> -Issue did not repro if switch to OSE
> -Repro on Linux/Windows/Mac OS
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBDS-3653) User's home folder with spaces cannot be used by vagrant during install
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3653?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3653:
------------------------------
Component/s: (was: cdk)
> User's home folder with spaces cannot be used by vagrant during install
> -----------------------------------------------------------------------
>
> Key: JBDS-3653
> URL: https://issues.jboss.org/browse/JBDS-3653
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc
> Fix For: 9.1.0.CR1
>
>
> Vagrant complains about
> {quote}Wed, 02 Mar 2016 18:04:21 GMT-ERROR: cdk - Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "vagrant plugin install c:\DeveloperPlatform\cdk\plugins\vagrant-registration-1.0.0.gem"
> The directory where plugins are installed (the Vagrant home directory)
> has a space in it. On Windows, there is a bug in Ruby when compiling
> plugins into directories with spaces. Please move your Vagrant home
> directory to a path without spaces and try again
> {quote}
> When user home directory have spaces in it, because .vagrant.d file path in turn has spaces as well. For instance:
> {code}C:\Users\User Name\.vagrant.d{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21868) Performance issue on Deploy Docker Image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21868?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21868:
----------------------------------
Fix Version/s: (was: 4.4.0.Alpha1)
> Performance issue on Deploy Docker Image wizard
> -----------------------------------------------
>
> Key: JBIDE-21868
> URL: https://issues.jboss.org/browse/JBIDE-21868
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1
>
>
> When the user inputs an image name in the "Deploy Docker Image" wizard, there is a performance issue due to the fact that some data are initialized as the user inputs the image name.
> This is even more significant if the user wants to use an image that was not pulled, i.e., a remote call will be performed for each new character typed in the {{Image Name}} field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21868) Performance issue on Deploy Docker Image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21868?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21868.
---------------------------------
Resolution: Done
> Performance issue on Deploy Docker Image wizard
> -----------------------------------------------
>
> Key: JBIDE-21868
> URL: https://issues.jboss.org/browse/JBIDE-21868
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.3.1.CR1
>
>
> When the user inputs an image name in the "Deploy Docker Image" wizard, there is a performance issue due to the fact that some data are initialized as the user inputs the image name.
> This is even more significant if the user wants to use an image that was not pulled, i.e., a remote call will be performed for each new character typed in the {{Image Name}} field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21891) Performance issue on Deploy Docker Image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21891?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21891:
----------------------------------
Fix Version/s: (was: 4.3.1.CR1)
> Performance issue on Deploy Docker Image wizard
> -----------------------------------------------
>
> Key: JBIDE-21891
> URL: https://issues.jboss.org/browse/JBIDE-21891
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Alpha1
>
>
> When the user inputs an image name in the "Deploy Docker Image" wizard, there is a performance issue due to the fact that some data are initialized as the user inputs the image name.
> This is even more significant if the user wants to use an image that was not pulled, i.e., a remote call will be performed for each new character typed in the {{Image Name}} field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21891) Performance issue on Deploy Docker Image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21891?page=com.atlassian.jira.plugi... ]
Marián Labuda resolved JBIDE-21891.
-----------------------------------
Resolution: Done
> Performance issue on Deploy Docker Image wizard
> -----------------------------------------------
>
> Key: JBIDE-21891
> URL: https://issues.jboss.org/browse/JBIDE-21891
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Alpha1
>
>
> When the user inputs an image name in the "Deploy Docker Image" wizard, there is a performance issue due to the fact that some data are initialized as the user inputs the image name.
> This is even more significant if the user wants to use an image that was not pulled, i.e., a remote call will be performed for each new character typed in the {{Image Name}} field.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years