String archivePath = AppProperties.getProperty(ArchiveKeys.PROP_KEY_ARCHIVE_DIRECTORY_PATH);
if (archivePath == null) {
archivePath = ".";
}
try {
God.archive = new DerbyArchive(new File(archivePath));
}
catch (Exception exception) {
SwingUtils.showError(null, "Couldn't open database!");
LogUtils.log(exception);
God.trayIAM.removeSystemTrayIcon();