Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Upgrade to 3.5, all editors blank, unhandled event loop exception
Upgrade to 3.5, all editors blank, unhandled event loop exception [message #496660] Tue, 10 November 2009 20:22 Go to next message
Brian Atkins is currently offline Brian AtkinsFriend
Messages: 2
Registered: July 2009
Junior Member
I'm not sure where to post this, so please direct me if this isn't the best forum.

I've upgraded to 3.5 and now have a problem where I can't see anything in any editor. No Java code, no xml, nothing. Same no matter how I open it, except external editor, which shows the source file. The outline shows the structure fine as well.

I also am seeing this stack trace in an error popup. It appears to be related to trying to show source, but I don't know that for sure.


java.lang.ArrayIndexOutOfBoundsException: -14
at org.eclipse.swt.custom.StyledTextRenderer.calculateClientAre a(StyledTextRenderer.java:221)
at org.eclipse.swt.custom.StyledText.handleResize(StyledText.ja va:6034)
at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.j ava:5547)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4594)
at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:2 85)
at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:152 3)
at org.eclipse.swt.widgets.Canvas.WM_SIZE(Canvas.java:455)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4019 )
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589 )
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2405 )
at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable .java:80)
at org.eclipse.swt.widgets.Control.WM_WINDOWPOSCHANGED(Control. java:4751)
at org.eclipse.swt.widgets.Canvas.WM_WINDOWPOSCHANGED(Canvas.ja va:461)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4029 )
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589 )
at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.j ava:823)
at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.j ava:789)
at org.eclipse.swt.widgets.Composite.setResizeChildren(Composit e.java:1013)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.jav a:1146)
at org.eclipse.swt.widgets.Composite.layout(Composite.java:625)
at org.eclipse.swt.widgets.Composite.layout(Composite.java:583)
at org.eclipse.ui.part.PageBook.showPage(PageBook.java:110)
at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.ja va:978)
at org.eclipse.ui.internal.console.ConsoleView.showPageRec(Cons oleView.java:170)
at org.eclipse.ui.part.PageBookView.partActivated(PageBookView. java:757)
at org.eclipse.ui.internal.console.ConsoleView.display(ConsoleV iew.java:511)
at org.eclipse.ui.internal.console.ShowConsoleAction.showConsol e(ShowConsoleAction.java:45)
at org.eclipse.ui.internal.console.ShowConsoleAction.run(ShowCo nsoleAction.java:30)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498 )
at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
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(EclipseS tarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Re: Upgrade to 3.5, all editors blank, unhandled event loop exception [message #496744 is a reply to message #496660] Wed, 11 November 2009 09:19 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
batkins@intervolve.com wrote:
> I'm not sure where to post this, so please direct me if this isn't the
> best forum.
>
> I've upgraded to 3.5 and now have a problem where I can't see anything
> in any editor. No Java code, no xml, nothing. Same no matter how I
> open it, except external editor, which shows the source file. The
> outline shows the structure fine as well.
>
> I also am seeing this stack trace in an error popup. It appears to be
> related to trying to show source, but I don't know that for sure.
Looks like the exception is triggered by the Console view. Close it and
try again to open an editor.

Dani
>
>
> java.lang.ArrayIndexOutOfBoundsException: -14
> at org.eclipse.swt.custom.StyledTextRenderer.calculateClientAre
> a(StyledTextRenderer.java:221)
> at org.eclipse.swt.custom.StyledText.handleResize(StyledText.ja va:6034)
> at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.j
> ava:5547)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
> at org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:4594)
> at org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:2 85)
> at org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:152 3)
> at org.eclipse.swt.widgets.Canvas.WM_SIZE(Canvas.java:455)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:4019 )
> at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589 )
> at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2405 )
> at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable
> .java:80)
> at org.eclipse.swt.widgets.Control.WM_WINDOWPOSCHANGED(Control.
> java:4751)
> at org.eclipse.swt.widgets.Canvas.WM_WINDOWPOSCHANGED(Canvas.ja va:461)
> at org.eclipse.swt.widgets.Control.windowProc(Control.java:4029 )
> at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589 )
> at org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method)
> at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.j ava:823)
> at org.eclipse.swt.widgets.Composite.resizeChildren(Composite.j ava:789)
> at org.eclipse.swt.widgets.Composite.setResizeChildren(Composit
> e.java:1013)
> at org.eclipse.swt.widgets.Composite.updateLayout(Composite.jav a:1146)
> at org.eclipse.swt.widgets.Composite.layout(Composite.java:625)
> at org.eclipse.swt.widgets.Composite.layout(Composite.java:583)
> at org.eclipse.ui.part.PageBook.showPage(PageBook.java:110)
> at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.ja va:978)
> at org.eclipse.ui.internal.console.ConsoleView.showPageRec(Cons
> oleView.java:170)
> at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.
> java:757)
> at org.eclipse.ui.internal.console.ConsoleView.display(ConsoleV
> iew.java:511)
> at org.eclipse.ui.internal.console.ShowConsoleAction.showConsol
> e(ShowConsoleAction.java:45)
> at org.eclipse.ui.internal.console.ShowConsoleAction.run(ShowCo
> nsoleAction.java:30)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:498 )
> at org.eclipse.jface.action.ActionContributionItem.handleWidget
> Selection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(Act
> ionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEven
> t(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault
> (Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work
> bench.java:493)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start
> (IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips
> eAppHandle.java:194)
> 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(EclipseS
> tarter.java:368)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS
> tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce
> ssorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe
> thodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
>
Previous Topic:Tooltip for Launch button
Next Topic:[CVS] Change Set Model not possible in Merge Synchronization?
Goto Forum:
  


Current Time: Fri Apr 19 10:17:06 GMT 2024

Powered by FUDForum. Page generated in 0.01705 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top