hbjastad
9 years agoContributor
NullPointerException from logger when generating mock war file
When generating mock war file, I get the following NPE:
java.lang.NullPointerException
at com.eviware.soapui.SoapUI.logError(SoapUI.java:950)
at com.eviware.soapui.SoapUI.logError(SoapUI.java:946)
at com.eviware.soapui.support.UISupport.showErrorMessage(UISupport.java:739)
at com.eviware.soapui.tools.MockAsWar.createMockAsWarArchive(MockAsWar.java:122)
The war file is generated, so it looks like it's just the logging that causes a NPE. When doing this from the UI, it's not important - but when running in another process (e.g. Maven) it's bad because it will terminate the current thread.