Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-28412

Properties view does not shows content at start

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 4.29.0.Final
    • 4.23.0.AM1
    • jmx
    • None
    • Sprint #216 Mar 2022, Sprint #217 Apr 2022, Sprint #218 May 2022, Sprint #219 May 2022, Sprint #220 June 2022, Sprint #221 July 2022
    • Hide

      Install JBT -> open JMX Navigator -> select some Local process -> connect it -> open "Properties" view -> see [1] error and [2] how it looks -> move "Properties" tab somewhere (see screenshots [3], from position 3 on toolbar to pos. 2) -> click on connected Local Process again -> everything works

      Show
      Install JBT -> open JMX Navigator -> select some Local process -> connect it -> open "Properties" view -> see [1] error and [2] how it looks -> move "Properties" tab somewhere (see screenshots [3] , from position 3 on toolbar to pos. 2) -> click on connected Local Process again -> everything works
    • Workaround Exists
    • Hide

      Move tab from bottom panel to some another or just move properties tab to another position.

      Show
      Move tab from bottom panel to some another or just move properties tab to another position.

    Description

      Properties tab does not work until user will move it.

      Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)

      Version: 2022-03 (4.23.0)
      Build id: 20220310-1457

      Error log:

      eclipse.buildId=4.23.0.I20220308-0310 java.version=17.0.1 java.vendor=Red Hat, Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments:  -product org.eclipse.epp.package.jee.product Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.productorg.eclipse.ui.views.properties.tabbed Error Wed Mar 30 10:32:28 CEST 2022 Problems occurred when invoking code from plug-in: "org.eclipse.ui.views.properties.tabbed".java.lang.IllegalArgumentException: can't find IDdefaults     at org.eclipse.jface.action.ContributionManager.insertAfter(ContributionManager.java:327)     at org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.overview.OverviewSection.addToolBarActions(OverviewSection.java:168)     at org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.AbstractJvmPropertySection.addToolBarActions(AbstractJvmPropertySection.java:621)     at org.jboss.tools.jmx.jvmmonitor.internal.ui.properties.AbstractJvmPropertySection.setInput(AbstractJvmPropertySection.java:183)     at org.eclipse.ui.views.properties.tabbed.TabContents$5.run(TabContents.java:184)     at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)     at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)     at org.eclipse.ui.views.properties.tabbed.TabContents.setInput(TabContents.java:187)     at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage$SelectionChangedListener.selectionChanged(TabbedPropertySheetPage.java:221)     at org.eclipse.jface.viewers.Viewer$1.run(Viewer.java:151)     at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)     at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:174)     at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:148)     at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2130)     at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1660)     at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:376)     at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.setInput(TabbedPropertySheetPage.java:744)     at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.selectionChanged(TabbedPropertySheetPage.java:555)     at org.eclipse.ui.views.properties.PropertySheet.showSelectionAndDescription(PropertySheet.java:554)     at org.eclipse.ui.views.properties.PropertySheet.partVisible(PropertySheet.java:427)     at org.eclipse.ui.part.PageBookView$1.partVisible(PageBookView.java:1040)     at org.eclipse.ui.internal.WorkbenchPage$16.run(WorkbenchPage.java:5196)     at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)     at org.eclipse.ui.internal.WorkbenchPage.firePartVisible(WorkbenchPage.java:5193)     at org.eclipse.ui.internal.WorkbenchPage$E4PartListener.partVisible(WorkbenchPage.java:251)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$5.run(PartServiceImpl.java:298)     at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.firePartVisible(PartServiceImpl.java:295)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.lambda$0(PartServiceImpl.java:111)     at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38)     at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236)     at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133)     at org.eclipse.swt.widgets.Display.syncExec(Display.java:6012)     at org.eclipse.e4.ui.workbench.swt.DisplayUISynchronize.syncExec(DisplayUISynchronize.java:34)     at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)     at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205)     at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203)     at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)     at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)     at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151)     at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:133)     at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75)     at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44)     at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55)     at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63)     at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424)     at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170)     at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188)     at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:660)     at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:624)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:787)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:758)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:680)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:675)     at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1252)     at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1247)     at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1235)     at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4228)     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:74)     at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4226)     at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4208)     at org.eclipse.ui.internal.quickaccess.providers.ViewElement.execute(ViewElement.java:93)     at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)     at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)     at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5101)     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4584)     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)     at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)     at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)     at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)     at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.base/java.lang.reflect.Method.invoke(Method.java:568)     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)     at org.eclipse.equinox.launcher.Main.run(Main.java:1467)     at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 

      Attachments

        1. properties_[1].png
          28 kB
          Oleksii Korniienko
        2. properties_[2].png
          19 kB
          Oleksii Korniienko
        3. properties_[3].png
          29 kB
          Oleksii Korniienko

        Activity

          People

            rstryker@redhat.com Robert Stryker
            rh-ee-olkornii Oleksii Korniienko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: