Forum Discussion

leilani's avatar
leilani
New Contributor
15 years ago

cannot run testrunner

Hi,

I am evaluating SOAPUI for our company..I am having an error when launching testrunner.
I have attached the screenshot for the details of the error.
I hope somebody could help me with this problem.

Thanks,
Leilani

19 Replies

  • rah's avatar
    rah
    Occasional Contributor
    my OS is: Linux 2.6.25.18-0.2-default i686
  • Hi,

    i am getting same error message eventhough I have JRE 1.6 +.

    So please help me to resolve this issue.

    I am using soapui PRO 3.0.1 and my OS is vista Business.

    Thanks,
    Akhilkumar Patel - www.sqlcelebrity.com
  • Hi All,

    I was facing same problem but i am able to resolve it on my machine.

    To resolve this check the PATH and JAVA_HOME, it should be set for JDK 1.6.****

    Also, run the testrunner from SOAPUI folder first and then try from different folder.

    Basically from default location it would run after doing above mentioned settings.

    Regards,
    Akhilkumar Patel - www.sqlcelebrity.com
  • rah's avatar
    rah
    Occasional Contributor
    This sounds promising, but I do not understand your advice completely. Where have you set the PATH and JAVA_HOME the way you mentioned?  Have run the testrunner first from the SOAPUI main folder or any subfolder of that?

    Thanks for your help.
  • I tried to use soupUI 3.0.1 and got the same error. TestRunner doesn't run. Verssion of java on my PC is 1.6.0_07. Os is Win XP SP2.
  • Hi ,

    I faced same problem . But it can be sloved with follwing settings to calss path .

    Need to install JDK 1.6

    My windows Classpath setting is
    C:\soapUI-3.0.1\lib;C:\soapUI-3.0.1\bin\soapui-3.0.1.jar

    and Batch file CLasspth setting is
    set CLASSPATH=%SOAPUI_HOME%soapui-3.0.1.jar;%SOAPUI_HOME%..\lib\*;


    and sample run command is

    C:\soapUI-3.0.1\bin>testrunner.bat  -f results c:\mysimpleproject-soapui-project.xml -r ( Rplace XML with u r project XML)

    Regards
    Ram