netx: Initialization Error: Could not initialize application.

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
Ashok
Posts: 18
Joined: 01 Dec 2021, 08:40

netx: Initialization Error: Could not initialize application.

Post 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.
Attachments
ows_log.PNG
ows_log.PNG (21.38 KiB) Viewed 10087 times

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

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

Post 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

Ashok
Posts: 18
Joined: 01 Dec 2021, 08:40

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

Post 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.

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

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

Post by Janak Mulani »

please read OWS documentation for log files : https://openwebstart.com/docs/OWSGuide.html

Ashok
Posts: 18
Joined: 01 Dec 2021, 08:40

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

Post 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.
Attachments
ows-stage2.log
File Name : 2022-08-04_18:12:29.794-ows-stage2.log
(504.62 KiB) Downloaded 265 times
ows-stage1.log
File Name : 2022-08-04_18:12:29.794-ows-stage1.log
(76.22 KiB) Downloaded 243 times

Ashok
Posts: 18
Joined: 01 Dec 2021, 08:40

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

Post by Ashok »

Hi,

Awaiting for response.

Thanks.

Janak Mulani
Posts: 726
Joined: 24 Mar 2020, 13:37

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

Post 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.

Post Reply