Forum Discussion

kolisko's avatar
kolisko
New Contributor
8 years ago
Solved

soapUI startup crash

Hi,   I am starting soapUI 5.3.0 for Mac. Here is the scenario:   opening  splash window - ok opening usage statistics window - I choose No (but tried also choose Yes, no difference) opening ma...
  • kolisko's avatar
    8 years ago
    I found the workaround. The problem is in the soapui build in browser. When I modified soapui startup shell script file and the options file to disable browser, it works well.
  • kolisko's avatar
    8 years ago
    The steps on http://www.bencode.net/blog/2015/01/25/soapui-freezing-osx/ worked for me (on OS X 10.10.3):

    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.