I have an app that is deployed using Java Web Start. On certain client machines, as Web Start downloads the JAR files (about 60 of them), the downloads sporadically hang, and the app fails to launch.
To determine whether the problem was with Web Start directly or with the client network settings, we wrote a separate script to download the JARs in sequence using wget. The script also suffers from the same issue, eventually hanging after a few JARs have been successfully downloaded. Introducing a slight pause in between downloads allows the downloads to succeed.
So, the problem is not with Web Start directly, but unfortunately we're between a rock and a hard place. We have to use Web Start in the short term, and doing custom troubleshooting of client networks/firewalls is not ideal (it's happening on several networks).
I have two questions:
I would appreciate any tips from anyone who has encountered similar issues.
Common issues with downloading/launching Java Webstart apps: