public GameServer() throws Exception {
Server.gameServer = this;
_serverStarted = time();
_log.finest("used mem:" + MemoryWatchDog.getMemUsedMb());
Strings.reload();
IdFactory _idFactory = IdFactory.getInstance();
if (!_idFactory.isInitialized()) {
_log.severe("Could not read object IDs from DB. Please Check Your Data.");
throw new Exception("Could not initialize the ID factory");
}
ThreadPoolManager.getInstance();
if (Config.DEADLOCKCHECK_INTERVAL > 0) {