-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
OpenWebstart sometimes get stuck on certificate selection screen #594
Comments
i have a user with the same issue. if the fake dialog kicks in at the wrong moment, then it's probably game over. i don't have a test to reproduce and the link above is actually in the AdoptOpenJDK/IcedTea-Web project |
I was able to reproduce this with a self-issued certificate on localhost. the problem exists when doing a backend call in a SwingUtilities.invokeLater together with a background thread backend call to the server with a broken certificate. the certificate dialog and the UI are completely frozen.
|
added issue in dependency repo: AdoptOpenJDK/IcedTea-Web#962 |
I started using OpenWebStart to execute my JNLP files. I notice that after starting the application, the screen (in which you select your certificate) sometimes gets stuck. Just as in #414 I need to close the process via the task manager (I use Windows 11).
In the logs I see the following stacktrace while running with Java 17 and Java 21:
After a reinstall of OpenWebStart, or sometimes after cleaning the cache, the error is gone and everything is OK. It almost feels to me that there is some kind of race condition that makes it sometimes happen, and sometimes not.
Any idea what might cause it? If you need more information to analyse the issue, let me know!
The text was updated successfully, but these errors were encountered: