Forum Discussion

marshallbell's avatar
marshallbell
Occasional Contributor
8 years ago
Solved

testrunner.bat - No valid SoapUI NG license exists

Hello,   We are using the SoapUI testrunner to verify web service availability.  Our monitoring solution executes a script we've written (vbscript) which in turn executes the SoapUI testrunner.   ...
  • marshallbell's avatar
    marshallbell
    8 years ago

    Per SmartBear support, the work around for this defect is to modify the TestRunner.bat (yes this should make you uneasy) and alter the JAVA_OPTS variable to include two additional parameters:

     

    -Duser.name=<username> -Duser.home=C:\Users\<username>

     

    when specifying the <username> I did not have to provide any domain information even though my service account was a domain account.

     

    Marshall