[jbosstools-issues] [JBoss JIRA] (JBIDE-13141) OpenShift server adapter: cannot tail files

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Nov 23 10:27:21 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-13141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-13141:
-------------------------------------

    Steps to Reproduce: 
# ASSERT: make sure you have connections that you created using Beta1 (or Beta2?). Make sure they're in an invalid format like this *xcoulon%40redhat.com at https://openshift.redhat.com*. If you haven't any, then you can create those by editing *.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jboss.tools.openshift.express.ui.prefs* and introduce a key like this:

{code}
org.jboss.tools.openshift.express.CONNECTION_NAMES=xcoulon1%40redhat.com at https\://openshift.redhat.com|https\://xcoulon2%40redhat.com at openshift.redhat.com|xcoulon3%40 at https://
{code}
# EXEC: launch *OpenShift Application* wizard and create a new OpenShift applcation
# EXEC: go to *Servers* view and pick the freshly created server adapter. Choose *OpenShift->Tail files...*

Result:
You get an Exception in the Eclipse log:

{code}
java.lang.NullPointerException
        at org.jboss.tools.openshift.express.internal.ui.action.TailServerLogAction.run(TailServerLogAction.java:117)
        at org.jboss.tools.openshift.express.internal.ui.action.TailServerLogAction.run(TailServerLogAction.java:85)
        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)
{code}

  was:
# ASSERT: make sure you have connections that you created using Beta1 (or Beta2?). Make sure they're in an invalid format like this *xcoulon%40redhat.com at https://openshift.redhat.com*. If you haven't any, then you can create those by editing *.metadata/.plugins/org.eclipse.core.runtime/.settings/org.jboss.tools.openshift.express.ui.prefs* and introduce a key like this:

{code}
org.jboss.tools.openshift.express.CONNECTION_NAMES=xcoulon%40redhat.com at https\://openshift.redhat.com|https\://xcoulon%40redhat.com at openshift.redhat.com
{code}
# EXEC: launch *OpenShift Application* wizard and create a new OpenShift applcation
# EXEC: go to *Servers* view and pick the freshly created server adapter. Choose *OpenShift->Tail files...*

Result:
You get an Exception in the Eclipse log:

{code}
java.lang.NullPointerException
        at org.jboss.tools.openshift.express.internal.ui.action.TailServerLogAction.run(TailServerLogAction.java:117)
        at org.jboss.tools.openshift.express.internal.ui.action.TailServerLogAction.run(TailServerLogAction.java:85)
        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)
{code}


    
> OpenShift server adapter: cannot tail files
> -------------------------------------------
>
>                 Key: JBIDE-13141
>                 URL: https://issues.jboss.org/browse/JBIDE-13141
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.0.0.CR1
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>            Priority: Critical
>             Fix For: 4.0.0.CR2
>
>


--
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


More information about the jbosstools-issues mailing list