Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » unhandled event loop exception and tptp
unhandled event loop exception and tptp [message #139106] Thu, 11 December 2008 16:21 Go to next message
Brice Laurel is currently offline Brice LaurelFriend
Messages: 72
Registered: July 2009
Member
Hi list,

My Operating system in Uvuntu Linux.I begin on TPTP,

After install of TPTP's plugins (Help->Softwares Updates....),
I copy AGR's zip in features et plugins directory of Eclipse

I try to do the test on this page

http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-5-0.html

But when I do (File -> New -> Other ->Test -> TPTP Automated GUI Test
->Next),

I have this error in Error Log's view of Eclipse


Unhandled event loop exception

I don't understand how?

Thanks for help.
Re: unhandled event loop exception and tptp [message #139131 is a reply to message #139106] Fri, 12 December 2008 11:30 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Brice,
Please follow the installation instructions at
http://www.eclipse.org/tptp/test/documents/gettingstarted/Au tomated_GUI_Recorder_Getting_Started.html#2.0.
If the error continues, please attach the stack trace.

Paul
"Brice Laurel" <bricelaurel@gmail.com> wrote in message
news:755799ac2aff5bf47fdac087002aea9a$1@www.eclipse.org...
> Hi list,
>
> My Operating system in Uvuntu Linux.I begin on TPTP,
>
> After install of TPTP's plugins (Help->Softwares Updates....),
> I copy AGR's zip in features et plugins directory of Eclipse
>
> I try to do the test on this page
>
> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-5-0.html
>
> But when I do (File -> New -> Other ->Test -> TPTP Automated GUI
> Test ->Next),
> I have this error in Error Log's view of Eclipse
>
>
> Unhandled event loop exception
>
> I don't understand how?
>
> Thanks for help.
>
Re: unhandled event loop exception and tptp [message #636020 is a reply to message #139106] Fri, 29 October 2010 03:26 Go to previous messageGo to next message
Sher Campbell is currently offline Sher CampbellFriend
Messages: 5
Registered: October 2010
Junior Member
I am having the same issue. How did you fix it?

thanks in advance
Re: unhandled event loop exception and tptp [message #636023 is a reply to message #636020] Fri, 29 October 2010 03:41 Go to previous message
Sher Campbell is currently offline Sher CampbellFriend
Messages: 5
Registered: October 2010
Junior Member
This error happens when I click "new test case" the red button.


eclipse.buildId=M20100909-0800
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean


Error
Thu Oct 28 22:49:28 EDT 2010
Unhandled event loop exception

java.lang.IllegalArgumentException: Index out of bounds
at org.eclipse.swt.SWT.error(SWT.java:4064)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.Combo.getItem(Combo.java:675)
at org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUIInput CollectorDialog.createPerscmbox(AutoGUIInputCollectorDialog. java:178)
at org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUIInput CollectorDialog.createMetaDataComposite(AutoGUIInputCollecto rDialog.java:125)
at org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUIInput CollectorDialog.openDialog(AutoGUIInputCollectorDialog.java: 300)
at org.eclipse.tptp.test.auto.gui.internal.actions.AutoGUIRecor dAction.run(AutoGUIRecordAction.java:114)
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$6.handleEven t(ActionContributionItem.java:452)
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.ja va:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 38)
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(Work bench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.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(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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)
Previous Topic:5493 File size limit exceeded
Next Topic:New to TPTP & Eclipse - Problem
Goto Forum:
  


Current Time: Thu Apr 25 23:19:14 GMT 2024

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

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

Back to the top