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]

  1. Start ‘Activity Monitor’ and Force Kill your dead soapUI process. [Or use Command-Option-Escape to force quit it.]
  2. In Finder, /Applications/SmartBear/soapUI-5.0.0.app > Show Package Contents.
  3. Edit /Applications/SmartBear/soapUI-5.0.0.app/Contents/java/app/bin/soapui.sh.
  4. Uncomment this line# JAVA_OPTS="$JAVA_OPTS -Dsoapui.browser.disabled=true". [In other words, remove the "#" to stop it being a comment.]
  5. Edit /Applications/SmartBear/soapUI-5.0.0.app/Contents/vmoptions.txt.
  6. Add -Dsoapui.browser.disabled=true.
  7. Start soapUI.
[In those paths, change soapUI-5.0.0 to match your version. For me it is soapUI-5.1.3.]

Comments

  1. Awesome! Thanks! The instructions apply for the current latest version, 5.3.0, which still has this freezing bug.

    ReplyDelete
  2. This was a lifesaver, fixed for me too (on 5.3.0 and macOS Sierra).

    ReplyDelete
  3. Thank you. Really useful and saved my time :)

    ReplyDelete
  4. Thank you! Worked on 5.5.0 as well.

    ReplyDelete
  5. Still saves lives for 5.5.0 @ Mac

    ReplyDelete
  6. Thank you sir. Helped me so much.Cheers

    ReplyDelete
  7. This was a a great help. Thanks man.

    ReplyDelete

Post a Comment

Popular posts from this blog

Salesforce Auto generate renewal Opportunity with Line Items (i.e. Opportunity Products)

Salesforce Create multiple child records based on a number field in the parent using flow