> 1) ``<security> <all-permissions/> </security>`` is in my JNLP but OpenWebStart refuses to execute the app with the ``System.getenv(..)`` error.
This is strange. Which JRE is used to run the Jnlp application? Which env variable is being accessed by your application? Is it a system variable or a user variable? Which version of OWS are you using? Was the OWS installation done for single user or all users of the system?
env variable: it's a user variable. Basically it checks if the variable is defined and it uses the ENV value if it exist. Otherwise a hard-coded one.
OWS version: 1.10.1
Installation: OWS was installed as root in a RedHat8 using "alien" from the available *.deb. However I'm not running the app as a regular user.
It may be relevant: other apps, with different permissions, work fine in this setup. Also, this app has ``<information> <offline-allowed/> </information>`` in the JNLP, which I don't remember seeing in other apps.