[bisq-network/bisq] Bisq v1.2.8 fails to start on macOS catalina (#4052)

Christoph Atteneder notifications at github.com
Thu Mar 12 10:20:27 UTC 2020


@wiz Could you please comment out in LocalBitcoinNode.java following lines:

```
var originalNioClientLoggerLevel = silence(NioClient.class);
var originalNioClientManagerLoggerLevel = silence(NioClientManager.class);
```
and 
```
restoreLoggerLevel(NioClient.class, originalNioClientLoggerLevel);
restoreLoggerLevel(NioClientManager.class, originalNioClientManagerLoggerLevel);
```

and post again the logs. This should give us more indications what is going wrong in the NioClient and NioClientManager class.

-- 
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/4052#issuecomment-598110471
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200312/67b705dc/attachment.html>


More information about the bisq-github mailing list