Forum Discussion

sealpup's avatar
sealpup
Occasional Contributor
16 years ago

sample service fails

Hello.
At the beginning... I'm trying to run the SOAPUI samples. Failing.
Specifically the "Simple Login and Logout w. Properties Steps"

I started the MockService OK.
Then the login fails.
Any bright sparks any ideas?

Thanks in advance.

Test started at 2010-08-31 16:34:32.528
Step 1 [Properties: Username and Password] OK: took 0 ms
Step 2 [Property Transfer: Move Username and Password] OK: took 0 ms
-> Performed transfer [TransferUser]
-> Performed transfer [TransferPass]
Step 3 [Test Request: login] FAILED: took 22 ms
-> [SOAP Response] error: </FONT> does not close tag <BR>.
-> [SOAP Response] </FONT> does not close tag <BR>.
-> [Schema Compliance] error: </FONT> does not close tag <BR>.
-> [Schema Compliance] </FONT> does not close tag <BR>.
TestCase failed [Cancelling due to failed test step], time taken = 22


Tue Aug 31 16:33:08 BST 2010:ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory$HttpResponseRawXmlEditor.getContent(RawXmlEditorFactory.java:167)
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditor.setXml(RawXmlEditor.java:43)
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory$HttpResponseRawXmlEditor.propertyChange(RawXmlEditorFactory.java:154)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
at com.eviware.soapui.model.support.AbstractModelItem.notifyPropertyChanged(AbstractModelItem.java:85)
at com.eviware.soapui.impl.support.AbstractHttpRequest.setResponse(AbstractHttpRequest.java:617)
at com.eviware.soapui.impl.support.panels.AbstractHttpRequestDesktopPanel.afterSubmit(AbstractHttpRequestDesktopPanel.java:567)
at com.eviware.soapui.impl.wsdl.panels.request.AbstractWsdlRequestDesktopPanel.afterSubmit(AbstractWsdlRequestDesktopPanel.java:158)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
No RepliesBe the first to reply