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

Error b.c.s.CommonSetup: Uncaught Exception from thread JavaFX Application Thread #6486

Closed
phbassett opened this issue Dec 25, 2022 · 4 comments

Comments

@phbassett
Copy link

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

@boring-cyborg
Copy link

boring-cyborg bot commented Dec 25, 2022

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

@swarna1101
Copy link

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:

  1. Review the log file (12252022bisqerror.txt) that was requested to be submitted. This log file may contain additional information about the error, such as a stack trace that can help identify the root cause of the issue.
  2. Check the system resources (e.g., CPU, memory, disk space) on the machine where the application is running. If the system is running low on resources, it could be causing the thread pool executor to reject tasks.
  3. Check for updates to the application. If there is a newer version available, it may contain fixes for known issues that could be causing this error.
  4. If the issue persists, you may want to consider seeking help from the developers of the application or from a community of users. They may be able to provide more specific guidance on troubleshooting and resolving the issue.

@github-actions
Copy link

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.

@github-actions
Copy link

This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants