Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
RFT 8.6 unhandled exception.
posted

I am getting this error below can someone help me solve this issue. 

Fail

07-Oct-2015 09:33:57.386 AM

DatacollectionApp1Family2.testMain had an unhandled exception.

  • exception_context = click() called on SelectGuiSubitemTestObject(Name: list_applicantGroupMemberName3, Map: ApplicantGroupMemberName).
  • exception_name = com.rational.test.ft.SubitemNotFoundException
  • exception_message = atText("GaeQp EMWxiB 35F")
  • script_name = DatacollectionApp1Family2
  • script_id = DatacollectionApp1Family2.java
  • line_number = 92
  • exception_stack = at com.rational.test.ft.domain.html.SelectProxy.getOption(SelectProxy.java:1276)
    at com.rational.test.ft.domain.html.SelectProxy.getSubobject(SelectProxy.java:1071)
    at com.rational.test.ft.domain.html.SelectProxy.click(SelectProxy.java:814)
    at com.rational.test.ft.domain.html.SelectProxy.click(SelectProxy.java:765)
    ------------------------------
    ------------------------------
    at com.rational.test.ft.object.interfaces.ClientTestObject.invokeProxy(ClientTestObject.java:411)
    at com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject.click(StatelessGuiSubitemTestObject.java:166)
    at DatacollectionApp1Family2.testMain(DatacollectionApp1Family2.java:92)
    at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
    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:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
    at org.eclipse.core.launcher.Main.main(Main.java:34)
  • 48586
    Suggested Answer
    posted

    Hello ,

     

    Based on the call stack that you provide it seems that RFT cannot find a particular Sub Item, so probably it doesn’t exist at the collection or for some reason RFT cannot find it. So you should read your script “DatacollectionApp1Family2” in order to see what  exactly action it performs , try to replicate them manually and see is this item exist.

     

    Please let me know If you have any  further questions.