bugfix
This commit is contained in:
parent
dd1bb75192
commit
274b708089
1 changed files with 2 additions and 2 deletions
|
|
@ -33,11 +33,11 @@ public class HalServer {
|
||||||
LogUtil.readConfiguration("logging.properties");
|
LogUtil.readConfiguration("logging.properties");
|
||||||
|
|
||||||
// init DB and other configurations
|
// init DB and other configurations
|
||||||
|
HalContext.initialize();
|
||||||
DBConnection db = HalContext.getDB();
|
DBConnection db = HalContext.getDB();
|
||||||
|
PluginManager pluginManager = new PluginManager("./");
|
||||||
|
|
||||||
// init Managers
|
// init Managers
|
||||||
PluginManager pluginManager = new PluginManager("./");
|
|
||||||
HalContext.initialize();
|
|
||||||
HalAlertManager.initialize();
|
HalAlertManager.initialize();
|
||||||
ControllerManager.initialize(pluginManager);
|
ControllerManager.initialize(pluginManager);
|
||||||
TriggerManager.initialize(pluginManager);
|
TriggerManager.initialize(pluginManager);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue