SoapUI 5.3.0 Mac hangs on any use after installation

后端 未结 7 1764
北恋
北恋 2021-02-02 13:00

SoapUI 5.3.0 (latest open source version) Mac hangs on clean-install on MacOS 10.12.3 - with all presets suggested by the installer.

I tried rebooting & installing a

7条回答
  •  天命终不由人
    2021-02-02 13:16

    I had the same issue and the solution described here worked for me.

    Copying and pasting it here with the version OP asked:

    1. Start ‘Activity Monitor’ and Force Kill your dead soapUI process. [Or use Command-Option-Escape to force quit it.]
    2. In Finder, /Applications/SoapUI-5.3.0.app > Show Package Contents.
    3. Edit /Applications/SoapUI-5.3.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/SoapUI-5.3.0.app/Contents/vmoptions.txt.
    6. Add -Dsoapui.browser.disabled=true.
    7. Start soapUI.

    The question there was for version 5.1.2 which is more than 2 years old. I'm surprised for this still being an issue after that long.

提交回复
热议问题