ContributionsMost RecentMost LikesSolutionsRe: Error while running ReadyAPI 2.4.0 Linux tarball packageplease, thanks jhanzeb1.Re: Error while running ReadyAPI 2.4.0 Linux tarball packageI followed the same link when I tried to run ReadyAPI-x64-2.4.0.sh. I don't have sudo root permission so I specify the directory using -dir option. But it was still hanging and the page did not tell me where to check the log. And I am also curious for the tarball version, if it is a released one, it must have been tested and confirmed as a working version. but why I am getting this Uisupport class initialization error on a headless machine? And also the issue with font. Do I need to update anything? I am trying to install the licensed version as a POC in order to decide whether to buy the licensed version actually. And apparently the limitations are I don't have sudo root, and the box has no internet connection. Thanks!Re: Error while running ReadyAPI 2.4.0 Linux tarball packageI did chmod +x and run ./ReadyAPI-x64-2.4.0.sh -c. But it was just hanging for a long time without any error message. I also tried ./ReadyAPI-x64-2.4.0.sh -q, but it's the same hanging. I guess it was connection timeout or permission issue? Where can I check the error log? By the way, when running ReadyAPI-x64-2.4.0.sh , will it require internet connection to download anything?Re: Error while running ReadyAPI 2.4.0 Linux tarball packageHi jhanzeb1, Thanks for your reply. Below is the link I used to download. It's Linux tarball as per the website. http://dl.eviware.com/ready-api/2.4.0/ReadyAPI-2.4.0-linux-bin.tar.gz Once I downloaded it, I ran gzip -d and tar to unzip the package. My server has jdk1.8 already so after unzip I ran ./testrunner.sh under Readyapi2.4.0/bin/ with my project XML. The testrunner.sh is executable. As you said, headless should not require Uisupport class. But when I run it, it complaint about unable to initiate the Uisupport class. So is there anything I need to do in the testrunner.sh file to disable initiation of the Uisupport class or anywhere else I need to change? Another error is problem finding the font.Re: Error while running ReadyAPI 2.4.0 Linux tarball packageI try to run ready API 2.4.0 in headless machine (Solaris version to be confirmed). As there's no connection from the machine to internet, I downloaded the Linux tarball package manually, transfer to this machine and unzip it.Re: Error while running ReadyAPI 2.4.0 Linux tarball packagecan anyone help?Error while running ReadyAPI 2.4.0 Linux tarball package Steps I have run: 1. my server is SUN solaris 2. transferred ReadyAPI-2.4.0-linux-bin.tar.gz to the server. 3. unzip the package 4. checked that the java environment is jdk1.8 5. run -> ./testrunner.sh <my soapui project.xml> 6. received error: Could not initialize class com.eviware.soapui.support.UISupport and also java.io.IOException: Problem reading font data. questions: 1. does ReadyAPI-2.4.0-linux-bin.tar.gz support SUN solaris? 2. if yes, I suppose it is the package for headless machine so why do I need UISupport class? please find attached the log