Sunday, 26 March 2017

SoapUI hanging on macOS - Not any longer


I saw an issue with SoapUI 5.3.0 hanging on my Mac this morning.

The hang would occur as soon as I'd chosen NOT to send feedback to SmartBear and to allow Eclipse to access the internet …..

It wasn't immediately obvious why … so I jumped onto Google, and found this: -

which talked me through updating: -

/Applications/SoapUI-5.3.0.app/Contents/java/app/bin/soapui.sh

and: -

/Applications/SoapUI-5.3.0.app/Contents/vmoptions.txt

effectively moving: -

-Dsoapui.browser.disabled=true

from the script to the VMp[tions file.

Which did the trick ….

Which is nice :-)

#LifeIsGood 

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...