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

Open Web Start Downloading JAR not defined in JNLP #597

Open
dev-chirag opened this issue Sep 9, 2024 · 0 comments
Open

Open Web Start Downloading JAR not defined in JNLP #597

dev-chirag opened this issue Sep 9, 2024 · 0 comments

Comments

@dev-chirag
Copy link

Hi,

I have a JNLP file which defines a list of JARs which must be downloaded. But when I check OWS logs, I see that it's trying to download an ant.jar from the server as well (which is not defined in the JNLP). ant-1.10.5 is defined and its been fetched successfully.

And since there is no such ant.jar in that location, I keep getting a 404 error. I have seen that OWS then requests this JAR for around 300 times while the application is stuck waiting for this request loop to end.

Any leads why the OWS will try to download a dependency not directly defined in the JNLP?

Thanks!

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

1 participant