Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Error while inserting verification hook
Error while inserting verification hook [message #116216] Tue, 23 October 2007 13:30 Go to next message
Pushparaj is currently offline PushparajFriend
Messages: 62
Registered: July 2009
Member
Hi All,

I am trying to write test cases using AGR. In my test case i want to
insert verification hook for verifying user inputs. But i am getting error
messages while inserting verification hook and also i am not able to run
my test case.

Please give me the reason why i am getting this error messages.


Pushparaj
Re: Error while inserting verification hook [message #117280 is a reply to message #116216] Tue, 06 November 2007 12:42 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Pushparaj,
What is the error message?

Paul
"Pushparaj" <pushparaj_94@yahoo.com> wrote in message
news:e2f275e5e6e11db0f437dd350cb3056d$1@www.eclipse.org...
> Hi All,
>
> I am trying to write test cases using AGR. In my test case i want to
> insert verification hook for verifying user inputs. But i am getting error
> messages while inserting verification hook and also i am not able to run
> my test case.
>
> Please give me the reason why i am getting this error messages.
>
> Pushparaj
Re: Error while inserting verification hook [message #118572 is a reply to message #117280] Mon, 26 November 2007 08:01 Go to previous messageGo to next message
Pushparaj is currently offline PushparajFriend
Messages: 62
Registered: July 2009
Member
Hi Paul,
I am getting following error message

ava.lang.NullPointerException
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.openDialog(AutoGUITestControllerDialog.java: 233)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.updateDelegator(AutoGUITestControllerDialog. java:707)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.updateDelegator(AutoGUITestControllerDialog. java:680)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog$ActivationListener.controlCenterDialogActiva ted(AutoGUITestControllerDialog.java:821)
at
org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog$ActivationListener.handleEvent(AutoGUITestCo ntrollerDialog.java:803)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1109)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1090)
at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java: 894)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1432)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3798 )
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:52 73)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1135)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Na tive
Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS. java:1428)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2840)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
at org.eclipse.jface.window.Window.open(Window.java:796)
at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction .java:116)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:499 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3166)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2842)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: Error while inserting verification hook [message #118584 is a reply to message #118572] Mon, 26 November 2007 12:22 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
This appears to be a defect. What OS/JRE?

Paul
"Pushparaj" <pushparaj_94@yahoo.com> wrote in message
news:6a5cf95808d382f99aa6d5598ba6291b$1@www.eclipse.org...
> Hi Paul,
> I am getting following error message
>
> ava.lang.NullPointerException
> at
> org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.openDialog(AutoGUITestControllerDialog.java: 233)
> at
> org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.updateDelegator(AutoGUITestControllerDialog. java:707)
> at
> org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog.updateDelegator(AutoGUITestControllerDialog. java:680)
> at
> org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog$ActivationListener.controlCenterDialogActiva ted(AutoGUITestControllerDialog.java:821)
> at
> org.eclipse.tptp.test.auto.gui.internal.dialogs.AutoGUITestC ontrollerDialog$ActivationListener.handleEvent(AutoGUITestCo ntrollerDialog.java:803)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1109)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1090)
> at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java: 894)
> at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1432)
> at org.eclipse.swt.widgets.Display.windowProc(Display.java:3798 )
> at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:52 73)
> at org.eclipse.swt.widgets.Display.eventProc(Display.java:1135)
> at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Na tive
> Method)
> at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS. java:1428)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2840)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:820 )
> at org.eclipse.jface.window.Window.open(Window.java:796)
> at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction .java:116)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:499 )
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3166)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2842)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
> 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:585)
> at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
>
>
Re: Error while inserting verification hook [message #118596 is a reply to message #118584] Mon, 26 November 2007 12:25 Go to previous messageGo to next message
Pushparaj is currently offline PushparajFriend
Messages: 62
Registered: July 2009
Member
Hi Paul,

I am using RedHat Linux and jre1.5

Thanks,
Pushparaj
Re: Error while inserting verification hook [message #118707 is a reply to message #118596] Wed, 28 November 2007 11:50 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
It appears as if you have a corrupt install of TPTP/AGR/SWT. Can you try
reinstalling the latest release (4.4.0.3)? If that does not solve the
problem, please open defect.

PS
"Pushparaj" <pushparaj_94@yahoo.com> wrote in message
news:91c4d00912c157805474d53ec7d7a011$1@www.eclipse.org...
> Hi Paul,
>
> I am using RedHat Linux and jre1.5
>
> Thanks,
> Pushparaj
>
Previous Topic:Compatibility with JRE 1.5
Next Topic:VM crashing when attempting to start standalone agent controller
Goto Forum:
  


Current Time: Thu Apr 25 12:34:36 GMT 2024

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

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

Back to the top