Guten Morgen zusammen,
ich habe heute morgen Portfolio Performance geupdatet und seitdem lässt sich mein Portfolio nicht mehr öffnen. Das Fehlerprotokoll habe ich angehangen.
Fehler tritt sowohl bei Portfolios auf, die als .zip als auch als .xml gespeichert sind.
Kann ich irgendwas in der .xml anpassen/entfernen?
Fehlerprotokoll:
Sat Jul 15 09:49:22 CEST 2023
Cannot invoke “name.abuchen.portfolio.model.SecurityProperty.getType()” because “p” is nulljava.lang.NullPointerException: Cannot invoke “name.abuchen.portfolio.model.SecurityProperty.getType()” because “p” is null
- at name.abuchen.portfolio.model.ClientFactory.lambda$26(ClientFactory.java:1517)*
- at java.base/java.util.ArrayList.removeIf(Unknown Source)*
- at java.base/java.util.ArrayList.removeIf(Unknown Source)*
- at name.abuchen.portfolio.model.Security.removePropertyIf(Security.java:721)*
- at name.abuchen.portfolio.model.ClientFactory.removeMarketSecurityProperty(ClientFactory.java:1517)*
- at name.abuchen.portfolio.model.ClientFactory.upgradeModel(ClientFactory.java:830)*
- at name.abuchen.portfolio.model.ClientFactory$XmlSerialization.load(ClientFactory.java:128)*
- at name.abuchen.portfolio.model.ClientFactory$PlainWriter.load(ClientFactory.java:160)*
- at name.abuchen.portfolio.model.ClientFactory$PlainWriterZIP.load(ClientFactory.java:199)*
- at name.abuchen.portfolio.model.ClientFactory.load(ClientFactory.java:537)*
- at name.abuchen.portfolio.ui.editor.LoadClientThread.run(LoadClientThread.java:34)*