Forum Discussion

jeffdeville's avatar
jeffdeville
New Contributor
12 years ago

Won't load on Yosemite

Contents of: soapui.log

2014-11-04 10:53:19,553 INFO [DefaultSoapUICore] initialized soapui-settings from [/Users/jeff/soapui-settings.xml]
2014-11-04 10:53:21,023 INFO [WorkspaceImpl] Loading workspace from [/Users/jeff/default-soapui-workspace.xml]
2014-11-04 10:53:21,090 INFO [WsdlProject] Loaded project from [file:/Users/jeff/projects/pw/ce_bacchus/busi_bee/lib/soapui/BSIL-soapui-project.xml]
2014-11-04 10:53:21,261 INFO [DefaultSoapUICore] Defaulting to native L&F for Mac OS X
2014-11-04 10:53:21,304 INFO [SoapUI] Used java version: 1.7.0_51


When I load SoapUI, The window loads, but remains blank. Curiously though, it will occasionally boot up and then run normally. Just not very often. I'd be glad to provide any other log files, but I didn't see anything else that had recently changed.

3 Replies

  • FYI, I was able to get it to load by executing:
    /Applications/SoapUI-5.0.0.app/Contents/MacOS/JavaApplicationStub
    from the command line.
  • Ok, running that does not always work, it turns out. So I'm still looking for a solution.
  • I had the same problem where the soapui UI will load and then hangs right away.
    I was able to resolve this issue by uncommenting line #53 in $SOAPUI_HOME/bin/soapui.sh


    #JAVA_OPTS="$JAVA_OPTS -Dsoapui.browser.disabled=true"