18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Playback error

edited November -1 in Sahi - Open Source
I recorded one script in sahi and when i try to playback that script after setting the URL and clicking on Play button the script does not excute. In server window i get error as
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.sf.sahi.command.CommandExecuter.execute(CommandExecuter.java:52)
at net.sf.sahi.LocalRequestProcessor.getLocalResponse(LocalRequestProces
sor.java:42)
at net.sf.sahi.ProxyProcessor.processLocally(ProxyProcessor.java:206)
at net.sf.sahi.ProxyProcessor.run(ProxyProcessor.java:71)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at net.sf.sahi.command.Player.setRetries(Player.java:205)

Please help?

Comments

  • This is the order that works for me:

    1. Run sahi.bat
    2. Launch IE or FireFox and give it the URL
    3. Set the proxy as localhost, 9999 if you have not already done so
    4. Launch the Controller with "CTRL-ALT-dblclick" keystroke
    5. Choose the <script>.sah to play
    6. Press the "Set" button (The URL should come up)
    7. Press the "Play" button" (When you see the cursor blinking in the WebPage)

    If it still does not work there may be a problem with certs. or sahi.properties config.

    RR
Sign In or Register to comment.