if (createDatabasePlugin())
pt.click("Created and started the database plugin");
// create the time log
try {
this.timeLog = new DashboardTimeLog(new File(property_directory), data, props);
this.timeLog.getTimeLoggingModel().setActiveTaskModel(activeTaskModel);
DashboardTimeLog.setDefault(this.timeLog);
} catch (IOException e1) {
logErr("Unable to read time log", e1);
displayStartupIOError("Errors.Read_File_Error.Time_Log",