It's all about the answers!

Ask a question

Script which uses datapool can not be called from another script.


Ravinder Yadav (111) | asked Jan 10 '13, 4:45 a.m.
retagged Jan 10 '13, 4:48 a.m. by Francesco Chiossi (5.7k11119)
 While Calling a "Login" Script in RFT from another script when Login script uses datapool for username gives error while doing playback saying: 


exception_name = java.lang.NullPointerException
exception_message = null
script_name = Script1
script_id = Script1.java
line_number = 35
exception_stack =  at com.rational.test.ft.script.DatapoolScriptSupport.dpString(DatapoolScriptSupport.java:412)
 at ACSSP_Login.testMain(ACSSP_Login.java:34)
 at Script1.testMain(Script1.java:35)
 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:369)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
 at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
 at org.eclipse.core.launcher.Main.main(Main.java:34)

One answer



permanent link
Arvinder Singh (6) | answered Sep 10 '14, 3:06 a.m.
 I am facing the same problem. Were you able to find answer for this?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.