<p>Starting with an existing client throws following error in the background:</p>
<pre><code>Feb.-13 10:23:08.431 [JavaFX Application Thread] ERROR b.common.storage.FileManager: Exception at proto read: tradeLimits must not be null file:/Users/christoph/Library/Application Support/bisq-BTC_REGTEST_Bob_dao/btc_regtest/db/UserPayload java.lang.NullPointerException: tradeLimits must not be null
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
        at bisq.core.payment.payload.PaymentMethod.getAllValues(PaymentMethod.java:161)
        at bisq.core.payment.payload.PaymentMethod.getPaymentMethodById(PaymentMethod.java:272)
        at bisq.core.payment.PaymentAccount.fromProto(PaymentAccount.java:102)
        at bisq.core.user.UserPayload.lambda$fromProto$15(UserPayload.java:117)
        at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
        at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1492)
        at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
        at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
        at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
        at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
        at bisq.core.user.UserPayload.fromProto(UserPayload.java:118)
        at bisq.core.proto.persistable.CorePersistenceProtoResolver.fromProto(CorePersistenceProtoResolver.java:105)
        at bisq.common.storage.FileManager.read(FileManager.java:126)
        at bisq.common.storage.Storage.getPersisted(Storage.java:153)
        at bisq.common.storage.Storage.initAndGetPersistedWithFileName(Storage.java:85)
        at bisq.core.user.User.readPersisted(User.java:91)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1378)
        at bisq.common.proto.persistable.PersistedDataHost.apply(PersistedDataHost.java:26)
        at bisq.core.app.BisqExecutable.setupPersistedDataHosts(BisqExecutable.java:253)
        at bisq.desktop.app.BisqAppMain.setupPersistedDataHosts(BisqAppMain.java:122)
        at bisq.core.app.BisqExecutable.applyInjector(BisqExecutable.java:238)
        at bisq.desktop.app.BisqAppMain.applyInjector(BisqAppMain.java:114)
        at bisq.core.app.BisqExecutable.setupGuice(BisqExecutable.java:224)
        at bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:212)
        at bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:99)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)

