[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7879) In Seam perspective dragging Properties View hangle whole Eclipse only Eclipse restart will help

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Mon Dec 13 14:37:52 EST 2010


    [ https://issues.jboss.org/browse/JBIDE-7879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569746#comment-12569746 ] 

Vitali Yemialyanchyk commented on JBIDE-7879:
---------------------------------------------

one more exception with 2 Properties View & VPE, one Properties View in Fast View mode, other one is docked normally:

WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.PropertySheet while still in the middle of activating part org.eclipse.ui.views.PropertySheet

java.lang.RuntimeException: WARNING: Prevented recursive attempt to activate part org.eclipse.ui.views.PropertySheet while still in the middle of activating part org.eclipse.ui.views.PropertySheet
	at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3487)
	at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3077)
	at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279)
	at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:237)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
	at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1424)
	at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2632)
	at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2402)
	at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:4792)
	at org.eclipse.swt.widgets.Tree.WM_SETFOCUS(Tree.java:6907)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4229)
	at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5844)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873)
	at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)
	at org.eclipse.swt.widgets.Control.forceFocus(Control.java:995)
	at org.eclipse.swt.widgets.Control.setFocus(Control.java:3000)
	at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:1053)
	at org.eclipse.ui.views.properties.PropertySheetPage.setFocus(PropertySheetPage.java:536)
	at org.eclipse.wst.sse.ui.internal.properties.ConfigurablePropertySheetPage.setFocus(ConfigurablePropertySheetPage.java:205)
	at org.eclipse.ui.part.PageBookView.setFocus(PageBookView.java:882)
	at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:332)
	at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:629)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.core.runtime.Platform.run(Platform.java:888)
	at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:624)
	at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3533)
	at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3077)
	at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:279)
	at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:325)
	at org.eclipse.ui.internal.FastViewPane.showView(FastViewPane.java:500)
	at org.eclipse.ui.internal.Perspective.showFastView(Perspective.java:2193)
	at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1939)
	at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1952)
	at org.eclipse.ui.internal.Perspective.toggleFastView(Perspective.java:2367)
	at org.eclipse.ui.internal.WorkbenchPage.toggleFastView(WorkbenchPage.java:3873)
	at org.eclipse.ui.internal.ShowFastViewContribution.showView(ShowFastViewContribution.java:157)
	at org.eclipse.ui.internal.ShowFastViewContribution.access$1(ShowFastViewContribution.java:155)
	at org.eclipse.ui.internal.ShowFastViewContribution$3.widgetSelected(ShowFastViewContribution.java:138)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	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:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)


> In Seam perspective dragging Properties View hangle whole Eclipse only Eclipse restart will help
> ------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-7879
>                 URL: https://issues.jboss.org/browse/JBIDE-7879
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 3.2.0.Beta2
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Alexey Kazakov
>            Priority: Blocker
>         Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg, screenshot-4.jpg, screenshot-5.jpg
>
>
> close Properties View in Seam perspective, open it, try to drag it and drop in some other place - I get Eclipse no response on any input.
> look at screenshots, only Eclipse restart could help, reproducible only in Seam perspective. This exception is in Error Log:
> Unhandled event loop exception
> java.lang.ArrayIndexOutOfBoundsException: -1
> at java.util.ArrayList.get(Unknown Source)
> at org.eclipse.ui.internal.presentations.PresentationSerializer.getPart(PresentationSerializer.java:48)
> at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.restoreState(LeftToRightTabOrder.java:97)
> at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.restoreState(TabbedStackPresentation.java:206)
> at org.eclipse.ui.internal.presentations.PresentationFactoryUtil.createPresentation(PresentationFactoryUtil.java:58)
> at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:571)
> at org.eclipse.ui.internal.PartSashContainer.replace(PartSashContainer.java:794)
> at org.eclipse.ui.internal.ViewSashContainer.replace(ViewSashContainer.java:316)
> at org.eclipse.ui.internal.PerspectiveHelper.addPart(PerspectiveHelper.java:377)
> at org.eclipse.ui.internal.Perspective.removeFastView(Perspective.java:1192)
> at org.eclipse.ui.internal.Perspective.removeFastView(Perspective.java:1167)
> at org.eclipse.ui.internal.WorkbenchPage.removeFastView(WorkbenchPage.java:2988)
> at org.eclipse.ui.internal.FastViewManager.makeFast(FastViewManager.java:380)
> at org.eclipse.ui.internal.FastViewManager.removeViewReference(FastViewManager.java:360)
> at org.eclipse.ui.internal.PerspectiveHelper.derefPart(PerspectiveHelper.java:714)
> at org.eclipse.ui.internal.ViewSashContainer.derefPart(ViewSashContainer.java:278)
> at org.eclipse.ui.internal.PartSashContainer.stack(PartSashContainer.java:1244)
> at org.eclipse.ui.internal.PartSashContainer.dropObject(PartSashContainer.java:1210)
> at org.eclipse.ui.internal.PartSashContainer$SashContainerDropTarget.drop(PartSashContainer.java:132)
> at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:134)
> at org.eclipse.ui.internal.FastViewPane$2.dragStart(FastViewPane.java:161)
> at org.eclipse.ui.internal.FastViewPane$2.dragStart(FastViewPane.java:136)
> at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:118)
> at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:269)
> at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:282)
> at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.handleDragStarted(AbstractTabFolder.java:366)
> at org.eclipse.ui.internal.presentations.util.AbstractTabFolder$2.handleEvent(AbstractTabFolder.java:67)
> at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove(PresentationUtil.java:110)
> at org.eclipse.ui.presentations.PresentationUtil.access$4(PresentationUtil.java:95)
> at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent(PresentationUtil.java:63)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
> at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
> 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:369)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list