sclassen

Results 48 comments of sclassen

It is the BaseResourceDownloader and its subclasses: https://github.com/AdoptOpenJDK/IcedTea-Web/blob/master/core/src/main/java/net/adoptopenjdk/icedteaweb/resources/downloader/BaseResourceDownloader.java

Not seeing any entries in the log is yet another indication that the downloads are not coming from the OWS code.

Sorry no progress. We cannot reproduce the behavior and you told us that the logs do not show lines about the downloading. There is nothing we can currently do.

The Log shows the following: could not download resource [l=https://10.0.120.10:443/software/avctVMAPI_DLLMac64.jar v=null s=I] from any of theses urls [https://10.0.120.10:443/software/avctVMAPI_DLLMac64.jar] caused byExecutionException: java.net.SocketTimeoutException: Read timed out caused by SocketTimeoutException: Read timed out...

did you have success in launching the Dell Remote Console? I once more went over the log but did not see anything special beside the socket timeout

technically ITW is able to launch applets. But no modern browser is supporting applets any more. So the general recommendation is to migrate the applet to an application.

The error is known and is not effecting ITW 2.x Unfortunately there is currently no ETA for ITW 2.x Can you try and disable the ZLIB compression on the server

Are these values also set in the manifest of the main jar of your application? Because this is what the warning is suggesting is missing

For the "title" you should use `Application-Name` and for the "codebase" use `Codebase`

I gave your JNLP a spinn with OpenWebStart. There I see the following error: ``` Error occurred during initialization of boot layer java.lang.module.FindException: Module java.activation not found ``` But this...