-
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 b.c.s.CommonSetup: Uncaught Exception from thread JavaFX Application Thread #6486
Comments
Thanks for opening your first issue here! |
The error message "ERROR b.c.s.CommonSetup: Uncaught Exception from thread JavaFX Application Thread" indicates that an uncaught exception was thrown from the JavaFX application thread, which is responsible for running the user interface of a JavaFX application. The error message also mentions that the task was rejected from the thread pool executor, which suggests that the thread pool was unable to execute the task because it was already at its maximum capacity and had no available threads to run the task. Without more information about the specific context in which this error occurred, it is difficult to provide a specific diagnosis or solution for this issue. It is possible that the error was caused by a resource contention issue, such as if the application was trying to access a resource that was already being used by another thread. It is also possible that the error was caused by a bug in the application. To troubleshoot this issue, you may want to try the following steps:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant. |
Description
ERROR b.c.s.CommonSetup: Uncaught Exception from thread JavaFX Application Thread
ERROR b.c.s.CommonSetup: throwableMessage= Task TrustedListenableFutureTask@2028f0ca[status=PENDING, info=[task=[running=[NOT STARTED YET], bisq.network.p2p.network.NetworkNode$$Lambda$1419/0x000000010081cc28@5cf42f04]]] rejected from java.util.concurrent.ThreadPoolExecutor@5206d03[Running, pool size = 36, active threads = 36, queued tasks = 30, completed tasks = 281824]
ERROR b.c.s.CommonSetup: throwableClass= class java.util.concurrent.RejectedExecutionException
ERROR b.c.s.CommonSetup: Stack trace:
Version
Ver. 1.9.8
Steps to reproduce
Error message appeared on screen requesting log files to be sumbitted.
Expected behaviour
Actual behaviour
Screenshots
Device or machine
Additional info
12252022bisqerror.txt
The text was updated successfully, but these errors were encountered: