How to fix SoapUI freeze in Mac OS
Follow these steps carefully, which will fix SoapUI freeze in Mac OS.
[Note: Tested in my OS X 10.11.6]
- Start ‘Activity Monitor’ and Force Kill your dead soapUI process. [Or use Command-Option-Escape to force quit it.]
- In Finder, /Applications/SmartBear/soapUI-5.0.0.app > Show Package Contents.
- Edit /Applications/SmartBear/soapUI-5.0.0.app/Contents/
java/app/bin/soapui.sh. - Uncomment this line# JAVA_OPTS="$JAVA_OPTS -Dsoapui.browser.disabled=true". [In other words, remove the "#" to stop it being a comment.]
- Edit /Applications/SmartBear/soapUI-5.0.0.app/Contents/
vmoptions.txt. - Add -Dsoapui.browser.disabled=true.
- Start soapUI.
[In those paths, change soapUI-5.0.0 to match your version. For me it is soapUI-5.1.3.]
Awesome! Thanks! The instructions apply for the current latest version, 5.3.0, which still has this freezing bug.
ReplyDeleteThis was a lifesaver, fixed for me too (on 5.3.0 and macOS Sierra).
ReplyDeleteSaved me. Thank you!
ReplyDeleteThank you. Really useful and saved my time :)
ReplyDeleteThank you! Worked on 5.5.0 as well.
ReplyDeleteStill saves lives for 5.5.0 @ Mac
ReplyDeleteThank you sir. Helped me so much.Cheers
ReplyDeleteThis was a a great help. Thanks man.
ReplyDeleteDoesn't work on SoapUI 5.60
ReplyDelete