[SOLVED] Selecting BellSoft Liberica

Get help with installation and configuration of OWS. Please post specific bug reports, pull requests, or source code extensions on github.
retouch
Posts: 5
Joined: 18 Mar 2021, 10:20

[SOLVED] Selecting BellSoft Liberica

Post by retouch »

Hello support,

Recently i recognized that the list of possible vendors increased.
Additionally BellSoft ist now listed.

So i changed the content of my JNLP File to
<resources>
<!-- Application Resources BellSoft, zulu, adopt -->
<java vendor="BellSoft" version="1.8+" />
<java vendor="zulu" version="1.8+" />

and removed all JVMs from my OpenWebStart installation 1.4.
In the OpenWebStart JVM Manager Configuration the "Vendor from the JNLP file should take precedence over the vendor specified above" is checked.

On starting my JNLP file i would expect that OpenWebStart will install prior the BellSoft Liberica JVM.
Instead the Zulu Community Edition was installed.

Removing the java vendor="zulu" from the JNLP leads to an error message.
IllegalStateException: could not find any suitable runtime

Fehler beim Herunterladen von 1.8+ (Url=null)
Deleting: C:\Users\harald\.cache\icedtea-web\jvm-cache\bellsoft_11.0.10
Using NO_PROXY
Using NO_PROXY
Runtime will be installed in C:\Users\harald\.cache\icedtea-web\jvm-cache\bellsoft_11.0.10
Installing remote runtime JavaRuntime{version=11.0.10, vendor=BellSoft, operationSystem=WIN64} on local cache
Remote Runtime found. Will install it to local cache
Received 28 possible runtime definitions from server
Using NO_PROXY
Using NO_PROXY
Endpoint to request for Java runtimes: https://download-openwebstart.com/jvms.json
Trying to find remote Java runtime. Requested version: '1.8+' Requested vendor: 'BellSoft' requested os: 'WIN64'
No local runtime found, will try to find remote runtime
Trying to find local Java runtime. Requested version: '1.8+' Requested vendor: 'BellSoft' requested os: 'WIN64' active: 'true'
Trying to find Java runtime. Requested version: '1.8+', vendor: 'BellSoft', os: 'WIN64', server-url: 'null'
searching for JRE with version string '1.8+' and vendor 'BellSoft'
Saving runtime cache to filesystem
Saving runtime cache to filesystem
Clearing runtime cache
Loading runtime cache from filesystem
result: null

Is it a problem with my JNLP file or the OpenWebStart Configuration?
Any help is highly appreciated.

Regards
retouch

retouch
Posts: 5
Joined: 18 Mar 2021, 10:20

Re: Selecting BellSoft Liberica

Post by retouch »

Hello again,

In JVM Manager Configuration i selected vendor BellSoft, and starting JNLP file also leads to error.
It seems, that downloading BellSoft JVM via https://download-openwebstart.com/jvms.json does not work.
Can you confirm this?

Regards,
retouch

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Selecting BellSoft Liberica

Post by Stephan Classen »

The log in your initial post should also have shown a stack trace.
Can you please send us the full log file.

https://openwebstart.com/docs/FAQ.html# ... _reporting

retouch
Posts: 5
Joined: 18 Mar 2021, 10:20

Re: Selecting BellSoft Liberica

Post by retouch »

Hello Stephan,

Here comes the required log.
There is a HTTP 403 error shown...

