[JBoss JIRA] (JBIDE-23354) Deploy Docker Wizard: Reset of port mapping whille at least 1 default is present causes NPE
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23354?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23354:
-------------------------------------
Fix Version/s: 4.4.2.AM3
> Deploy Docker Wizard: Reset of port mapping whille at least 1 default is present causes NPE
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-23354
> URL: https://issues.jboss.org/browse/JBIDE-23354
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Assignee: Jeff MAURY
> Labels: deploy_docker_wizard, openshift_v3
> Fix For: 4.4.2.AM3
>
>
> In Deploy Image to Docker wizard on the wizard page with routing settings, if I click on Reset while in the table is at least 1 default port mapping (row with non-changed values = default), cause NPE and the default row is shown as empty = name, service port and pod port are shown as blank.
> NPE stack trace
> {code}Problems occurred when invoking code from plug-in: "org.eclipse.jface".
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.ui.wizard.deployimage.ServicesAndRoutingPage$2.getColumnImage(ServicesAndRoutingPage.java:196)
> at org.eclipse.jface.viewers.TableColumnViewerLabelProvider.update(TableColumnViewerLabelProvider.java:67)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:141)
> at org.eclipse.jface.viewers.AbstractTableViewer.doUpdateItem(AbstractTableViewer.java:382)
> at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:474)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2170)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:669)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:607)
> at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:599)
> at org.eclipse.jface.viewers.StructuredViewer.lambda$0(StructuredViewer.java:1519)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1458)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1419)
> at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1519)
> at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:523)
> at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1478)
> at org.jboss.tools.openshift.internal.ui.wizard.deployimage.ServicesAndRoutingPage$7.widgetSelected(ServicesAndRoutingPage.java:402)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.jboss.tools.common.ui.WizardUtils.openWizardDialog(WizardUtils.java:257)
> at org.jboss.tools.openshift.internal.ui.handler.DeployImageHandler$2$1.run(DeployImageHandler.java:94)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4528)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4146)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
> {code}
--
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 Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23351?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23351:
------------------------------------------
[~mlabuda] I cant reproduce this either and used this feature with the aloha msa (that includes a docker image) quite a few times last week. Can you please add steps so that I know that I do the same as you?
> 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-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] I cant reproduce this. Could you please add steps?
> 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: openshift
> Affects Versions: 4.4.2.AM2
> Reporter: Marián Labuda
> Labels: deploy_docker_wizard, openshift_v3
>
> 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
[JBoss JIRA] (JBIDE-23320) New server window server type picker is single line long on Cinnamon
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23320?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-23320:
-------------------------------------
The other space is reserved for the runtime widgets. It just so happens that we don't show them for our server types.
So basically, WTP has made a decision that they'd rather not have widgets resizing when the user clicks around, or even relayout-ing the dialog.
Imagine the following:
User opens new server wizard, no server type selected
Tree viewer is very large, user clicks "Tomcat"
Suddenly, the tree shrinks, and new widgets appear below it.
This type of workflow can make sense sometimes, such as if you have an 'advanced' button that then expands or shrinks the dialog. But having widgets resize all the time just when clicking around normally is very distracting.
I really don't think there's anything that can be done here. I've considered a lot of UI improvements in the past, but, this just doesn't seem like something that there's an easy answer for.
> New server window server type picker is single line long on Cinnamon
> --------------------------------------------------------------------
>
> Key: JBIDE-23320
> URL: https://issues.jboss.org/browse/JBIDE-23320
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Environment: Fedora 24 x86-64
> Cinnamon 3.0.7
> Linux 4.7.6
> JBDS 10.1.0.GA
> Reporter: Michal Jurc
> Assignee: Rob Stryker
> Fix For: 4.4.2.AM3
>
> Attachments: jbds-10.1-new-server.png
>
>
> In JBoss Developer Studio 10.1.0.GA, the New Server window server type choice only displays single server at time without scrolling which is uncomfortable to navigate through.
> Screenshot attached.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 5 months
[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23315 at 10/17/16 3:48 PM:
--------------------------------------------------------------------
[~aurelien.pupier] very possible that this is happening in Linux/GTK3, only. Can you please confirm/refute [~jeffmaury] since you're on Windows?
was (Author: adietish):
[~aurelien.pupier] very possible that this is happening in Linux, only. Can you please confirm/refute [~jeffmaury] since you're on Windows?
> 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-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23315:
------------------------------------------
[~aurelien.pupier] can you please add steps so that can reproduce this? It wont happen when you create a new connection, it is most likely occurring when you're using a connection where you didnt store the password. I tried a few combinations but didnt achieve to reproduce it. I know though, that I also saw this before.
> 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-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-23315 at 10/17/16 3:48 PM:
--------------------------------------------------------------------
[~aurelien.pupier] very possible that this is happening in Linux/GTK3, only. Can you reproduce it when using GTK2?
Can you please confirm/refute [~jeffmaury] since you're on Windows?
was (Author: adietish):
[~aurelien.pupier] very possible that this is happening in Linux/GTK3, only. Can you please confirm/refute [~jeffmaury] since you're on Windows?
> 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