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

[macOS] since 1.10.0 direct start of jnlp via web isn't working #586

Closed
agido-malter opened this issue Jun 3, 2024 · 11 comments
Closed

Comments

@agido-malter
Copy link

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

@AlBundy33
Copy link

If you have enabled the logging in OpenWebStart Settings you'll find the logs in ~/.config/icedtea-web/log 🤔

@agido-jrieks
Copy link

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.
The issue occurred on several different devices.

@AlBundy33
Copy link

you're right

open -a "OpenWebStart javaws" https://docs.oracle.com/javase/tutorialJWS/samples/uiswing/AccessibleScrollDemoProject/AccessibleScrollDemo.jnlp

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

open -a "OpenWebStart javaws" AccessibleScrollDemo.jnlp

@valkor
Copy link

valkor commented Jun 5, 2024

We are experiencing same issue on Mac M2.
The OpenWebStart logo appears shortly and then nothing happen - issue reported by several users after automatic upgrade.
I didn't check if jnlp downloaded somewhere, but we have to force users to downgrade to 1.9.1

@metalmolly
Copy link

metalmolly commented Jun 6, 2024

We are facing the same issue on both Intel and ARM MacBooks (macOS Sonoma 14.5). No logs are persisted in ~/.config/icedtea-web/log. Installation of 1.10.0 was done with the options 'Yes, update the existing installation' and 'For the current user only (default)'.

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

@arctic-itl
Copy link

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.

@sclassen
Copy link
Member

sclassen commented Jun 7, 2024

We will need more time to investigate this issue. Thanks for reporting

@AndreasEhret
Copy link
Member

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.

@agido-malter
Copy link
Author

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

@agido-malter
Copy link
Author

We will need more time to investigate this issue. Thanks for reporting

Could you provide a [email protected] in hombrew, please? This prevents due to a brew upgrade a permanent upgrade to the broken version.

@sclassen
Copy link
Member

sclassen commented Jun 14, 2024

Fixed with 1.10.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants