Tuesday, February 24, 2015

How to fix Soap UI - 5.0.0 freezing issue on OS X Mavericks (10.9.5)

In mac os Soap UI gets installed into /Applications

You can simply fix the freezing issue by disabling browser component. Bellow I have included the steps.

1. Stop soap UI processes if running.
2. Go to /Applications/SoapUI-5.0.0.app/Contents/Resources/app/bin
3. Open soapui.sh
4. Uncomment "JAVA_OPTS="$JAVA_OPTS -Dsoapui.browser.disabled=true"
5. Save and close
6. Run ./soapui.sh  in order to start Soap UI.




1 comment: