When using the SQL Server cartridge with Windows Custom authentication (NTLMv2) on FglAM running Java 9 or later, the following error appears in the FglAM log:
java.lang.NoSuchFieldException: sys_paths
Coding issue
WORKAROUND
Add the following JVM argument to the FglAM startup configuration
--add-opens java.base/java.lang=ALL-UNNAMED
or as an additional entry in the baseline.jvm.config file as a vm.config flag (replace the letter X with a higher value that the last used line in the file, e.g. 3)
vmparameter.X = "--add-opens=java.base/java.lang=ALL-UNNAMED";
STATUS
This issue has been logged as defect FOG-13770 and will be fixed in a future release of the SQL Server cartridge.