[JBoss JIRA] (JBIDE-22299) Application Wizard: Make OpenShift templates distinquished from builder images more explicit
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22299?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22299.
---------------------------------
Verified in Red Hat Developer Studio with build id: Alpha1-v20160520-0424-B5396.
> Application Wizard: Make OpenShift templates distinquished from builder images more explicit
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-22299
> URL: https://issues.jboss.org/browse/JBIDE-22299
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: templates-and-builderimages.png
>
>
> We are now supporting builder images in New OpenShift Application wizard, they are displayed together in one tree. User has to read labels in parenthesis to know whether its a builder or not (there is not explicit saying whether it is a template or not). It would be nice to have it distinguished more explicit.
> Web UI use flash for templates and build icon for builder images.
> !templates-and-builderimages.png!
> We could use same in our wizard on the left side of each tree item to be aware of what we are going to work with (because following wizard pages are different for builder images than for templates).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22420) Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22420?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22420:
--------------------------------
Story Points: 2
Sprint: devex #115 May 2016
> Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22420
> URL: https://issues.jboss.org/browse/JBIDE-22420
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> If I select a template in New OpenShift Application wizard, the Finish button is enabled and it is possible to skip all wizard pages and have created an application. If I select a builder image in the wizard, Finish is disabled (although on the next wizard page it gets enabled even I do not set any other value manually). But having selecting a template at first in the wizard and then selecting a build image, Finish button is still enabled. Click on the button cause NPE with following stack trace:
> {code}Unable to create resources to deploy image null
> java.lang.IllegalArgumentException: newValue is null
> at org.jboss.dmr.ModelNode.set(ModelNode.java:499)
> at com.openshift.internal.restclient.model.Service.setSelector(Service.java:115)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.stubService(DeployImageJob.java:254)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:150)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:99)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22420) Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22420?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-22420:
--------------------------------
Fix Version/s: 4.4.0.Alpha3
> Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22420
> URL: https://issues.jboss.org/browse/JBIDE-22420
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Marián Labuda
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.0.Alpha3
>
>
> If I select a template in New OpenShift Application wizard, the Finish button is enabled and it is possible to skip all wizard pages and have created an application. If I select a builder image in the wizard, Finish is disabled (although on the next wizard page it gets enabled even I do not set any other value manually). But having selecting a template at first in the wizard and then selecting a build image, Finish button is still enabled. Click on the button cause NPE with following stack trace:
> {code}Unable to create resources to deploy image null
> java.lang.IllegalArgumentException: newValue is null
> at org.jboss.dmr.ModelNode.set(ModelNode.java:499)
> at com.openshift.internal.restclient.model.Service.setSelector(Service.java:115)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.stubService(DeployImageJob.java:254)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:150)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:99)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22275) oc version is not recognized
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22275?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22275.
---------------------------------
Verified in Red Hat Developer Studio with build id: Alpha1-v20160520-0424-B5396.
> oc version is not recognized
> ----------------------------
>
> Key: JBIDE-22275
> URL: https://issues.jboss.org/browse/JBIDE-22275
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Assignee: Fred Bricon
> Labels: openshift_v3
> Fix For: 4.4.0.Alpha2
>
> Attachments: oc_warning.png
>
>
> Using latest oc binary (1.2.0.RC2) there is an invalid warning message in OpenShift 3 preference page. It says my version is 0.0.0 and I need at least 1.1:1, although binary is 1.2.0.
> !oc_warning.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22420) Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
by Marián Labuda (JIRA)
Marián Labuda created JBIDE-22420:
-------------------------------------
Summary: Application Wizard: Finish button is still enabled upon selection of a builder image if a template was selected before
Key: JBIDE-22420
URL: https://issues.jboss.org/browse/JBIDE-22420
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Alpha2
Reporter: Marián Labuda
If I select a template in New OpenShift Application wizard, the Finish button is enabled and it is possible to skip all wizard pages and have created an application. If I select a builder image in the wizard, Finish is disabled (although on the next wizard page it gets enabled even I do not set any other value manually). But having selecting a template at first in the wizard and then selecting a build image, Finish button is still enabled. Click on the button cause NPE with following stack trace:
{code}Unable to create resources to deploy image null
java.lang.IllegalArgumentException: newValue is null
at org.jboss.dmr.ModelNode.set(ModelNode.java:499)
at com.openshift.internal.restclient.model.Service.setSelector(Service.java:115)
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.stubService(DeployImageJob.java:254)
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:150)
at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:99)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22348) ServerSOAPFaultException in SOAP11Fault.getProtocolException
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22348?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick commented on JBIDE-22348:
-------------------------------------------
Again, with no reproduction steps I have no way to figure out how this error was produced.
> ServerSOAPFaultException in SOAP11Fault.getProtocolException
> ------------------------------------------------------------
>
> Key: JBIDE-22348
> URL: https://issues.jboss.org/browse/JBIDE-22348
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.3.1.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Brian Fitzpatrick
>
> The following problem was reported via the automated error reporting:
> Message: No message
> {noformat}
> com.sun.xml.internal.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: java.lang.Exception: Body not found. Please see the server log to find more detail regarding exact cause of the failure.
> at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178)
> at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:116)
> at com.sun.xml.internal.ws.client.dispatch.DispatchImpl$DispatchAsyncInvoker$1.onCompletion(DispatchImpl.java:602)
> at com.sun.xml.internal.ws.client.Stub$1.onCompletion(Stub.java:545)
> at com.sun.xml.internal.ws.api.pipe.Fiber.completionCheck(Fiber.java:912)
> at com.sun.xml.internal.ws.api.pipe.Fiber.run(Fiber.java:808)
> at com.sun.xml.internal.ws.api.server.ThreadLocalContainerResolver$2$1.run(ThreadLocalContainerResolver.java:97)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Bundles:
> | org.eclipse.core.jobs | 3.7.0.v20150330-2103 | 3.7.0.v20150330-2103 |
> | org.jboss.tools.ws.ui | 1.8.1.Final-v20160331-0952-B76 | 1.8.1.Final-v20160331-0952-B76 |
> Operating Systems:
> | Windows | 6.3.0 | 6.3.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571f8ce2e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22310) NullPointer when trying to create a new app
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22310?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-22310.
---------------------------------
Verified in Red Hat Developer Studio with build id: Alpha1-v20160520-0424-B5396.
> NullPointer when trying to create a new app
> -------------------------------------------
>
> Key: JBIDE-22310
> URL: https://issues.jboss.org/browse/JBIDE-22310
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Fix For: 4.4.0.Alpha2
>
>
> java.lang.NullPointerException
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.generateResources(DeployImageJob.java:128)
> at org.jboss.tools.openshift.internal.ui.job.DeployImageJob.doRun(DeployImageJob.java:88)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22341) IllegalArgumentException below WSDL2JavaCodeGenConfigWidget$6.widgetSelected (thrown in SWT.error)
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22341?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick commented on JBIDE-22341:
-------------------------------------------
Without additional info on how to reproduce this, I have no clue how to proceed.
> IllegalArgumentException below WSDL2JavaCodeGenConfigWidget$6.widgetSelected (thrown in SWT.error)
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22341
> URL: https://issues.jboss.org/browse/JBIDE-22341
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.3.1.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Brian Fitzpatrick
>
> The following problem was reported via the automated error reporting:
> Message: Unhandled event loop exception
> {noformat}
> java.lang.IllegalArgumentException: Argument cannot be null
> at org.eclipse.swt.SWT.error(SWT.java:4472)
> at org.eclipse.swt.SWT.error(SWT.java:4406)
> at org.eclipse.swt.SWT.error(SWT.java:4377)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
> at org.eclipse.swt.widgets.Text.setText(Text.java:2285)
> at org.jboss.tools.ws.creation.ui.widgets.WSDL2JavaCodeGenConfigWidget$6.widgetSelected(WSDL2JavaCodeGenConfigWidget.java:178)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.104.2.v20160212-1350 |
> | org.jboss.tools.ws.creation.ui | 1.8.1.Final-v20160331-0952-B76 | 1.8.1.Final-v20160331-0952-B76 |
> Operating Systems:
> | MacOSX | 10.11.4 | 10.11.4 |
> | Windows | 10.0.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571a3d32e4b0e9dd9c...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months