Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seednode logs unhandled exception 10 times per second running master #4110

Closed
wiz opened this issue Apr 1, 2020 · 3 comments
Closed

Seednode logs unhandled exception 10 times per second running master #4110

wiz opened this issue Apr 1, 2020 · 3 comments

Comments

@wiz
Copy link
Contributor

wiz commented Apr 1, 2020

Logs are filled with this message 10 times per second:

Apr-01 16:20:54.588 [SeedNodeMain] ERROR b.c.s.CommonSetup: Uncaught Exception from thread SeedNodeMain
Apr-01 16:20:54.588 [SeedNodeMain] ERROR b.c.s.CommonSetup: throwableMessage= com.google.common.util.concurrent.Futures.addCallback(Lcom/google/common/util/concurrent/ListenableFuture;Lcom/google/common/util/concurrent/FutureCallback;)V
Apr-01 16:20:54.588 [SeedNodeMain] ERROR b.c.s.CommonSetup: throwableClass= class java.lang.NoSuchMethodError
Apr-01 16:20:54.589 [SeedNodeMain] ERROR b.c.s.CommonSetup: Stack trace:
java.lang.NoSuchMethodError: com.google.common.util.concurrent.Futures.addCallback(Lcom/google/common/util/concurrent/ListenableFuture;Lcom/google/common/util/concurrent/FutureCallback;)V
        at bisq.network.p2p.network.NetworkNode.sendMessage(NetworkNode.java:288)
        at bisq.network.p2p.peers.BroadcastHandler.sendToPeer(BroadcastHandler.java:172)
        at bisq.network.p2p.peers.BroadcastHandler.lambda$broadcast$2(BroadcastHandler.java:157)
        at bisq.common.FrameRateTimer.run(FrameRateTimer.java:50)
        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.common.MasterTimer$1.lambda$run$0(MasterTimer.java:38)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)

@freimair
Copy link
Contributor

freimair commented Apr 2, 2020

I tried to reproduce your issue with the latest master and have not been able to do so.

did you do a ./gradlew clean :seednode:installDist? because your installer does a build only, which might not be enough...

if yes, may I ask for the logs from the startup to the error case you already postet?

@wiz
Copy link
Contributor Author

wiz commented Apr 2, 2020

hmm not sure why that fixed it, was a fresh clean VM and the master build was the only build it ever did so nothing to "clean" but it's not reproducing anymore

@wiz
Copy link
Contributor Author

wiz commented Apr 2, 2020

Fixed by #4116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants