[JBoss JIRA] (JBIDE-21776) Cannot deploy docker image to OpenShift with manually entered details
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21776?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21776.
---------------------------------
Verified on nightly build of JBT with OpenShift plugin build B227.
> Cannot deploy docker image to OpenShift with manually entered details
> ---------------------------------------------------------------------
>
> Key: JBIDE-21776
> URL: https://issues.jboss.org/browse/JBIDE-21776
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Critical
> Labels: docker, openshift_v3
> Fix For: 4.3.1.CR1
>
> Attachments: manually_filled.png, Screenshot 2016-03-03 11.14.38.png, selected_image.png
>
>
> When deploying a docker image to OpenShift it is necessary to fill in namespace and image name at least (repo and tag is optional). Manually entering those values into the Deploy Image to OpenShift wizard does not work, although details are same as those filled automatically via selecting a docker image (click Search... button and select a specific one).
> There is no error in error log.
> Manually filled in details screenshot:
> !manually_filled.png!
> Automatically filled details via selecting a specific image screenshot:
> !selected_image.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21876) Cannot deploy docker image to OpenShift with manually entered details
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-21876:
-------------------------------------
Summary: Cannot deploy docker image to OpenShift with manually entered details
Key: JBIDE-21876
URL: https://issues.jboss.org/browse/JBIDE-21876
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Assignee: Xavier Coulon
Priority: Critical
Fix For: 4.3.1.CR1
When deploying a docker image to OpenShift it is necessary to fill in namespace and image name at least (repo and tag is optional). Manually entering those values into the Deploy Image to OpenShift wizard does not work, although details are same as those filled automatically via selecting a docker image (click Search... button and select a specific one).
There is no error in error log.
Manually filled in details screenshot:
!manually_filled.png!
Automatically filled details via selecting a specific image screenshot:
!selected_image.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21876) Cannot deploy docker image to OpenShift with manually entered details
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21876?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21876:
----------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.3.1.CR1)
> Cannot deploy docker image to OpenShift with manually entered details
> ---------------------------------------------------------------------
>
> Key: JBIDE-21876
> URL: https://issues.jboss.org/browse/JBIDE-21876
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Xavier Coulon
> Priority: Critical
> Labels: docker, openshift_v3
> Fix For: 4.4.0.Alpha1
>
> Attachments: manually_filled.png, Screenshot 2016-03-03 11.14.38.png, selected_image.png
>
>
> When deploying a docker image to OpenShift it is necessary to fill in namespace and image name at least (repo and tag is optional). Manually entering those values into the Deploy Image to OpenShift wizard does not work, although details are same as those filled automatically via selecting a docker image (click Search... button and select a specific one).
> There is no error in error log.
> Manually filled in details screenshot:
> !manually_filled.png!
> Automatically filled details via selecting a specific image screenshot:
> !selected_image.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21875) NPE is thrown on OS 3 connection without any project on fresh start of IDE
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-21875:
-------------------------------------
Summary: NPE is thrown on OS 3 connection without any project on fresh start of IDE
Key: JBIDE-21875
URL: https://issues.jboss.org/browse/JBIDE-21875
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Assignee: Viacheslav Kabanovich
Priority: Blocker
Fix For: 4.3.1.CR1, 4.4.0.Alpha1
When I start IDE and I have not stored password/token in secure storage for an OpenShift 3 connection, I am prompted to fill in credentials. After successfully filling in and hiting Finish button, connection is established, but if connection does not contain any project beneath it, there is NPE thrown with following stack trace
{code}
There was an error retrieving children in the OpenShift explorer
java.lang.NullPointerException
at java.util.ArrayList.<init>(ArrayList.java:177)
at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:73)
at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21875) NPE is thrown on OS 3 connection without any project on fresh start of IDE
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21875?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21875:
----------------------------------
Fix Version/s: (was: 4.3.1.CR1)
> NPE is thrown on OS 3 connection without any project on fresh start of IDE
> --------------------------------------------------------------------------
>
> Key: JBIDE-21875
> URL: https://issues.jboss.org/browse/JBIDE-21875
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Blocker
> Labels: connection, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> When I start IDE and I have not stored password/token in secure storage for an OpenShift 3 connection, I am prompted to fill in credentials. After successfully filling in and hiting Finish button, connection is established, but if connection does not contain any project beneath it, there is NPE thrown with following stack trace
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:73)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21875) NPE is thrown on OS 3 connection without any project on fresh start of IDE
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21875?page=com.atlassian.jira.plugi... ]
Marián Labuda reassigned JBIDE-21875:
-------------------------------------
Assignee: Marián Labuda (was: Viacheslav Kabanovich)
> NPE is thrown on OS 3 connection without any project on fresh start of IDE
> --------------------------------------------------------------------------
>
> Key: JBIDE-21875
> URL: https://issues.jboss.org/browse/JBIDE-21875
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Priority: Blocker
> Labels: connection, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> When I start IDE and I have not stored password/token in secure storage for an OpenShift 3 connection, I am prompted to fill in credentials. After successfully filling in and hiting Finish button, connection is established, but if connection does not contain any project beneath it, there is NPE thrown with following stack trace
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:73)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21875) NPE is thrown on OS 3 connection without any project on fresh start of IDE
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21875?page=com.atlassian.jira.plugi... ]
Marián Labuda resolved JBIDE-21875.
-----------------------------------
Resolution: Done
> NPE is thrown on OS 3 connection without any project on fresh start of IDE
> --------------------------------------------------------------------------
>
> Key: JBIDE-21875
> URL: https://issues.jboss.org/browse/JBIDE-21875
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Marián Labuda
> Priority: Blocker
> Labels: connection, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> When I start IDE and I have not stored password/token in secure storage for an OpenShift 3 connection, I am prompted to fill in credentials. After successfully filling in and hiting Finish button, connection is established, but if connection does not contain any project beneath it, there is NPE thrown with following stack trace
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:73)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21872) NPE is thrown on OS 3 connection without any project on fresh start of IDE
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21872?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21872:
----------------------------------
Fix Version/s: (was: 4.4.0.Alpha1)
> NPE is thrown on OS 3 connection without any project on fresh start of IDE
> --------------------------------------------------------------------------
>
> Key: JBIDE-21872
> URL: https://issues.jboss.org/browse/JBIDE-21872
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Blocker
> Labels: connection, openshift_v3
> Fix For: 4.3.1.CR1
>
>
> When I start IDE and I have not stored password/token in secure storage for an OpenShift 3 connection, I am prompted to fill in credentials. After successfully filling in and hiting Finish button, connection is established, but if connection does not contain any project beneath it, there is NPE thrown with following stack trace
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:73)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21872) NPE is thrown on OS 3 connection without any project on fresh start of IDE
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21872?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-21872.
---------------------------------
Verified on nightly build of JBT with OpenShift plugin build B227.
> NPE is thrown on OS 3 connection without any project on fresh start of IDE
> --------------------------------------------------------------------------
>
> Key: JBIDE-21872
> URL: https://issues.jboss.org/browse/JBIDE-21872
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Priority: Blocker
> Labels: connection, openshift_v3
> Fix For: 4.3.1.CR1
>
>
> When I start IDE and I have not stored password/token in secure storage for an OpenShift 3 connection, I am prompted to fill in credentials. After successfully filling in and hiting Finish button, connection is established, but if connection does not contain any project beneath it, there is NPE thrown with following stack trace
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at java.util.ArrayList.<init>(ArrayList.java:177)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:73)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month