Forum Discussion

farkerhaiku's avatar
farkerhaiku
New Contributor
14 years ago

SoapUI-3.6 hangs during "deploy as war"

Hi, very new to SoapUI (just started using it today in fact). I created a MockService and validated each of my mock responses. However, immediately upon right clicking the project and selected "Deploy as war", I get the following error in %install_location%\bin\error.log. Nothing ever happens after this (I waited approximately 30 minutes in the hopes that it was just the UI that was bombing).


Exception in thread "SwingWorker" java.lang.NullPointerException
at com.eviware.soapui.tools.MockAsWar.createContent(MockAsWar.java:165)
at com.eviware.soapui.tools.MockAsWar.createWebXml(MockAsWar.java:146)
at com.eviware.soapui.tools.MockAsWar$1.construct(MockAsWar.java:91)
at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:140)
at java.lang.Thread.run(Unknown Source)


The steps the program takes according to the soapui.log file are:

initialized soapui-settings ...
Loading workspace ...
Loaded project from [file:...
Used java version: 1.6.0_21
[WsdlProject] Saved project ...
[JarPackager] Coping files from ...


soapui-errors.log is blank.

Should I try using an older version of soapui first to see if this is a new problem?