OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Observed permissions trouble on downloaded JVM in recent builds #78

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 3 years ago

The code that's supposed to apply the executable bit appears to be buggy:

[016484:000081-00007FE95A5FA700] 04/02/2021 18:48:03   WLP: /var/lib/domino/wlp/wlp-20.0.0.6/bin/server: line 838: /var/lib/domino/wlp/jvm/1.8-HotSpot/jre/bin/java: Permission denied 
jesse-gallagher commented 3 years ago

The trouble is almost definitely that it's using jre/bin/java and not bin/java here - the deployment code should set executable flags on both.