Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Debug: 'process model delta' has encountered a problem
Debug: 'process model delta' has encountered a problem [message #329893] Wed, 09 July 2008 20:35 Go to next message
Eclipse UserFriend
Originally posted by: bobdobolina.mailinator.com

When debugging an RMI application I get the following error dialog:
--------------------------------------------------
'process model delta' has encountered a problem

Details:
ERROR

--------------------------------------------------

No idea what's up here, but seems to have to do with progress ui of
eclipse when debugging. Not sure what component I should report it under.
Any insights?

Ganymede J2EE package.

Checking the log view gives the following detail stack trace (in swt):

From EventLog Details:
eclipse.buildId=I20080617-2000
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -Dide.gc=true
Command-line arguments: -os win32 -ws win32 -arch x86 -data d:\ws34
-Dide.gc=true


Error
Wed Jul 09 13:56:37 MDT 2008
Unhandled event loop exception

org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.IllegalArgumentException: Index out of bounds)
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(Synchr onizer.java:136)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3425)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
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: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(EclipseS tarter.java:382)
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: 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.IllegalArgumentException: Index out of bounds
at org.eclipse.swt.SWT.error(SWT.java:3761)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
at org.eclipse.swt.widgets.TreeItem.getItem(TreeItem.java:735)
at org.eclipse.jface.viewers.TreeViewer.replace(TreeViewer.java :500)
at
org.eclipse.debug.internal.ui.viewers.model.TreeModelContent Provider.reveal(TreeModelContentProvider.java:336)
at
org.eclipse.debug.internal.ui.viewers.model.TreeModelContent Provider.handleReveal(TreeModelContentProvider.java:319)
at
org.eclipse.debug.internal.ui.viewers.model.ModelContentProv ider.updateNodes(ModelContentProvider.java:882)
at
org.eclipse.debug.internal.ui.viewers.model.ModelContentProv ider.updateNodes(ModelContentProvider.java:884)
at
org.eclipse.debug.internal.ui.viewers.model.ModelContentProv ider.updateNodes(ModelContentProvider.java:884)
at
org.eclipse.debug.internal.ui.viewers.model.ModelContentProv ider.updateNodes(ModelContentProvider.java:884)
at
org.eclipse.debug.internal.ui.viewers.model.ModelContentProv ider$9.runInUIThread(ModelContentProvider.java:833)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:133)
... 22 more
Re: Debug: 'process model delta' has encountered a problem [message #330217 is a reply to message #329893] Mon, 21 July 2008 16:02 Go to previous message
Eclipse UserFriend
Originally posted by: plutchak.uiuc.edu

For what it's worth, I've been seeing the same type of behavior while
debugging. I get the error intermittently when at a breakpoint and I hit
any of the step icons. Also, when in that state, the "variables" window
is blank even when it should contain variables and values.
Previous Topic:Eclipse test Framework and junit 4
Next Topic:XML Editor doesn't save to disk if opened from zipeditor
Goto Forum:
  


Current Time: Fri Apr 19 22:51:00 GMT 2024

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

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

Back to the top