This release provides fixes to some outstanding bugs and improvements:
The full list of bug fixes and improvements is listed below.
A database upgrade is required to upgrade to VOMS Admin server 3.6.0.
The VOMS admin RPM explicitly requires Java 8 since version 3.4.0. While former versions could run on earlier Java versions, 3.6.0 will not start unless it is run on Java 8.
The output of java -version
will tell which is the active version on your
system:
$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
You can configure the active JRE using update-alternatives
:
$ update-alternatives --config java
To take advantage of runtime logging configuration reloading, that is now working correctly as a result of the fix of this issue, after the upgrade of the rpm to version 3.6.0, update your VOs logback configuration either by:
for vo in $(find /etc/voms-admin/ -type d | sed '1d'); do \
cp /usr/share/voms-admin/templates/logback.xml $vo; \
done
First upgrade to VOMS Admin version 3.3.2 and then to 3.6.0.
Follow the instructions in the VOMS System Administrator Guide.