robertc
16 years agoOccasional Contributor
Problem with SoapUI 3.5 Beta 2/JDBC test step
This is similar to the problem I reported on Jan 20 see
Problem with SoapUI 3.5 Beta1 Nightly Build/JDBC test step
Now I get the error message: 1970-01-01 12:00:00 - Error getting response; null
in the Response Log after an update and the XML response is empty. The update takes place in the database.
The Error Log contains:
Fri Feb 12 10:57:48 NZDT 2010:ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.support.xml.XmlUtils.createJdbcXmlResult(XmlUtils.java:1437)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcResponse.(JdbcResponse.java:35)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcSubmit.createResponse(JdbcSubmit.java:372)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcSubmit.runQuery(JdbcSubmit.java:204)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcSubmit.run(JdbcSubmit.java:162)
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)
Note: the select statement works correctly.
Cheers
Robert
Problem with SoapUI 3.5 Beta1 Nightly Build/JDBC test step
Now I get the error message: 1970-01-01 12:00:00 - Error getting response; null
in the Response Log after an update and the XML response is empty. The update takes place in the database.
The Error Log contains:
Fri Feb 12 10:57:48 NZDT 2010:ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.support.xml.XmlUtils.createJdbcXmlResult(XmlUtils.java:1437)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcResponse.
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcSubmit.createResponse(JdbcSubmit.java:372)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcSubmit.runQuery(JdbcSubmit.java:204)
at com.eviware.soapui.impl.wsdl.panels.teststeps.JdbcSubmit.run(JdbcSubmit.java:162)
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)
Note: the select statement works correctly.
Cheers
Robert