bm05
16 years agoNew Contributor
chunked response fails to load in the viewer
Hi
I've got a web service that responds with a chunked request, however the soapUI browser doesn't display it.
The response shows up in the http log however the error log shows the following exception:
It looks like a bug to me.
Thanks
Brock
Tue May 25 11:03:33 EST 2010:ERROR:java.lang.NoSuchMethodError: java.util.Arrays.copyOf([BI)[B
java.lang.NoSuchMethodError: java.util.Arrays.copyOf([BI)[B
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory$HttpRequestRawXmlEditor.getContent(RawXmlEditorFactory.java:124)
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditor.setXml(RawXmlEditor.java:43)
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory$HttpRequestRawXmlEditor.propertyChange(RawXmlEditorFactory.java:110)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:341)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
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.WsdlSubmit.run(WsdlSubmit.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
I've got a web service that responds with a chunked request, however the soapUI browser doesn't display it.
The response shows up in the http log however the error log shows the following exception:
It looks like a bug to me.
Thanks
Brock
Tue May 25 11:03:33 EST 2010:ERROR:java.lang.NoSuchMethodError: java.util.Arrays.copyOf([BI)[B
java.lang.NoSuchMethodError: java.util.Arrays.copyOf([BI)[B
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory$HttpRequestRawXmlEditor.getContent(RawXmlEditorFactory.java:124)
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditor.setXml(RawXmlEditor.java:43)
at com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditorFactory$HttpRequestRawXmlEditor.propertyChange(RawXmlEditorFactory.java:110)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:341)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
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.WsdlSubmit.run(WsdlSubmit.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)