"IOConsole Updater" Error

From: Kieran Kelleher (kieran_list..ac.com)
Date: Tue Nov 10 2009 - 12:22:24 EST

  • Next message: Louis Demers: "Reverse Engineer a PostgresSQL database"

    Eclipse is bugging me. Last few days, I get "IOConsole Updater"
    errors. Once I launch an app, I get the initial lggging and then no
    more logging .... just these errors spewing into Error view instead of
    console log output. More info below ..... anyone have any idea how to
    fix this - so annoying.....

    The corresponding Error View message is "Unhandled event loop
    exception" and the stack trace is:

    org.eclipse.swt.SWTException: Failed to execute runnable
    (java.lang.ArrayIndexOutOfBoundsException)
    at org.eclipse.swt.SWT.error(SWT.java:3777)
    at org.eclipse.swt.SWT.error(SWT.java:3695)
    at
    org
    .eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:
    136)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3342)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3071)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
    at
    org
    .eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:
    288)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:
    490)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org
    .eclipse
    .ui.internal.ide.application.IDEApplication.start(IDEApplication.java:
    113)
    at
    org
    .eclipse
    .equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    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:
    386)
    at
    org
    .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
    179)
    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:592)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    Caused by: java.lang.ArrayIndexOutOfBoundsException
    at java.lang.System.arraycopy(Native Method)
    at
    org
    .eclipse
    .swt.custom.StyledTextRenderer.textChanging(StyledTextRenderer.java:
    1295)
    at
    org.eclipse.swt.custom.StyledText.handleTextChanging(StyledText.java:
    5467)
    at org.eclipse.swt.custom.StyledText$6.textChanging(StyledText.java:
    4850)
    at
    org
    .eclipse
    .ui
    .internal
    .console
    .ConsoleDocumentAdapter
    .documentAboutToBeChanged(ConsoleDocumentAdapter.java:302)
    at
    org
    .eclipse
    .jface
    .text
    .AbstractDocument.fireDocumentAboutToBeChanged(AbstractDocument.java:
    645)
    at
    org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:
    1148)
    at
    org.eclipse.jface.text.AbstractDocument.replace(AbstractDocument.java:
    1174)
    at
    org
    .eclipse
    .ui.internal.console.ConsoleDocument.replace(ConsoleDocument.java:82)
    at
    org
    .eclipse
    .ui
    .internal
    .console.IOConsolePartitioner.processQueue(IOConsolePartitioner.java:
    568)
    at org.eclipse.ui.internal.console.IOConsolePartitioner
    $QueueProcessingJob.runInUIThread(IOConsolePartitioner.java:514)
    at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at
    org
    .eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:
    133)
    ... 22 more

    Eclipse 3.4.2 on OS X 10.5.8 with WOLips - Session Data is:
    eclipse.buildId=M20090211-1700
    java.version=1.5.0_20
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments: -keyring /Users/kieran/.eclipse_keyring -
    showlocation
    Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /
    Users/kieran/.eclipse_keyring -consoleLog -showlocation



    This archive was generated by hypermail 2.0.0 : Tue Nov 10 2009 - 12:23:46 EST