|
@@ -42,13 +42,19 @@ public class StartupThread extends Thread {
|
|
|
|
|
|
public void run() {
|
|
|
agent = ZillionAgentProvider.GetAgent();
|
|
|
-
|
|
|
+
|
|
|
+ log.info("======init====== createTables");
|
|
|
createTables();
|
|
|
+ log.info("======init====== OssUtils.init()");
|
|
|
OssUtils.init();
|
|
|
//ParaTypeCache.synParaTypeByFuncId();
|
|
|
+ log.info("======init====== MessageHandler.init()");
|
|
|
MessageHandler.init();
|
|
|
+ log.info("======init====== TypeToInfosMap.synCache()");
|
|
|
TypeToInfosMap.synCache();
|
|
|
+ log.info("======init====== ProPasCache.synCache()");
|
|
|
ProPasCache.synCache();
|
|
|
+ log.info("======init====== ObjectTag.objectTagCacheInit()");
|
|
|
ObjectTag.objectTagCacheInit();
|
|
|
// ColdStationManager.Instance().Start();
|
|
|
|