[JBoss JIRA] (JBIDE-12015) OpenShift Wizard - Use Default Location is confusing
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12015?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-12015:
-------------------------------------
Fix Version/s: 4.1.x
(was: 4.1.0.Alpha1)
> OpenShift Wizard - Use Default Location is confusing
> ----------------------------------------------------
>
> Key: JBIDE-12015
> URL: https://issues.jboss.org/browse/JBIDE-12015
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 3.3.0.Beta3
> Reporter: Burr Sutter
> Assignee: Burr Sutter
> Priority: Minor
> Fix For: 4.1.x
>
> Attachments: Screen Shot 2012-05-25 at 10.57.18 AM.png
>
>
> The Cloning Settings: Use default location - suggests that the end-user needs to put in his Git location - users have been trying to use "C:\Program Files (x86)\Git" and that causes some other errors. This is also not the end-user's project directory. We should find a way to better explain what is being asked for here.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-13293) NPE when deleting an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13293?page=com.atlassian.jira.plugi... ]
Andre Dietisheim resolved JBIDE-13293.
--------------------------------------
Resolution: Cannot Reproduce Bug
resolved as "Cannot reproduce" since I could not reproduce it. The stacktrace looks utterly weird. It looks like a problem in the Eclipse platform where the job framework NPE's when accessing some progess info item
> NPE when deleting an application
> --------------------------------
>
> Key: JBIDE-13293
> URL: https://issues.jboss.org/browse/JBIDE-13293
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Xavier Coulon
> Assignee: Andre Dietisheim
>
> Error occurred when deleting an OpenShift application from the OpenShift Explorer view:
> java.lang.NullPointerException
> at org.eclipse.ui.internal.progress.ProgressInfoItem.getJobNameAndStatus(ProgressInfoItem.java:443)
> at org.eclipse.ui.internal.progress.ProgressInfoItem.refresh(ProgressInfoItem.java:578)
> at org.eclipse.ui.internal.progress.ProgressInfoItem.createChildren(ProgressInfoItem.java:304)
> at org.eclipse.ui.internal.progress.ProgressInfoItem.<init>(ProgressInfoItem.java:204)
> at org.eclipse.ui.internal.progress.DetailedProgressViewer.createNewItem(DetailedProgressViewer.java:203)
> at org.eclipse.ui.internal.progress.DetailedProgressViewer.add(DetailedProgressViewer.java:177)
> at org.eclipse.ui.internal.progress.ProgressViewerContentProvider.add(ProgressViewerContentProvider.java:224)
> at org.eclipse.ui.internal.progress.ProgressViewUpdater$1.runInUIThread(ProgressViewUpdater.java:285)
> at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3944)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3621)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:334)
> at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:364)
> at org.eclipse.jface.dialogs.MessageDialog.openConfirm(MessageDialog.java:417)
> at org.jboss.tools.openshift.express.internal.ui.action.DeleteApplicationAction.run(DeleteApplicationAction.java:66)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1029)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:923)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10067) Provide capability to signup to openshift in openshift client
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10067?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10067:
-------------------------------------
Fix Version/s: LATER
(was: 4.0.x)
> Provide capability to signup to openshift in openshift client
> -------------------------------------------------------------
>
> Key: JBIDE-10067
> URL: https://issues.jboss.org/browse/JBIDE-10067
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M4
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: LATER
>
>
> We currently dont offer the possibility to signup to the OpenShift Express PaaS. We only offer a link to the signup page on OpenShift. The REST service now offers this capability and it's now up to us to include this into our client.
> There are implementation details to discuss with the OpenShift Express team, since they currently offer this capability only with a shared secret (see Appcelerator and mails discussing this topic). As opensource project it's not possible for us to require a shared secret we have to hide from the public.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10067) Provide capability to signup to openshift in openshift client
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10067?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-10067:
-------------------------------------
Priority: Minor (was: Major)
> Provide capability to signup to openshift in openshift client
> -------------------------------------------------------------
>
> Key: JBIDE-10067
> URL: https://issues.jboss.org/browse/JBIDE-10067
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M4
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: LATER
>
>
> We currently dont offer the possibility to signup to the OpenShift Express PaaS. We only offer a link to the signup page on OpenShift. The REST service now offers this capability and it's now up to us to include this into our client.
> There are implementation details to discuss with the OpenShift Express team, since they currently offer this capability only with a shared secret (see Appcelerator and mails discussing this topic). As opensource project it's not possible for us to require a shared secret we have to hide from the public.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-10067) Provide capability to signup to openshift in openshift client
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10067?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-10067:
------------------------------------------
downgraded to Minor and LATER since there's no was for us to achieve this so far
> Provide capability to signup to openshift in openshift client
> -------------------------------------------------------------
>
> Key: JBIDE-10067
> URL: https://issues.jboss.org/browse/JBIDE-10067
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 3.3.0.M4
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: LATER
>
>
> We currently dont offer the possibility to signup to the OpenShift Express PaaS. We only offer a link to the signup page on OpenShift. The REST service now offers this capability and it's now up to us to include this into our client.
> There are implementation details to discuss with the OpenShift Express team, since they currently offer this capability only with a shared secret (see Appcelerator and mails discussing this topic). As opensource project it's not possible for us to require a shared secret we have to hide from the public.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months