Hi Broadcom,
I came across this error during a recording session for APIs, and don't see anything on the forums about this. Appreciate any help.
DevTest Version: 10.7.2 (SP3)
OS: Windows 10
java.lang.RuntimeException: Error reading a transaction from the temporary file vse_txns.vts
at com.itko.lisa.vse.stateful.protocol.TransactionStore.readTransaction(TransactionStore.java:434)
at com.itko.lisa.vse.stateful.protocol.Marker.getTransaction(Marker.java:142)
at com.itko.lisa.vse.stateful.protocol.Marker.getTransaction(Marker.java:126)
at com.itko.lisa.vse.stateful.protocol.LineJudge.addTransaction(LineJudge.java:266)
at com.itko.lisa.vse.stateful.protocol.LineJudge.addTransaction(LineJudge.java:241)
at com.itko.lisa.vse.stateful.protocol.DefaultTransactionDelegate.doPublish(DefaultTransactionDelegate.java:51)
at com.itko.lisa.vse.stateful.protocol.TransactionDelegate.publish(TransactionDelegate.java:94)
at com.itko.lisa.vse.stateful.protocol.TransportProtocol.addTransaction(TransportProtocol.java:706)
at com.itko.lisa.vse.stateful.protocol.http.HttpProtocolHandler.postTransaction(HttpProtocolHandler.java:1140)
at com.itko.lisa.vse.stateful.protocol.http.Coordinator$TxnData.finish(Coordinator.java:1182)
at com.itko.lisa.vse.stateful.protocol.http.Coordinator$TxnData.publish(Coordinator.java:1174)
at com.itko.lisa.vse.stateful.protocol.http.Coordinator.completeResponse(Coordinator.java:898)
at com.itko.lisa.vse.stateful.protocol.http.Coordinator.handleResponseChunk(Coordinator.java:695)
at com.itko.lisa.vse.stateful.protocol.http.Coordinator.handleResponseChunk(Coordinator.java:631)
at com.itko.lisa.vse.stateful.protocol.http.ResponseHandler.handle(ResponseHandler.java:75)
at com.itko.lisa.web.tcpproxy.AbstractTCPProxyEngine$OutputStreamFilterTee.handle(AbstractTCPProxyEngine.java:691)
at com.itko.lisa.web.tcpproxy.AbstractTCPProxyEngine$FilteredStreamThread.run(AbstractTCPProxyEngine.java:476)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.io.IOException: Error reading temporary transaction information.
at com.itko.lisa.vse.stateful.protocol.TransactionIOHelper.decompressTransaction(TransactionIOHelper.java:139)
at com.itko.lisa.vse.stateful.protocol.TransactionStore.readTransaction(TransactionStore.java:431)
... 17 more
Caused by: com.thoughtworks.xstream.converters.ConversionException:
---- Debugging information ----
cause-exception : java.lang.NegativeArraySizeException
cause-message : null
class : com.itko.lisa.vse.stateful.model.Response
required-type : com.itko.lisa.vse.stateful.model.Response
converter-type : com.itko.lisa.vse.stateful.model.converter.ResponseConverter
path : /com.itko.lisa.vse.stateful.model.Transaction/responses/Response/body/bodyAsString
line number : 69
class[1] : java.util.LinkedList
required-type[1] : java.util.LinkedList
converter-type[1] : com.thoughtworks.xstream.converters.collections.CollectionConverter
class[2] : com.itko.lisa.vse.stateful.model.Transaction
required-type[2] : com.itko.lisa.vse.stateful.model.Transaction
converter-type[2] : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
version : 1.4.20
-------------------------------
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:81)
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52)
at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readBareItem(AbstractCollectionConverter.java:132)
at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:117)
at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:99)
at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:92)
at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:86)
at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:81)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74)
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:499)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:425)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:277)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74)
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:72)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:68)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:52)
at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:136)
at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1464)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1441)
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1321)
at com.itko.lisa.vse.stateful.model.Streamer.fromXML(Streamer.java:115)
at com.itko.lisa.vse.stateful.protocol.TransactionIOHelper.decompressTransaction(TransactionIOHelper.java:136)
... 18 more
Caused by: java.lang.NegativeArraySizeException
at io.github.xstream.mxparser.MXParser.fillBuf(MXParser.java:2993)
at io.github.xstream.mxparser.MXParser.more(MXParser.java:3089)
at io.github.xstream.mxparser.MXParser.nextImpl(MXParser.java:1395)
at io.github.xstream.mxparser.MXParser.next(MXParser.java:1104)
at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109)
at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148)
at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:135)
at com.thoughtworks.xstream.io.xml.AbstractPullReader.getValue(AbstractPullReader.java:180)
at com.thoughtworks.xstream.io.ReaderWrapper.getValue(ReaderWrapper.java:48)
at com.itko.lisa.vse.stateful.model.converter.BodyCarrierConverter.unmarshal(BodyCarrierConverter.java:119)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:74)
... 44 more