I get the Same error when I start it with out the bat file. There is 21GB free. The UI just stays locked up in this case.
Starting with the bat file loads the app but:
Execution can't display request details windows:
Output's the following to the command window:
10:16:33,369 INFO [DefaultSoapUICore] Adding actions from [C:\Program Files\evi
ware\soapUI-Pro-3.6-beta2\bin\actions\demo-actions.xml]
Exception in thread "XpcMessageLoop" java.lang.RuntimeException: java.io.FileNot
FoundException: GRE_HOME doesn't exist
at com.teamdev.xpcom.a.a(Unknown Source)
at com.teamdev.xpcom.b$b.run(Unknown Source)
Caused by: java.io.FileNotFoundException: GRE_HOME doesn't exist
at org.mozilla.xpcom.Mozilla.getGREPathWithProperties(Mozilla.java:148)
... 2 more
org.mozilla.xpcom.XPCOMInitializationException: Must call Mozilla.getInstance().
initialize() before using this method
at org.mozilla.xpcom.Mozilla.getServiceManager(Mozilla.java:869)
at com.teamdev.xpcom.util.ProxyManager.<init>(Unknown Source)
at com.teamdev.xpcom.util.ProxyManager.getInstance(Unknown Source)
at com.teamdev.xpcom.b.invokeLater(Unknown Source)
at com.teamdev.xpcom.Xpcom.invokeLater(Unknown Source)
at com.teamdev.jxbrowser1.impl.a.a.<init>(Unknown Source)
at com.teamdev.jxbrowser1.console.ConsoleService.getConsoleService(Unkno
wn Source)
at com.teamdev.jxbrowser.mozilla.MozillaScriptErrorWatcher.<init>(Unknow
n Source)
at com.teamdev.jxbrowser.mozilla.MozillaScriptErrorWatcher.getInstance(U
nknown Source)
at com.teamdev.jxbrowser.mozilla.MozillaBrowserFactory.<init>(Unknown So
urce)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at com.teamdev.jxbrowser.BrowserFactory$a.a(Unknown Source)
at com.teamdev.jxbrowser.BrowserFactory.createBrowser(Unknown Source)
at com.eviware.soapui.support.components.BrowserComponent.initBrowser(Br
owserComponent.java:512)
at com.eviware.soapui.support.components.BrowserComponent.getComponent(B
rowserComponent.java:186)
at com.eviware.soapui.ui.URLDesktopPanel.<init>(URLDesktopPanel.java:38)
at com.eviware.soapui.SoapUI.showPushPage(SoapUI.java:1237)
at com.eviware.soapui.SoapUI$3.run(SoapUI.java:788)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at org.mozilla.xpcom.Mozilla.getServiceManager(Mozilla.java:867)
... 30 more