[bisq-network/bisq] Error at traderSignAndFinalizeDisputedPayoutTx (#3084)

ncstdc notifications at github.com
Wed Aug 14 03:22:58 UTC 2019


I'm getting this error at startup and I am pretty much unable to do anything. I cannot confirm transactions. My offers do not show up in the market and I am unable to disable or edit offers. Also, my DAO balance is stuck at 0 even though it shows transactions. I would start over with a fresh install, but I just have too many open offers/trades/disputes in progress.

I get this error every time I start up.

The offer I think is causing all this is for a trade dispute that was closed last week. I opened the case because the taker's transaction was never published. The trade was accepted 8/2 by the buyer and I opened the dispute 8/9 and the arbitrator (g72ouph23eznvpuz) closed it a few hours later. I have tried to contact the arbitrator via slack and other open disputes (with the same arbitrator) about this issue, but have not received a response.

Here is an excerpt from the log.
```
Aug-13 22:02:42.921 [JavaFX Application Thread] ERROR b.c.b.w.BtcWalletService: multiSigAddressEntry not found for trade ID=oPH1Qe-725ad736-2381-4542-ae90-28fb5df11b6f-113.
We try to find the keypair in the wallet with the pubKey we found in the trade data. 
Aug-13 22:02:42.925 [JavaFX Application Thread] INFO  b.c.b.w.TradeWalletService: buyerPubKey ECKey{pub HEX=021cf83e4d0d67becf34f6d2f5b2c13662d9deacc62aa125d68a791055e8364d8c, isEncrypted=false, isPubKeyOnly=true} 
Aug-13 22:02:42.925 [JavaFX Application Thread] INFO  b.c.b.w.TradeWalletService: sellerPubKey ECKey{pub HEX=03141bf5db0a7f77025804f24e1d6acbaf1e06a274abdd20ed5ffe299095065ee5, isEncrypted=false, isPubKeyOnly=true} 
Aug-13 22:02:42.926 [JavaFX Application Thread] INFO  b.c.b.w.TradeWalletService: arbitratorPubKey ECKey{pub HEX=03036957627036bb8d9ca0f1eae67bedd0d4f6b173a2070666a5b5117b6d0a6624, isEncrypted=false, isPubKeyOnly=true} 
Aug-13 22:02:42.943 [JavaFX Application Thread] INFO  b.c.b.w.WalletService: 
disputed payoutTx:
  72627b61c389df1172ad3ee5e680cceeaf3d8fa807206d0e48d6d3b488b3956c
     in   0[] PUSHDATA(71)[30440220676bf7de822d70588879e647cf57d79493b849e1a159f8bcc8e8b70a31fade8f02201007c9dbc19f9805e1363dd73f58d5ddd7a020ab5f695be961bd534d089f861501] PUSHDATA(72)[3045022100806a648ceae1272a8f9dcd0e1f79ebdab09ac51b355c72c7583751aa10663daf02207f71925404cd5d53680c4d9cd7110a5edff762b972fcaf0f666ae2baca465b4b01] PUSHDATA1[522103036957627036bb8d9ca0f1eae67bedd0d4f6b173a2070666a5b5117b6d0a66242103141bf5db0a7f77025804f24e1d6acbaf1e06a274abdd20ed5ffe299095065ee521021cf83e4d0d67becf34f6d2f5b2c13662d9deacc62aa125d68a791055e8364d8c53ae] 0.0160456 BTC (1604560)
          outpoint:b6a570e4fc42a1f4dbe1b43163ca4a738b1f1781e035217a23a239a799300df7:0 hash160:16874808eb59d04ee05bc0a9aef5f23f3f903243
     out  DUP HASH160 PUSHDATA(20)[1fb8b45a337d3461c44c558ff6695204aede98e5] EQUALVERIFY CHECKSIG 0.001 BTC (100000) ScriptPubKey: 76a9141fb8b45a337d3461c44c558ff6695204aede98e588ac Address:13tjDSYnfiEdvWMBPKKdWZcgtH11nmBSwr 
     out  DUP HASH160 PUSHDATA(20)[3bda7127b08b2af16bfa44b09deb9489cf66e101] EQUALVERIFY CHECKSIG 0.015 BTC (1500000) ScriptPubKey: 76a9143bda7127b08b2af16bfa44b09deb9489cf66e10188ac Address:16TUYwEYZTMDcKbLZpsMg31zzMbPAiNvww 
     fee  0.0000456 BTC for 374 bytes (12 Satoshi/Byte)
     prps UNKNOWN
 
Aug-13 22:02:42.948 [JavaFX Application Thread] ERROR b.c.b.w.WalletService: Script resulted in a non-true stack: [[B at 768b50e7, [B at 280ef117, [B at 587d11c1] 
Aug-13 22:02:42.950 [JavaFX Application Thread] ERROR b.c.a.DisputeManager: Error at traderSignAndFinalizeDisputedPayoutTx bisq.core.btc.exceptions.TransactionVerificationException: org.bitcoinj.core.ScriptException: Script resulted in a non-true stack: [[B at 768b50e7, [B at 280ef117, [B at 587d11c1] bisq.core.btc.exceptions.TransactionVerificationException: org.bitcoinj.core.ScriptException: Script resulted in a non-true stack: [[B at 768b50e7, [B at 280ef117, [B at 587d11c1]
	at bisq.core.btc.wallet.WalletService.checkScriptSig(WalletService.java:233)
	at bisq.core.btc.wallet.TradeWalletService.traderSignAndFinalizeDisputedPayoutTx(TradeWalletService.java:935)
	at bisq.core.arbitration.DisputeManager.onDisputeResultMessage(DisputeManager.java:943)
	at bisq.core.arbitration.DisputeManager.dispatchMessage(DisputeManager.java:335)
	at bisq.core.arbitration.DisputeManager.lambda$applyMessages$14(DisputeManager.java:289)
	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.arbitration.DisputeManager.applyMessages(DisputeManager.java:285)
	at bisq.core.arbitration.DisputeManager.tryApplyMessages(DisputeManager.java:261)
	at bisq.core.arbitration.DisputeManager.lambda$new$1(DisputeManager.java:164)
	at bisq.network.p2p.P2PService.lambda$processMailboxEntry$9(P2PService.java:527)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:804)
	at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
	at bisq.network.p2p.P2PService.processMailboxEntry(P2PService.java:526)
	at bisq.network.p2p.P2PService.lambda$maybeProcessAllMailboxEntries$12(P2PService.java:644)
	at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4791)
	at bisq.network.p2p.P2PService.maybeProcessAllMailboxEntries(P2PService.java:642)
	at bisq.network.p2p.P2PService.onUpdatedDataReceived(P2PService.java:341)
	at bisq.network.p2p.peers.getdata.RequestDataManager$2.onComplete(RequestDataManager.java:339)
	at bisq.network.p2p.peers.getdata.RequestDataHandler.onMessage(RequestDataHandler.java:291)
	at bisq.network.p2p.network.NetworkNode.lambda$onMessage$4(NetworkNode.java:344)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at bisq.network.p2p.network.NetworkNode.onMessage(NetworkNode.java:344)
	at bisq.network.p2p.network.Connection.lambda$onMessage$4(Connection.java:428)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:804)
	at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
	at bisq.network.p2p.network.Connection.lambda$onMessage$5(Connection.java:428)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(PlatformImpl.java:418)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:417)
	at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
Caused by: org.bitcoinj.core.ScriptException: Script resulted in a non-true stack: [[B at 768b50e7, [B at 280ef117, [B at 587d11c1]
	at org.bitcoinj.script.Script.correctlySpends(Script.java:1606)
	at bisq.core.btc.wallet.WalletService.checkScriptSig(WalletService.java:229)
	... 31 common frames omitted

Aug-13 22:02:42.953 [JavaFX Application Thread] INFO  b.c.a.DisputeManager: Send AckMessage for DisputeCommunicationMessage to peer g72ouph23eznvpuz.onion:9999. tradeId=oPH1Qe-725ad736-2381-4542-ae90-28fb5df11b6f-113, uid=f5b6ef42-039d-469f-a29c-b2bea4898fdb 
Aug-13 22:02:42.973 [JavaFX Application Thread] ERROR b.c.s.CommonSetup: Uncaught Exception from thread JavaFX Application Thread 
Aug-13 22:02:42.974 [JavaFX Application Thread] ERROR b.c.s.CommonSetup: throwableMessage= Error at traderSignAndFinalizeDisputedPayoutTx bisq.core.btc.exceptions.TransactionVerificationException: org.bitcoinj.core.ScriptException: Script resulted in a non-true stack: [[B at 768b50e7, [B at 280ef117, [B at 587d11c1] 
Aug-13 22:02:42.974 [JavaFX Application Thread] ERROR b.c.s.CommonSetup: throwableClass= class java.lang.RuntimeException 
Aug-13 22:02:42.976 [JavaFX Application Thread] ERROR b.c.s.CommonSetup: Stack trace:
java.lang.RuntimeException: Error at traderSignAndFinalizeDisputedPayoutTx bisq.core.btc.exceptions.TransactionVerificationException: org.bitcoinj.core.ScriptException: Script resulted in a non-true stack: [[B at 768b50e7, [B at 280ef117, [B at 587d11c1]
	at bisq.core.arbitration.DisputeManager.onDisputeResultMessage(DisputeManager.java:1020)
	at bisq.core.arbitration.DisputeManager.dispatchMessage(DisputeManager.java:335)
	at bisq.core.arbitration.DisputeManager.lambda$applyMessages$14(DisputeManager.java:289)
	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.arbitration.DisputeManager.applyMessages(DisputeManager.java:285)
	at bisq.core.arbitration.DisputeManager.tryApplyMessages(DisputeManager.java:261)
	at bisq.core.arbitration.DisputeManager.lambda$new$1(DisputeManager.java:164)
	at bisq.network.p2p.P2PService.lambda$processMailboxEntry$9(P2PService.java:527)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:804)
	at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
	at bisq.network.p2p.P2PService.processMailboxEntry(P2PService.java:526)
	at bisq.network.p2p.P2PService.lambda$maybeProcessAllMailboxEntries$12(P2PService.java:644)
	at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4791)
	at bisq.network.p2p.P2PService.maybeProcessAllMailboxEntries(P2PService.java:642)
	at bisq.network.p2p.P2PService.onUpdatedDataReceived(P2PService.java:341)
	at bisq.network.p2p.peers.getdata.RequestDataManager$2.onComplete(RequestDataManager.java:339)
	at bisq.network.p2p.peers.getdata.RequestDataHandler.onMessage(RequestDataHandler.java:291)
	at bisq.network.p2p.network.NetworkNode.lambda$onMessage$4(NetworkNode.java:344)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at bisq.network.p2p.network.NetworkNode.onMessage(NetworkNode.java:344)
	at bisq.network.p2p.network.Connection.lambda$onMessage$4(Connection.java:428)
	at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:804)
	at java.base/java.util.concurrent.CopyOnWriteArraySet.forEach(CopyOnWriteArraySet.java:425)
	at bisq.network.p2p.network.Connection.lambda$onMessage$5(Connection.java:428)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(PlatformImpl.java:418)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:417)
	at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
```

-- 
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/3084
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190813/803a6cec/attachment-0001.html>


More information about the bisq-github mailing list