Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | "toudsf"<18600601...@163.com> |
Subject | hi,debug环境启动的时候,抛出【System integrity check failed. Refuse to startup】错误 |
Date | Sat, 12 Oct 2013 02:52:34 GMT |
hi,各位牛人: // Run the SystemIntegrityCheckers first Map<String, SystemIntegrityChecker> integrityCheckers = getApplicationContext().getBeansOfType(SystemIntegrityChecker.class); for (Entry<String,SystemIntegrityChecker> entry : integrityCheckers.entrySet() ){ s_logger.info ("Running SystemIntegrityChecker " + entry.getKey()); try { entry.getValue().check(); } catch(Throwable e) { s_logger.error("System integrity check failed. Refuse to startup"); System.exit(1); } } 2013-10-12 toudsf | |
Mime |
|
View raw message |