-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: Setup
-
None
I deleted an unneeded jar in app/main while a backup was being performed, and the backup service went into an error state without any way of clearing the error other than restarting the SolarNode service:
2016-02-03 14:02:38 ERROR FileSystemBackupService; IO error creating backup: /home/solar/app/main/net.solarnetwork.node.dao.jdbc-1.11.0.jar (No such file or directory) 2016-02-03 14:03:44 INFO DefaultBackupManager; BackupService net.solarnetwork.node.backup.FileSystemBackupService is in the Error state; cannot perform backup
A missing file should not result in a non-working backup service.