250251252253254255256257258259260
hostStarted = true; configurationService.setInitialising(false); startupEvent.fire(new SystemStartupEvent()); } finally { lock.unlock(); }
249250251252253254255256257258259
248249250251252253254255256257258
userService.createDefaultUsers(); hostStarted = true; startupEvent.fire(new SystemStartupEvent()); } finally { lock.unlock(); } }