You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: