Closed barthel closed 4 years ago
no more logs available...
The domain download-openwebstart.com is actually unused. But it appears in your log files. Do you compiled by yourself or used pre built installer? I have no trouble with 1.0.0 on windows 10
The domain https://download-openwebstart.com/jvms
is the default value from which the Java VM is to be downloaded.
@barthel does this error still happens?
Yes.
The JNLP file points to this URL and the OpenWebStart option to allow configuration of the JVM download in JNLP files is enabled.
If I follow this URL (https://download-openwebstart.com/jvms) a valid JSON is shown with two JVM options:
[...]
{
"version":"1.8.0_222",
"vendor":"Zulu Community Edition",
"os":"WIN64",
"href":"https://download-openwebstart.com/Azul/zulu8.40.0.25-ca-fx-jdk8.0.222-win_x64.zip"
},
[...]
{
"version":"1.8.0_222",
"vendor":"AdoptOpenJDK",
"os":"WIN64",
"href":"https://download-openwebstart.com/AdoptOpenJDK/OpenJDK8U-jdk_x64_windows_hotspot_8u222b10.zip"
},
[...]
OK, I went through all the log and the code to find out what happens. The cause seems to be the following:
Error while trying to find a remote version: Connection timed out: connect
So it appears to be network related. In the log we also see
Endpoint to request for Java runtimes: https://download-openwebstart.com/jvms
Selecting proxy for: https://download-openwebstart.com/jvms
Browser selected proxies: [DIRECT]
This tells us that OpenWebStart is set to use the proxy settings from your local Firefox installation.
Since there is no error message it seams that OpenWebStart finds a Firefox profile and within that profile there is no Proxy defined. Hence [DIRECT]
Now the question to @barthel: is this the correct proxy settings? We did change the proxy detection with 1.1.0 so if the proxy settings are not correct my recommendations would be to a) install version 1.1.0 b) go into the settings and validate the proxy configuration
On the other hand: If the proxy settings are already correct then the next step would be to detect on a network level which packages are sent back and forth. Only this allows to further search for the cause of the connection timeout.
closed due to inactivity
OpenWebStart 1.0.0 Windows 10 no Java VM installed