[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-23315:
------------------------------------
To be clear my understanding of the problem is the following:
if you shrink the dialog then the Advanced button is cropped where there is some unused space below it and I don't think this is related to graphical toolkit although I can reproduce on Fedora (GNOME/Cinnamon) without resizing
> Connection wizard: "Advanced >>" Button is cropped
> --------------------------------------------------
>
> Key: JBIDE-23315
> URL: https://issues.jboss.org/browse/JBIDE-23315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.x
>
> Attachments: screenshot-1.png
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23358) OpenShift Explorer: Pod status is not reflecting reality
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23358?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-23358:
---------------------------------------
Yes, I added those steps to reproduce after first comment. I was just pointing out, that it is not strictly related only to this use case, where the image deployment fails - that it is not only one border case.
> OpenShift Explorer: Pod status is not reflecting reality
> --------------------------------------------------------
>
> Key: JBIDE-23358
> URL: https://issues.jboss.org/browse/JBIDE-23358
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: openshift_v3
> Fix For: 4.4.x
>
> Attachments: pod_status.png
>
>
> When I have a pod with failed status, it is not correctly displayed in tooling. Pod under a service has status Running (as styled next next to tree item as well as property value in property view). Current status is failed, precisely "Crash loop back off" (happens often when there are problems with fetching an image...). The correct status is shown in Web-UI as well as from oc binary "oc get pods". Refresh of a project or service does not help.
> !pod_status.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23351) Deploy Docker Wizard: Image stream sometimes is not created for local docker images
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23351?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-23351:
---------------------------------------
Yeah, I know. Sure, that is the reason for keeping this open, as watcher. Once it occurs again, I will provide steps.
> Deploy Docker Wizard: Image stream sometimes is not created for local docker images
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-23351
> URL: https://issues.jboss.org/browse/JBIDE-23351
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
> Attachments: is_not_created.png
>
>
> When deploying a local image to OpenShift, Image stream is not created even an image has been pushed to registry. For images on docker hub it works ok.
> Following message is shown in resource summary:
> !is_not_created.png!
> I had checked the checkbox to push to registry. But I am not able to reproduce this all the time. I was able to do it only 2 times.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23316) BrowserSim save screenshot fails with ArrayIndexOutOfBoundsException
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23316?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-23316:
--------------------------------
Story Points: 5
> BrowserSim save screenshot fails with ArrayIndexOutOfBoundsException
> --------------------------------------------------------------------
>
> Key: JBIDE-23316
> URL: https://issues.jboss.org/browse/JBIDE-23316
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.4.2.AM2
> Reporter: Pavol Srna
> Assignee: Ilya Buziuk
> Fix For: 4.4.2.AM3
>
>
> {code}
> 2016-10-11 17:13:48.461:INFO::JavaFX Application Thread: Logging initialized @1366ms
> 2016-10-11 17:13:48.566:INFO:oejs.Server:JavaFX Application Thread: jetty-9.3.9.v20160517
> 2016-10-11 17:13:48.616:INFO:oejsh.ContextHandler:JavaFX Application Thread: Started o.e.j.s.ServletContextHandler@433defed{/,null,AVAILABLE}
> 2016-10-11 17:13:48.630:INFO:oejs.AbstractConnector:JavaFX Application Thread: Started ServerConnector@6f53b8a{HTTP/1.1,[http/1.1]}{0.0.0.0:64959}
> 2016-10-11 17:13:48.630:INFO:oejs.Server:JavaFX Application Thread: Started @1535ms
> Failed to execute runnable (java.lang.ArrayIndexOutOfBoundsException: 383097)
> Stack trace:
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ArrayIndexOutOfBoundsException: 383097)
> at org.eclipse.swt.SWT.error(SWT.java:4533)
> at org.eclipse.swt.SWT.error(SWT.java:4448)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700)
> at org.jboss.tools.browsersim.ui.launch.BrowserSimRunner.main(BrowserSimRunner.java:127)
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 383097
> at org.eclipse.swt.graphics.Image.createRepresentaion(Image.java:1204)
> at org.eclipse.swt.graphics.Image.init(Image.java:1108)
> at org.eclipse.swt.graphics.Image.<init>(Image.java:429)
> at org.jboss.tools.browsersim.ui.menu.ScreenshotMenuCreator.takeScreenshot(ScreenshotMenuCreator.java:173)
> at org.jboss.tools.browsersim.ui.menu.ScreenshotMenuCreator.access$0(ScreenshotMenuCreator.java:138)
> at org.jboss.tools.browsersim.ui.menu.ScreenshotMenuCreator$1$1.run(ScreenshotMenuCreator.java:69)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> ... 3 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23358) OpenShift Explorer: Pod status is not reflecting reality
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23358?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23358:
------------------------------------------
[~mlabuda] sure, many things can go wrong, but then we need a reliable way to reproduce this. So my guess is that this would be the case where you use a local docker image (one that's not available in dockerhub) and not push it. Correct?
> OpenShift Explorer: Pod status is not reflecting reality
> --------------------------------------------------------
>
> Key: JBIDE-23358
> URL: https://issues.jboss.org/browse/JBIDE-23358
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: openshift_v3
> Fix For: 4.4.x
>
> Attachments: pod_status.png
>
>
> When I have a pod with failed status, it is not correctly displayed in tooling. Pod under a service has status Running (as styled next next to tree item as well as property value in property view). Current status is failed, precisely "Crash loop back off" (happens often when there are problems with fetching an image...). The correct status is shown in Web-UI as well as from oc binary "oc get pods". Refresh of a project or service does not help.
> !pod_status.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23350) Deploy Docker Wizard: Prompt to enter credentials contains Finish button
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23350?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23350:
------------------------------------------
[~mlabuda] ok, thanks for spotting this and adding the steps. It's minor though since once you hit "Finish" in the login dialog you'll get to the deploy wizard and can proceed as usual.
> Deploy Docker Wizard: Prompt to enter credentials contains Finish button
> ------------------------------------------------------------------------
>
> Key: JBIDE-23350
> URL: https://issues.jboss.org/browse/JBIDE-23350
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When opening Deploy Image to OpenShift wizard from context menu of a docker image and there was no OpenShift connection selected, OpenShift connection wizard is shown with Finish button, although connection is active (connected). There should be opened the Deploy Image to OpenShift with the connection wizard page and it should have next button.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months