[bisq-network/bisq] Buyer opens mediation while seller is offline - NullPointerException (#5210)

jmacxx notifications at github.com
Mon Feb 22 19:29:53 CET 2021


Unable to reproduce the same stack trace as above, but get a similar one when Bob has a password protected wallet.  I'm looking into it.

    java.lang.NullPointerException
	at bisq.core.trade.protocol.ProcessModel.getBtcWalletService(ProcessModel.java:326)
	at bisq.core.trade.Trade.getDelayedPayoutTx(Trade.java:681)
	at bisq.core.support.dispute.DisputeManager.onPeerOpenedDisputeMessage(DisputeManager.java:385)
	at bisq.core.support.dispute.mediation.MediationManager.onSupportMessage(MediationManager.java:113)
	at bisq.core.support.SupportManager.lambda$applyMessages$7(SupportManager.java:321)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:804)
	at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
	at bisq.core.support.SupportManager.applyMessages(SupportManager.java:316)
	at bisq.core.support.SupportManager.tryApplyMessages(SupportManager.java:128)
	at bisq.core.support.dispute.DisputeManager.onAllServicesInitialized(DisputeManager.java:264)
	at bisq.core.app.DomainInitialisation.initDomainServices(DomainInitialisation.java:200)
	at bisq.core.app.BisqSetup.initDomainServices(BisqSetup.java:456)
	at bisq.core.app.BisqSetup.step4(BisqSetup.java:310)
	at bisq.core.app.BisqSetup.lambda$startP2pNetworkAndWallet$4(BisqSetup.java:408)
	at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)
	at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
	at javafx.beans.binding.ObjectBinding.invalidate(ObjectBinding.java:170)
	at com.sun.javafx.binding.BindingHelperObserver.invalidated(BindingHelperObserver.java:52)
	at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:136)
	at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
	at javafx.beans.property.BooleanPropertyBase.fireValueChangedEvent(BooleanPropertyBase.java:104)
	at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:111)
	at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
	at bisq.core.app.BisqSetup.lambda$initWallet$5(BisqSetup.java:434)
	at bisq.desktop.main.overlays.windows.WalletPasswordWindow.lambda$addButtons$3(WalletPasswordWindow.java:223)
	at bisq.core.crypto.ScryptUtil.lambda$deriveKeyWithScrypt$0(ScryptUtil.java:61)
	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)
	at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
	at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
	at java.base/java.lang.Thread.run(Thread.java:844)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5210#issuecomment-783579294
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210222/16cc74f8/attachment.htm>


More information about the bisq-github mailing list