java.lang.NullPointerException: tradeLimits must not be null
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
        at bisq.core.payment.payload.PaymentMethod.getAllValues(PaymentMethod.java:161)
        at bisq.core.payment.payload.PaymentMethod.getPaymentMethodById(PaymentMethod.java:272)
        at bisq.core.payment.PaymentAccount.fromProto(PaymentAccount.java:102)
        at bisq.core.user.UserPayload.lambda$fromProto$15(UserPayload.java:117)
        at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
        at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1492)
        at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
        at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
        at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
        at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)
        at bisq.core.user.UserPayload.fromProto(UserPayload.java:118)
        at bisq.core.proto.persistable.CorePersistenceProtoResolver.fromProto(CorePersistenceProtoResolver.java:105)
        at bisq.common.storage.FileManager.read(FileManager.java:126)
        at bisq.common.storage.Storage.getPersisted(Storage.java:153)
        at bisq.common.storage.Storage.initAndGetPersistedWithFileName(Storage.java:85)
        at bisq.core.user.User.readPersisted(User.java:91)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1378)
        at bisq.common.proto.persistable.PersistedDataHost.apply(PersistedDataHost.java:26)
        at bisq.core.app.BisqExecutable.setupPersistedDataHosts(BisqExecutable.java:253)
        at bisq.desktop.app.BisqAppMain.setupPersistedDataHosts(BisqAppMain.java:122)
        at bisq.core.app.BisqExecutable.applyInjector(BisqExecutable.java:238)
        at bisq.desktop.app.BisqAppMain.applyInjector(BisqAppMain.java:114)
        at bisq.core.app.BisqExecutable.setupGuice(BisqExecutable.java:224)
        at bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:212)
        at bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:99)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/2413#issuecomment-463123123">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtuep--vgmyWWHSgBY6Bd3ExUAQEEks5vM9nWgaJpZM4a3ntC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtgyqjI9dy9Eu_kXL6rIRF9WQRNtFks5vM9nWgaJpZM4a3ntC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ripcurlx in #2413: Starting with an existing client throws following error in the background:\r\n```\r\nFeb.-13 10:23:08.431 [JavaFX Application Thread] ERROR b.common.storage.FileManager: Exception at proto read: tradeLimits must not be null file:/Users/christoph/Library/Application Support/bisq-BTC_REGTEST_Bob_dao/btc_regtest/db/UserPayload java.lang.NullPointerException: tradeLimits must not be null\r\n\tat com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)\r\n\tat bisq.core.payment.payload.PaymentMethod.getAllValues(PaymentMethod.java:161)\r\n\tat bisq.core.payment.payload.PaymentMethod.getPaymentMethodById(PaymentMethod.java:272)\r\n\tat bisq.core.payment.PaymentAccount.fromProto(PaymentAccount.java:102)\r\n\tat bisq.core.user.UserPayload.lambda$fromProto$15(UserPayload.java:117)\r\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)\r\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1492)\r\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)\r\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)\r\n\tat java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)\r\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\r\n\tat java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)\r\n\tat bisq.core.user.UserPayload.fromProto(UserPayload.java:118)\r\n\tat bisq.core.proto.persistable.CorePersistenceProtoResolver.fromProto(CorePersistenceProtoResolver.java:105)\r\n\tat bisq.common.storage.FileManager.read(FileManager.java:126)\r\n\tat bisq.common.storage.Storage.getPersisted(Storage.java:153)\r\n\tat bisq.common.storage.Storage.initAndGetPersistedWithFileName(Storage.java:85)\r\n\tat bisq.core.user.User.readPersisted(User.java:91)\r\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1378)\r\n\tat bisq.common.proto.persistable.PersistedDataHost.apply(PersistedDataHost.java:26)\r\n\tat bisq.core.app.BisqExecutable.setupPersistedDataHosts(BisqExecutable.java:253)\r\n\tat bisq.desktop.app.BisqAppMain.setupPersistedDataHosts(BisqAppMain.java:122)\r\n\tat bisq.core.app.BisqExecutable.applyInjector(BisqExecutable.java:238)\r\n\tat bisq.desktop.app.BisqAppMain.applyInjector(BisqAppMain.java:114)\r\n\tat bisq.core.app.BisqExecutable.setupGuice(BisqExecutable.java:224)\r\n\tat bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:212)\r\n\tat bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:99)\r\n\tat com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)\r\n\tat java.base/java.security.AccessController.doPrivileged(Native Method)\r\n\tat com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)\r\n\tat com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)\r\n\r\njava.lang.NullPointerException: tradeLimits must not be null\r\n\tat com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)\r\n\tat bisq.core.payment.payload.PaymentMethod.getAllValues(PaymentMethod.java:161)\r\n\tat bisq.core.payment.payload.PaymentMethod.getPaymentMethodById(PaymentMethod.java:272)\r\n\tat bisq.core.payment.PaymentAccount.fromProto(PaymentAccount.java:102)\r\n\tat bisq.core.user.UserPayload.lambda$fromProto$15(UserPayload.java:117)\r\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)\r\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1492)\r\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)\r\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)\r\n\tat java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)\r\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\r\n\tat java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578)\r\n\tat bisq.core.user.UserPayload.fromProto(UserPayload.java:118)\r\n\tat bisq.core.proto.persistable.CorePersistenceProtoResolver.fromProto(CorePersistenceProtoResolver.java:105)\r\n\tat bisq.common.storage.FileManager.read(FileManager.java:126)\r\n\tat bisq.common.storage.Storage.getPersisted(Storage.java:153)\r\n\tat bisq.common.storage.Storage.initAndGetPersistedWithFileName(Storage.java:85)\r\n\tat bisq.core.user.User.readPersisted(User.java:91)\r\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1378)\r\n\tat bisq.common.proto.persistable.PersistedDataHost.apply(PersistedDataHost.java:26)\r\n\tat bisq.core.app.BisqExecutable.setupPersistedDataHosts(BisqExecutable.java:253)\r\n\tat bisq.desktop.app.BisqAppMain.setupPersistedDataHosts(BisqAppMain.java:122)\r\n\tat bisq.core.app.BisqExecutable.applyInjector(BisqExecutable.java:238)\r\n\tat bisq.desktop.app.BisqAppMain.applyInjector(BisqAppMain.java:114)\r\n\tat bisq.core.app.BisqExecutable.setupGuice(BisqExecutable.java:224)\r\n\tat bisq.core.app.BisqExecutable.onApplicationLaunched(BisqExecutable.java:212)\r\n\tat bisq.desktop.app.BisqAppMain.onApplicationLaunched(BisqAppMain.java:99)\r\n\tat com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)\r\n\tat java.base/java.security.AccessController.doPrivileged(Native Method)\r\n\tat com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)\r\n\tat com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)\r\n```"}],"action":{"name":"View Pull Request","url":"https://github.com/bisq-network/bisq/pull/2413#issuecomment-463123123"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/2413#issuecomment-463123123",
"url": "https://github.com/bisq-network/bisq/pull/2413#issuecomment-463123123",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>