Search found 3 matches

by danmoser
15 Mar 2023, 21:48
Forum: Public Forums
Topic: FilePermission issue with OWS and RHEL8
Replies: 4
Views: 7816

Re: FilePermission issue with OWS and RHEL8

I don't know exactly what was causing this problem, but I found a way to solve it. As we can see in the error message, and it was related to log4j. I was using log4j 2.17 but still with log4j 1.x syntax to write the logs. I needed to update the syntax to log4j 2.x , and it worked just fine, both in ...
by danmoser
10 Mar 2023, 17:26
Forum: Public Forums
Topic: FilePermission issue with OWS and RHEL8
Replies: 4
Views: 7816

Re: FilePermission issue with OWS and RHEL8

Hi Janak! I get the errors when starting the application in Linux. This is what I get in the stderr : WARNING: package javax.jnlp not in java.desktop [myuser][ITW-CORE][2023-03-10 08:48:26.431 MST][WARN ][net.adoptopenjdk.icedteaweb.manifest.ManifestAttributesChecker][My Tool#428b8743] This applicat...
by danmoser
09 Mar 2023, 16:33
Forum: Public Forums
Topic: FilePermission issue with OWS and RHEL8
Replies: 4
Views: 7816

FilePermission issue with OWS and RHEL8

I'm migrating some self-signed WebStart (WS) applications from Oracle's Java 8 to OpenJDK11+OpenWebStart. However I'm getting strange "java.io.FilePermission" errors after the migration. In other words, when launching the application's JNLP with Oracle's WS it works fine but with OpenWebSt...