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.

In firfox showing "{"reason":"Unknown command","result":"error"}", so not able to use sahi

sujatasujata Members
edited May 2013 in Sahi - Open Source
My machine is windows 7,64 bit.When i started the sahi server in my machine,In cmd prompt it was showing "9999" port already in used and in firefox "{"reason":"Unknown command","result":"error"}" showing the error.Now i changed the port in sahi.properties.But till now i m getting the same error.Even for IE also showing some "404 Error" so not able to use sahi.Please reply me ASAP.

Answers

  • Hi Sujata,
    Please try the following steps.

    1) Revert back the port to 9999 in sahi.properties.
    2) Close sahi
    3) Open command prompt.
    4) run netstat -a -n -o
    5) Find out the PID of the process running on port 9999. (lets asssume its 5012)
    6) run command taskkill /PID 5012
    7) Try launching Sahi again and see if the problem persists.

    Let me know if the problem still persists for you.

    Regards.
Sign In or Register to comment.