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.
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.
This has really been a nightmare! Thanks for sharing!
ReplyDelete