[harald][ITW-CORE][2021-05-20 11:41:13.016 MESZ][INFO ][net.sourceforge.jnlp.util.logging.filelogs.WriterBasedFileLog][Output controller consumer daemon#3e4e68db] writer-based impl.
[ITW-CORE][2021-05-20 11:41:12.799 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.logging.LoggerFactory] init logger factory to net.sourceforge.jnlp.util.logging.OutputControllerLoggerFactory@694f9431
[ITW-CORE][2021-05-20 11:41:12.811 MESZ][INFO ][com.openwebstart.launcher.OpenWebStartLauncher] OWS main args [C:\Users\harald\Desktop\webgis.xml].
[ITW-CORE][2021-05-20 11:41:12.887 MESZ][INFO ][com.openwebstart.launcher.PhaseTwoWebStartLauncher] Starting OpenWebStart 1.4.0
[ITW-CORE][2021-05-20 11:41:12.935 MESZ][INFO ][net.sourceforge.jnlp.config.DeploymentConfiguration] Ico provider registered correctly.
[ITW-CORE][2021-05-20 11:41:12.972 MESZ][INFO ][net.sourceforge.jnlp.config.DeploymentConfiguration] Ico provider registered correctly.
[ITW-CORE][2021-05-20 11:41:12.975 MESZ][INFO ][net.sourceforge.jnlp.config.DeploymentConfiguration] Loading USER level properties from: file:/C:/Users/harald/.config/icedtea-web/deployment.properties
[ITW-CORE][2021-05-20 11:41:13.016 MESZ][DEBUG][net.sourceforge.jnlp.util.logging.FileLog] Start logging into: net.sourceforge.jnlp.util.logging.filelogs.WriterBasedFileLog@40ff0e73
[ITW-CORE][2021-05-20 11:41:13.015 MESZ][INFO ][net.sourceforge.jnlp.config.DeploymentConfiguration] Loading USER level properties from: file:/C:/Users/harald/.config/icedtea-web/deployment.properties
[ITW-CORE][2021-05-20 11:41:13.020 MESZ][DEBUG][net.sourceforge.jnlp.runtime.JNLPRuntime] Trying to set download indicator
[ITW-CORE][2021-05-20 11:41:13.020 MESZ][DEBUG][net.sourceforge.jnlp.runtime.JNLPRuntime] Setting download indicator to com.openwebstart.download.ApplicationDownloadIndicator@506e6d5e
[ITW-CORE][2021-05-20 11:41:13.049 MESZ][DEBUG][com.openwebstart.launcher.InitialConfigurationCheck] Checking if installation time (1621421060521) is after last initial config time (1621421098214)
[ITW-CORE][2021-05-20 11:41:13.053 MESZ][DEBUG][com.openwebstart.launcher.PhaseTwoWebStartLauncher] RelevantJavawsArgs: '[C:\Users\harald\Desktop\webgis.xml]'
[ITW-CORE][2021-05-20 11:41:13.097 MESZ][INFO ][com.openwebstart.launcher.PhaseTwoWebStartLauncher] Calling ITW Boot with args [C:\Users\harald\Desktop\webgis.xml].
[ITW-CORE][2021-05-20 11:41:13.101 MESZ][INFO ][net.sourceforge.jnlp.runtime.EnvironmentPrinter] OpenWebStartLauncher called with args: [C:\Users\harald\Desktop\webgis.xml].
[ITW-CORE][2021-05-20 11:41:13.101 MESZ][INFO ][net.sourceforge.jnlp.runtime.EnvironmentPrinter] OS: Windows Server 2012 R2
[ITW-CORE][2021-05-20 11:41:13.101 MESZ][INFO ][net.sourceforge.jnlp.runtime.EnvironmentPrinter] Java Runtime AdoptOpenJDK-1.8.0_292
[ITW-CORE][2021-05-20 11:41:13.114 MESZ][DEBUG][net.sourceforge.jnlp.runtime.JNLPRuntime] using com.openwebstart.extensionpoint.OwsExtensionPoint extension point
[ITW-CORE][2021-05-20 11:41:13.482 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.client.parts.dialogs.security.SecurityDialogMessageHandler] Starting security dialog thread
[ITW-CORE][2021-05-20 11:41:13.625 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file C:\Users\harald\.config\icedtea-web\security\trusted.clientcerts exists.
[ITW-CORE][2021-05-20 11:41:13.631 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore C:\Users\harald\.config\icedtea-web\security\trusted.clientcerts
[ITW-CORE][2021-05-20 11:41:13.632 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore C:\Users\harald\.config\icedtea-web\security\trusted.clientcerts
[ITW-CORE][2021-05-20 11:41:13.633 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.636 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file c:\program files\openwebstart\jre\lib\security\trusted.jssecerts does not exists.
[ITW-CORE][2021-05-20 11:41:13.636 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.636 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.637 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file c:\program files\openwebstart\jre\lib\security\trusted.certs does not exists.
[ITW-CORE][2021-05-20 11:41:13.637 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.637 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.637 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file C:\Users\harald\.config\icedtea-web\security\trusted.jssecerts exists.
[ITW-CORE][2021-05-20 11:41:13.637 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore C:\Users\harald\.config\icedtea-web\security\trusted.jssecerts
[ITW-CORE][2021-05-20 11:41:13.637 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore C:\Users\harald\.config\icedtea-web\security\trusted.jssecerts
[ITW-CORE][2021-05-20 11:41:13.638 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file C:\Users\harald\.config\icedtea-web\security\trusted.certs exists.
[ITW-CORE][2021-05-20 11:41:13.638 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore C:\Users\harald\.config\icedtea-web\security\trusted.certs
[ITW-CORE][2021-05-20 11:41:13.638 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore C:\Users\harald\.config\icedtea-web\security\trusted.certs
[ITW-CORE][2021-05-20 11:41:13.686 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file c:\program files\openwebstart\jre\lib\security\jssecacerts does not exists.
[ITW-CORE][2021-05-20 11:41:13.686 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.686 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.686 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file c:\program files\openwebstart\jre\lib\security\cacerts exists.
[ITW-CORE][2021-05-20 11:41:13.687 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore c:\program files\openwebstart\jre\lib\security\cacerts
[ITW-CORE][2021-05-20 11:41:13.687 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore c:\program files\openwebstart\jre\lib\security\cacerts
[ITW-CORE][2021-05-20 11:41:13.742 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file C:\Users\harald\.config\icedtea-web\security\trusted.jssecacerts exists.
[ITW-CORE][2021-05-20 11:41:13.742 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore C:\Users\harald\.config\icedtea-web\security\trusted.jssecacerts
[ITW-CORE][2021-05-20 11:41:13.742 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore C:\Users\harald\.config\icedtea-web\security\trusted.jssecacerts
[ITW-CORE][2021-05-20 11:41:13.743 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file C:\Users\harald\.config\icedtea-web\security\trusted.cacerts exists.
[ITW-CORE][2021-05-20 11:41:13.743 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore C:\Users\harald\.config\icedtea-web\security\trusted.cacerts
[ITW-CORE][2021-05-20 11:41:13.743 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore C:\Users\harald\.config\icedtea-web\security\trusted.cacerts
[ITW-CORE][2021-05-20 11:41:13.746 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file c:\program files\openwebstart\jre\lib\security\trusted.clientcerts does not exists.
[ITW-CORE][2021-05-20 11:41:13.747 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.747 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore Unknown
[ITW-CORE][2021-05-20 11:41:13.747 MESZ][DEBUG][net.sourceforge.jnlp.security.KeyStores] Keystore file C:\Users\harald\.config\icedtea-web\security\trusted.clientcerts exists.
[ITW-CORE][2021-05-20 11:41:13.747 MESZ][DEBUG][net.sourceforge.jnlp.security.SecurityUtil] Loading Keystore C:\Users\harald\.config\icedtea-web\security\trusted.clientcerts
[ITW-CORE][2021-05-20 11:41:13.747 MESZ][DEBUG][net.sourceforge.jnlp.security.KeystorePasswordAttempter] Operating Keystore C:\Users\harald\.config\icedtea-web\security\trusted.clientcerts
[ITW-CORE][2021-05-20 11:41:13.755 MESZ][DEBUG][com.openwebstart.proxy.WebStartProxySelector] Selected ProxyProvider : OPERATION_SYSTEM
[ITW-CORE][2021-05-20 11:41:13.755 MESZ][DEBUG][com.openwebstart.proxy.ProxyProviderType] Windows based proxy created
[ITW-CORE][2021-05-20 11:41:13.789 MESZ][DEBUG][com.openwebstart.proxy.windows.WindowsProxyUtils] Proxy disabled ( registry value 'ProxyEnable'). Will use direct proxy.
[ITW-CORE][2021-05-20 11:41:13.791 MESZ][INFO ][net.sourceforge.jnlp.runtime.Boot] Proceeding with jnlp
[ITW-CORE][2021-05-20 11:41:13.793 MESZ][INFO ][net.sourceforge.jnlp.runtime.Boot] JNLP file location: C:\Users\harald\Desktop\webgis.xml
[ITW-CORE][2021-05-20 11:41:13.796 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceTracker] Will add resource at location 'file:/C:/Users/harald/Desktop/webgis.xml'
[ITW-CORE][2021-05-20 11:41:13.799 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceTracker] Will add resource 'webgis.xml'
[ITW-CORE][2021-05-20 11:41:13.801 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceHandler] Will check and maybe put into cache: webgis.xml
[ITW-CORE][2021-05-20 11:41:13.804 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceHandler] Download for webgis.xml has not been started until now
[ITW-CORE][2021-05-20 11:41:13.804 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceHandler] Checking download state of webgis.xml
[ITW-CORE][2021-05-20 11:41:13.807 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceHandler] Resource is not cacheable: webgis.xml
[ITW-CORE][2021-05-20 11:41:13.808 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceTracker] Download done. Shutting down executor
[ITW-CORE][2021-05-20 11:41:13.817 MESZ][INFO ][net.adoptopenjdk.icedteaweb.xmlparser.MalformedXMLParser] Using MalformedXMLParser
[ITW-CORE][2021-05-20 11:41:14.091 MESZ][INFO ][net.sourceforge.jnlp.Parser] Homepage: null
[ITW-CORE][2021-05-20 11:41:14.093 MESZ][INFO ][net.sourceforge.jnlp.Parser] Description: null
[ITW-CORE][2021-05-20 11:41:14.094 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesReader] Jars not ready to provide attribute Application-Name
[ITW-CORE][2021-05-20 11:41:14.094 MESZ][INFO ][net.sourceforge.jnlp.JNLPFile] Acceptable vendor tag found, contains: GUC
[ITW-CORE][2021-05-20 11:41:14.099 MESZ][INFO ][net.sourceforge.jnlp.Parser] good - your JRE - 1.8.0_292 - match requested JRE - 1.8+
[ITW-CORE][2021-05-20 11:41:14.105 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceTracker] Will add resource at location 'file:/C:/Users/harald/Desktop/webgis.xml'
[ITW-CORE][2021-05-20 11:41:14.105 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.ResourceTracker] Will add resource 'webgis.xml'
[ITW-CORE][2021-05-20 11:41:14.106 MESZ][INFO ][net.adoptopenjdk.icedteaweb.xmlparser.MalformedXMLParser] Using MalformedXMLParser
[ITW-CORE][2021-05-20 11:41:14.110 MESZ][INFO ][net.sourceforge.jnlp.Parser] Homepage: null
[ITW-CORE][2021-05-20 11:41:14.111 MESZ][INFO ][net.sourceforge.jnlp.Parser] Description: null
[ITW-CORE][2021-05-20 11:41:14.111 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesReader] Jars not ready to provide attribute Application-Name
[ITW-CORE][2021-05-20 11:41:14.111 MESZ][INFO ][net.sourceforge.jnlp.JNLPFile] Acceptable vendor tag found, contains: GUC
[ITW-CORE][2021-05-20 11:41:14.111 MESZ][INFO ][net.sourceforge.jnlp.Parser] good - your JRE - 1.8.0_292 - match requested JRE - 1.8+
[ITW-CORE][2021-05-20 11:41:14.113 MESZ][DEBUG][net.sourceforge.jnlp.runtime.JNLPRuntime] Acquired shared lock on C:\Users\harald\AppData\Local\Temp\4\harald\netx\locks\netx_running to indicate javaws is running
[ITW-CORE][2021-05-20 11:41:14.114 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesReader] Jars not ready to provide attribute Application-Name
[ITW-CORE][2021-05-20 11:41:14.114 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesReader] Jars not ready to provide attribute Application-Name
[ITW-CORE][2021-05-20 11:41:14.117 MESZ][DEBUG][net.sourceforge.jnlp.services.ServiceUtil] call privileged method: checkSingleInstanceRunning
[ITW-CORE][2021-05-20 11:41:14.117 MESZ][DEBUG][net.sourceforge.jnlp.services.ServiceUtil] arg: net.sourceforge.jnlp.JNLPFile@31981117
[ITW-CORE][2021-05-20 11:41:14.119 MESZ][DEBUG][net.sourceforge.jnlp.services.ServiceUtil] result: null
[ITW-CORE][2021-05-20 11:41:14.127 MESZ][DEBUG][com.openwebstart.jvm.LocalRuntimeManager] Loading runtime cache from filesystem
[ITW-CORE][2021-05-20 11:41:14.172 MESZ][DEBUG][com.openwebstart.jvm.LocalRuntimeManager] Clearing runtime cache
[ITW-CORE][2021-05-20 11:41:14.173 MESZ][DEBUG][com.openwebstart.jvm.LocalRuntimeManager] Saving runtime cache to filesystem
[ITW-CORE][2021-05-20 11:41:14.178 MESZ][DEBUG][com.openwebstart.jvm.LocalRuntimeManager] Saving runtime cache to filesystem
[ITW-CORE][2021-05-20 11:41:14.187 MESZ][DEBUG][com.openwebstart.launcher.OwsJvmLauncher] searching for JRE with version string '1.8+' and vendor 'BellSoft'
[ITW-CORE][2021-05-20 11:41:14.189 MESZ][DEBUG][com.openwebstart.jvm.JavaRuntimeSelector] Trying to find Java runtime. Requested version: '1.8+', vendor: 'BellSoft', os: 'WIN64', server-url: 'null'
[ITW-CORE][2021-05-20 11:41:14.189 MESZ][DEBUG][com.openwebstart.jvm.LocalRuntimeManager] Trying to find local Java runtime. Requested version: '1.8+' Requested vendor: 'BellSoft' requested os: 'WIN64' active: 'true'
[ITW-CORE][2021-05-20 11:41:14.197 MESZ][DEBUG][com.openwebstart.jvm.JavaRuntimeSelector] No local runtime found, will try to find remote runtime
[ITW-CORE][2021-05-20 11:41:14.198 MESZ][DEBUG][com.openwebstart.jvm.RemoteRuntimeManager] Trying to find remote Java runtime. Requested version: '1.8+' Requested vendor: 'BellSoft' requested os: 'WIN64'
[ITW-CORE][2021-05-20 11:41:14.199 MESZ][DEBUG][com.openwebstart.jvm.RemoteRuntimeManager] Endpoint to request for Java runtimes: https://download-openwebstart.com/jvms.json
[ITW-CORE][2021-05-20 11:41:14.206 MESZ][DEBUG][com.openwebstart.proxy.direct.DirectProxyProvider] Using NO_PROXY
[ITW-CORE][2021-05-20 11:41:14.226 MESZ][DEBUG][com.openwebstart.proxy.direct.DirectProxyProvider] Using NO_PROXY
[ITW-CORE][2021-05-20 11:41:14.505 MESZ][DEBUG][com.openwebstart.jvm.RemoteRuntimeManager] Received 28 possible runtime definitions from server
[ITW-CORE][2021-05-20 11:41:14.509 MESZ][DEBUG][com.openwebstart.jvm.JavaRuntimeSelector] Remote Runtime found. Will install it to local cache
[ITW-CORE][2021-05-20 11:41:14.509 MESZ][DEBUG][com.openwebstart.jvm.LocalRuntimeManager] Installing remote runtime JavaRuntime{version=11.0.10, vendor=BellSoft, operationSystem=WIN64} on local cache
[ITW-CORE][2021-05-20 11:41:14.511 MESZ][INFO ][com.openwebstart.jvm.LocalRuntimeManager] Runtime will be installed in C:\Users\harald\.cache\icedtea-web\jvm-cache\bellsoft_11.0.10
[ITW-CORE][2021-05-20 11:41:14.511 MESZ][DEBUG][com.openwebstart.proxy.direct.DirectProxyProvider] Using NO_PROXY
[ITW-CORE][2021-05-20 11:41:14.512 MESZ][DEBUG][com.openwebstart.proxy.direct.DirectProxyProvider] Using NO_PROXY
[ITW-CORE][2021-05-20 11:41:14.583 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.io.FileUtils] Deleting: C:\Users\harald\.cache\icedtea-web\jvm-cache\bellsoft_11.0.10
[ITW-CORE][2021-05-20 11:41:14.584 MESZ][WARN ][com.openwebstart.launcher.OwsJvmLauncher]
Fehler beim Herunterladen von 1.8+ (Url=null)
java.lang.RuntimeException: Cannot install needed runtime
at com.openwebstart.jvm.JavaRuntimeSelector.installRemoteRuntime(JavaRuntimeSelector.java:138)
at com.openwebstart.jvm.JavaRuntimeSelector.lambda$getJavaRuntime$2(JavaRuntimeSelector.java:65)
at java.util.Optional.map(Optional.java:215)
at com.openwebstart.jvm.JavaRuntimeSelector.getJavaRuntime(JavaRuntimeSelector.java:65)
at com.openwebstart.launcher.OwsJvmLauncher.getJavaRuntime(OwsJvmLauncher.java:103)
at com.openwebstart.launcher.OwsJvmLauncher.getLocalJavaRuntimeOrExit(OwsJvmLauncher.java:82)
at com.openwebstart.launcher.OwsJvmLauncher.launchExternal(OwsJvmLauncher.java:136)
at com.openwebstart.launcher.OwsJvmLauncher.launchExternal(OwsJvmLauncher.java:78)
at net.sourceforge.jnlp.Launcher.launchExternal(Launcher.java:285)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:366)
at net.sourceforge.jnlp.Launcher.access$200(Launcher.java:70)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:654)
Caused by: java.io.IOException: Error in runtime download
at com.openwebstart.jvm.LocalRuntimeManager.install(LocalRuntimeManager.java:429)
at com.openwebstart.jvm.JavaRuntimeSelector.installRemoteRuntime(JavaRuntimeSelector.java:136)
... 11 more
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://download.bell-sw.com/java/11.0. ... -amd64.zip
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
at com.openwebstart.http.ConnectionUtils.getContentStream(ConnectionUtils.java:39)
at com.openwebstart.http.HttpResponse.getContentStream(HttpResponse.java:50)
at com.openwebstart.http.DownloadInputStream.<init>(DownloadInputStream.java:47)
at com.openwebstart.jvm.LocalRuntimeManager.install(LocalRuntimeManager.java:405)
... 12 more
[ITW-CORE][2021-05-20 11:41:22.766 MESZ][DEBUG][net.sourceforge.jnlp.runtime.JNLPRuntime] Release shared lock on C:\Users\harald\AppData\Local\Temp\4\harald\netx\locks\netx_running
[ITW-CORE][2021-05-20 11:41:22.770 MESZ][INFO ][net.adoptopenjdk.icedteaweb.resources.cache.LeastRecentlyUsedCache] No other instances of javaws are running
[ITW-CORE][2021-05-20 11:41:22.773 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.cache.LeastRecentlyUsedCache] start cleaning the cache
[ITW-CORE][2021-05-20 11:41:22.791 MESZ][DEBUG][net.adoptopenjdk.icedteaweb.resources.cache.LeastRecentlyUsedCache] done cleaning the cache

Regards,
retouch

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Selecting BellSoft Liberica

Post by Stephan Classen »

Thank you.
We will contact BellSoft as this seams to be an issue with their server.

retouch
Posts: 5
Joined: 18 Mar 2021, 10:20

Re: Selecting BellSoft Liberica

Post by retouch »

Hello Stephan,

Time passes and the error remains.
I am just wondering why this error has not already been noticed during a functional test with the BellSoft vendor.
If you enter the address
https://download.bell-sw.com/java/11.0. ... -amd64.zip
in a browser, then the download works.
Possibly it is due to the user agent OpenWebStart uses for the request.
Any reaction from BellSoft until now?

With kind regards
retouch

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Selecting BellSoft Liberica

Post by Stephan Classen »

So far we have no reply from BellSoft

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Selecting BellSoft Liberica

Post by Stephan Classen »

BellSoft has fixed this and downloads are now working

Post Reply