!SESSION 2022-06-17 12:08:03.696 ----------------------------------------------- eclipse.buildId=unknown java.version=11.0.15 java.vendor=Azul Systems, Inc. BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86_64 !ENTRY org.eclipse.e4.ui.workbench 1 0 2022-06-17 12:08:04.905 !MESSAGE Detected model change from version 0.0.0 to version 0.58.4; clearing persisted state !ENTRY name.abuchen.portfolio.ui 4 0 2022-06-17 12:08:32.043 !MESSAGE XML kann nicht geparst werden: ---- Debugging information ---- cause-exception : com.thoughtworks.xstream.io.StreamException cause-message : class : java.util.ArrayList required-type : java.util.ArrayList converter-type : com.thoughtworks.xstream.converters.collections.CollectionConverter path : /client/securities/security[44]/prices line number : 95171 class[1] : name.abuchen.portfolio.model.Security required-type[1] : name.abuchen.portfolio.model.Security converter-type[1] : com.thoughtworks.xstream.converters.reflection.ReflectionConverter class[2] : name.abuchen.portfolio.model.Client required-type[2] : name.abuchen.portfolio.model.Client version : not available ------------------------------- !STACK 0 java.io.IOException: XML kann nicht geparst werden: ---- Debugging information ---- cause-exception : com.thoughtworks.xstream.io.StreamException cause-message : class : java.util.ArrayList required-type : java.util.ArrayList converter-type : com.thoughtworks.xstream.converters.collections.CollectionConverter path : /client/securities/security[44]/prices line number : 95171 class[1] : name.abuchen.portfolio.model.Security required-type[1] : name.abuchen.portfolio.model.Security converter-type[1] : com.thoughtworks.xstream.converters.reflection.ReflectionConverter class[2] : name.abuchen.portfolio.model.Client required-type[2] : name.abuchen.portfolio.model.Client version : not available ------------------------------- at name.abuchen.portfolio.model.ClientFactory$XmlSerialization.load(ClientFactory.java:130) at name.abuchen.portfolio.model.ClientFactory$PlainWriter.load(ClientFactory.java:156) at name.abuchen.portfolio.model.ClientFactory.load(ClientFactory.java:533) at name.abuchen.portfolio.ui.editor.LoadClientThread.run(LoadClientThread.java:34) Caused by: com.thoughtworks.xstream.converters.ConversionException: ---- Debugging information ---- cause-exception : com.thoughtworks.xstream.io.StreamException cause-message : class : java.util.ArrayList required-type : java.util.ArrayList converter-type : com.thoughtworks.xstream.converters.collections.CollectionConverter path : /client/securities/security[44]/prices line number : 95171 class[1] : name.abuchen.portfolio.model.Security required-type[1] : name.abuchen.portfolio.model.Security converter-type[1] : com.thoughtworks.xstream.converters.reflection.ReflectionConverter class[2] : name.abuchen.portfolio.model.Client required-type[2] : name.abuchen.portfolio.model.Client version : not available ------------------------------- 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.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.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:1421) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1399) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1284) at name.abuchen.portfolio.model.ClientFactory$XmlSerialization.load(ClientFactory.java:118) ... 3 more Caused by: com.thoughtworks.xstream.io.StreamException: at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126) 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.hasMoreChildren(AbstractPullReader.java:87) at com.thoughtworks.xstream.io.ReaderWrapper.hasMoreChildren(ReaderWrapper.java:32) at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:90) 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) ... 34 more Caused by: java.io.EOFException: no more data available - expected end tags to close start tag from line 95171 and start tag from line 93006 and start tag from line 92999 and start tag from line 4 and start tag from line 1, parser stopped on TEXT seen ...\n \n \n