I'm experiencing the same problem: SoapUI freezes when I create a new testcase from a request.
First I'm going to document the bug and second I'll explain you a possible workaround.
Steps to reproduce:1.- Create a project (I create a REST project)
2.- Create an empty interface
3.- Create a resource, a method and a request
4.- Click on the test case, display the popup menu and select "Add to TestCase"
Behaviour:Apparently, the test suite is created (the new test suite item is shown in left navigator panel), but Soap UI freezes GUI doesn't respond and you have to kill it manually.
I've tried creating the test suit previously, but same behaviour.
Attached are my log files, if they help.
My installation is:
Mac OS X 10.6.8
Java 1.6.0_51
SoapUI 4.6.0
Workaround:This works, at least for me:
* I've modified java settings incrementing -Xms, -Xmx
* I've deleted this options:
-Djxbrowser.xulrunner.dir=/Users/ecastilla/Applications/soapUI/.JxBrowser
-Dapple.awt.graphics.UseQuartz=true
-Dswing.crossplatformlaf=apple.laf.AquaLookAndFeel
and added this:
-Dsoapui.jxbrowser.disable=true
So, these are my Java options:
-Xms512m
-Xmx5000m
-Dsoapui.properties=soapui.properties
-Dsoapui.home=/Users/ecastilla/Applications/soapUI/soapUI-4.6.0.app/Contents/Resources/app/bin
-Dsoapui.ext.libraries=/Users/ecastilla/Applications/soapUI/soapUI-4.6.0.app/Contents/Resources/app/bin/ext
-Dsoapui.ext.listeners=/Users/ecastilla/Applications/soapUI/soapUI-4.6.0.app/Contents/Resources/app/bin/listeners
-Dsoapui.ext.actions=/Users/ecastilla/Applications/soapUI/soapUI-4.6.0.app/Contents/Resources/app/bin/actions
-Dwsi.dir=/Users/ecastilla/Applications/soapUI/soapUI-4.6.0.app/Contents/Resources/app/wsi-test-tools
-Djava.library.path=/Users/ecastilla/Applications/soapUI/soapUI-4.6.0.app/Contents/Resources/app/bin
-Djava.util.Arrays.useLegacyMergeSort=true
-Dfile.encoding=UTF8
-Dsoapui.jxbrowser.disable=true
Good luck !!