Page 1 of 1

netx: Initialization Error: Could not initialize application.

Posted: 02 Aug 2022, 19:38
by Ashok
Hi,
I installed "openwebstart-1.3.3-2.x86_64.rpm" on the RHEL 8.5 OS platform forcefully by using the below command.
rpm -i --nodeps openwebstart-1.3.3-2.x86_64.rpm
But when I try to launch the JNLP file, am ending with the following error,
Launch exception
netx: Initialization Error: Could not initialize application. (Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.)
App already has trusted publisher: false
Operating Keystore /root/.config/icedtea-web/security/trusted.cacerts
Loading Keystore /root/.config/icedtea-web/security/trusted.cacerts
Keystore file /root/.config/icedtea-web/security/trusted.cacerts exists.
Operating Keystore /root/.config/icedtea-web/security/trusted.jssecacerts
Loading Keystore /root/.config/icedtea-web/security/trusted.jssecacerts
Keystore file /root/.config/icedtea-web/security/trusted.jssecacerts exists.
Operating Keystore /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/cacerts
ERROR
Operating Keystore /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/cacerts
Loading Keystore /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/cacerts
Keystore file /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/cacerts exists.
Operating Keystore Unknown
Loading Keystore Unknown
Keystore file /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/jssecacerts does not exists.
Operating Keystore /root/.config/icedtea-web/security/trusted.certs
Loading Keystore /root/.config/icedtea-web/security/trusted.certs
Keystore file /root/.config/icedtea-web/security/trusted.certs exists.
Operating Keystore /root/.config/icedtea-web/security/trusted.jssecerts
Loading Keystore /root/.config/icedtea-web/security/trusted.jssecerts
Keystore file /root/.config/icedtea-web/security/trusted.jssecerts exists.
Operating Keystore Unknown
Loading Keystore Unknown
Keystore file /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/trusted.certs does not exists.
Operating Keystore Unknown
Loading Keystore Unknown
Keystore file /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/trusted.jssecerts does not exists.
Jar found at /root/.cache/icedtea-web/cache/0/76/jbossall-client.jar has been verified as SIGNED_OK
Jar found at /root/.cache/icedtea-web/cache/0/61/jboss-ejb3x.jar has been verified as SIGNED_OK
Here I can able to see that all jars are SIGNED. But the error is saying that jars are not signed. Please check this.

And if I check the logs, I didn't get any info in that. Please find the attached image.

Please let me know the solution to execute the JNLP file.

Thanks.

Re: netx: Initialization Error: Could not initialize application.

Posted: 03 Aug 2022, 09:19
by Janak Mulani
Please send the OWS logs and make sure that all jars specified in the Jnlp file are signed and signed with the same certificate

Re: netx: Initialization Error: Could not initialize application.

Posted: 03 Aug 2022, 09:47
by Ashok
Hi,
Thank you for the response.

I didn't get any log files. Please check the previous attachment. Only console prints I got.

Thanks.

Re: netx: Initialization Error: Could not initialize application.

Posted: 04 Aug 2022, 07:07
by Janak Mulani
please read OWS documentation for log files : https://openwebstart.com/docs/OWSGuide.html

Re: netx: Initialization Error: Could not initialize application.

Posted: 04 Aug 2022, 14:17
by Ashok
Hi,
Previously I disabled the log checkbox. Now I enabled that and got the logs.

Please find the attachment for the logs.

Please let me know the workaround solution.

Thanks.

Re: netx: Initialization Error: Could not initialize application.

Posted: 15 Aug 2022, 16:08
by Ashok
Hi,

Awaiting for response.

Thanks.

Re: netx: Initialization Error: Could not initialize application.

Posted: 16 Aug 2022, 03:58
by Janak Mulani
> Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.

Please make sure that jars are signed.