-
-
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
[macOS] since 1.10.0 direct start of jnlp via web isn't working #586
Comments
If you have enabled the logging in OpenWebStart Settings you'll find the logs in |
Yes, we tried that and there is nothing in there, there is not even a log file created when launched this way. The OpenWebStart logo appears shortly, then the JNLP file seems to be opened via the browser instead. |
you're right
This opens the browser (chrome in my case) und downloads the file 🤔 Using the same command with the local file works as expected and start the app
|
We are experiencing same issue on Mac M2. |
We are facing the same issue on both Intel and ARM MacBooks (macOS Sonoma 14.5). No logs are persisted in Note: During installation of OpenWebStart 1.9.1 a file associations screen is displayed. This is not the case while installing version 1.10.0 |
We have the same problem, the OpenWebStart logo appears shortly and nothing happens. No logs are persisting in ~/.config/icedtea-web/log. Rollback to 1.9.1 resolves the problem. |
We will need more time to investigate this issue. Thanks for reporting |
could you try the following: install/update to 1.10.0 and clear on ~/.cache/icedtea-web directory. Then try to restart and see if it starts again as expected. I had a similar behavior in the past (start with briefly appearing logo, nothing happens, no helpful log files) and it was because of a corrupt cache.json file in the jvm-cache directory. |
I tried like requested, no change in behavior |
Could you provide a [email protected] in hombrew, please? This prevents due to a brew upgrade a permanent upgrade to the broken version. |
Fixed with 1.10.1 |
After update to 1.10.0 direct start of jnlp results in a download and exit.
macOS 14.5
CPU M2
Reproduce:
in Terminal start with
open -a 'OpenWebStart javaws.app' https://cherry.dcs.aber.ac.uk/3dexperiment/launch.jnlp
It starts a download in my browser and exit
Old behavior in 1.9.0
Starts directly the Webstart call
All loggings are activated but no result is shown
The text was updated successfully, but these errors were encountered: