-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error Task TrustedListenableFutureTask@7d185bf2[status=PENDING, info=[task=[running=[NOT STARTED YET] #6480
Comments
Thanks for opening your first issue here! |
@pprvggc6um could you attach the log, or paste the stack trace from the log which is immediately following the |
@HenrikJannsen could you look into this?
|
bisq-network#6480 reported reaching the limit with the current settings. Signed-off-by: HenrikJannsen <[email protected]>
Hm... surprised that the change caused that error. Here the PR: |
#6480 reported reaching the limit with the current settings. Signed-off-by: HenrikJannsen <[email protected]>
@pprvggc6um We just published a new pre-release that should fix this issue: https://github.com/bisq-network/bisq/releases/tag/v1.9.8. Could you please give the version a try if it fixes your problem? Thanks! |
I loaded the 1.9.8 version that was linked to, and I am still getting a similar error. Error |
@pprvggc6um Could you connect normally with the 1.9.6 version? |
I didn't see this issue with 1.9.6, or any other 1.9.x version (I have installed and run 1.9.1-8). I haven't made any noticeable change to my usage patterns or system configuration. I have usually have bisq running in the background while using a web browser, text editor, etc. |
This has been reported a couple more times for v1.9.8, namely in #6484 and #6485. Looking at the logs posted there, the problem seems to start after network issues have prevented P2P messages from being sent; there are 18 consecutive logs of
|
I am the one from #6484 and like @pprvggc6um I can confirm: |
Same here. Same error since 1.9.8. MacBook Ventura 13.0.1 |
@pprvggc6um @CygnusGt @13Homer13 Do you get repeated error popups or just one? Does the app behaves normal after closing the error popup? |
Until today I got the error popup only once.
Yes, the app behaves normal after closing the error popup. |
It seems its a non critical issue and was present also before 1.9.7 but the RejectedExecution was swallowed. It can happen when there are boost of message broadcasting. If it happens the pending send tasks are dropped then. But from one logs it seems that the user got into a deadlock which is of course critical. But not complete with my investigation.... |
I just got the error popup a second time:
I attach a current log. The Bisq app continues to behave normal after closing the error popup. |
Do you get repeated error popups or just one? Does the app behaves normal after closing the error popup? |
If that is the case, it seems your network get throttled by the OS when in standby mode. Which OS do you use? On OSX there are some settings in the energy savings section. I think it has differences in each OSX version so cannot really give a suggestion but you can try out to change settings there like 'Enable Power nap' to see if its different.
Yes, as far I saw it is not critical. I added a few fixes and improvements but if the error popups don't come too often we will not make a hotfix release for it, but next release will have it fixed. |
Description
Error windows opens with the following text
Error
Task TrustedListenableFutureTask@7d185bf2[status=PENDING, info=[task=[running=[NOT STARTED YET], bisq.network.p2p.network.NetworkNode$$Lambda$1211/0x000000001fff47c0@2bbeee47]]] rejected from java.util.concurrent.ThreadPoolExecutor@114159ed[Running, pool size = 36, active threads = 36, queued tasks = 10, completed tasks = 125192]
Version
1.9.7
Steps to reproduce
Error appears sometime after application startup
Expected behaviour
Error window should not appear
Actual behaviour
Error window is shown
Screenshots
Device or machine
HP Elitebook 8470p
Windows 7 Pro
Additional info
error log available, but too large to paste into form
The text was updated successfully, but these errors were encountered: