Forum Discussion

przemek1's avatar
przemek1
Occasional Visitor
3 years ago

SOAPUI 5.7.0 org.apache.xmlbeans.XmlException: Thread AWT-EventQueue-0: The 0th supplied input...

Hello,

I am not able to start SoapUI 5.7.0. The problem always is related to:

 

ERROR [SoapUI] An error occurred [Thread AWT-EventQueue-0: The 0th supplied input is not a schema document: its type is N=], see error log for details
org.apache.xmlbeans.XmlException: Thread AWT-EventQueue-0: The 0th supplied input is not a schema document: its type is N=
at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile(SchemaTypeSystemCompiler.java:211)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.apache.xmlbeans.XmlBeans.loadXsd(XmlBeans.java:504)
at org.apache.xmlbeans.XmlBeans.loadXsd(XmlBeans.java:475)
at com.eviware.soapui.impl.wsdl.support.soap.SoapVersion11.<init>(SoapVersion11.java:71)
at com.eviware.soapui.impl.wsdl.support.soap.SoapVersion11.<clinit>(SoapVersion11.java:53)
at com.eviware.soapui.impl.wsdl.support.soap.SoapVersion.<clinit>(SoapVersion.java:37)
at com.eviware.soapui.DefaultSoapUICore.init(DefaultSoapUICore.java:150)
at com.eviware.soapui.StandaloneSoapUICore.<init>(StandaloneSoapUICore.java:38)
at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:793)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771)...

 

I have tried with different jdk form Oracle and OpenJDK, still the same issue.

I have removed the previous workspace to start from zero, still the same issue.

I have tried also portable version of soapui... still the sam issue.

On the same machine I was using previously SoapUI 5.3 and 5.6 without issues.

No RepliesBe the first to reply