Warning: session_start(): open(/var/lib/php/sessions/sess_8bot18joru9c2f5igeugp0r90v, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static AutoCloseable serverSocketFactory_autoUpdate(IF0 enter default null) {
temp new CloseablesHolder resources;
new FileWatchService watchService;
resources.add(watchService);
File dir = mkdirs(javaxSecretDir());
watchService.addRecursiveListener(dir, f -> {
temp getVar(enter);
if (fileNameIs(f, "keystore.p12")) {
print("Key store changed, reloading certificates: " + f);
serverSocketFactory_botCompanyEtc_update();
}
});
print("Watching " + dir + " for keystore changes");
ret resources.takeOut(watchService);
}