NutzCN Logo
问答 nutzwk mini打包到linux后执行出错
发布于 1628天前 作者 码农 1299 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk

java -jar wk-mini-5.2.6.jar 执行,访问192.182.57.48:8088,无法跳转到正常页面,一直访问的是404页面

nutz.application.name=公共
server.port=8088
server.host=192.182.57.48
[DEBUG] 16:35:35.272 [main] org.nutz.boot.starter.jetty.JettyStarter - Jetty monitor props:
----------------------------------------------
http.port                                : 8088
http.host                                : 192.182.57.48
http.idleTimeout                         : 300000
https.enable                             : false
welcome_files                            : index.html,index.htm,index.do
maxFormContentSize                       : 1073741824
----------------------------------------------
[DEBUG] 16:35:42.936 [qtp1731977615-70] org.apache.shiro.session.mgt.AbstractValidatingSessionManager - No sessionValidationScheduler set.  Attempting to create default instance.
[INFO ] 16:35:42.936 [qtp1731977615-70] org.apache.shiro.session.mgt.AbstractValidatingSessionManager - Enabling session validation scheduler...
[DEBUG] 16:35:42.937 [qtp1731977615-70] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@58ab777f].  Returning null to indicate a session could not be found.
[DEBUG] 16:35:42.943 [qtp1731977615-70] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/ : SysHomeController.index(SysHomeController.java:150)
[DEBUG] 16:35:42.944 [qtp1731977615-70] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:35:42.944 [qtp1731977615-70] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysHomeController
[DEBUG] 16:35:42.944 [qtp1731977615-70] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHomeController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 16:35:42.944 [qtp1731977615-70] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:35:42.944 [qtp1731977615-70] org.nutz.ioc.impl.ScopeContext - Save object 'sysHomeController' to [app] 
[DEBUG] 16:35:42.945 [qtp1731977615-70] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController without AOP
[DEBUG] 16:35:42.948 [qtp1731977615-70] org.nutz.ioc.val.ReferTypeValue - name=sysMenuService not found, search for type=cn.wizzer.app.sys.modules.services.SysMenuService
[DEBUG] 16:35:42.949 [qtp1731977615-70] org.nutz.ioc.impl.NutIoc - Get 'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 16:35:42.951 [qtp1731977615-70] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 16:35:42.956 [qtp1731977615-70] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/ 13ms
[DEBUG] 16:35:42.970 [qtp1731977615-45] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@735cc71b].  Returning null to indicate a session could not be found.
[DEBUG] 16:35:42.971 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/sysadmin : NOT Action match
[DEBUG] 16:35:42.973 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/platform/home/404 : SysHomeController.error404(SysHomeController.java:130)
[DEBUG] 16:35:42.973 [qtp1731977615-45] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:35:42.974 [qtp1731977615-45] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/platform/home/404 1ms
[DEBUG] 16:35:42.987 [qtp1731977615-69] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@7f5ada46].  Returning null to indicate a session could not be found.
[DEBUG] 16:35:42.988 [qtp1731977615-69] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/error/404 : NOT Action match
[DEBUG] 16:35:43.080 [qtp1731977615-70] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@6c997b95].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:04.771 [qtp1731977615-69] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@5d50173b].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:04.771 [qtp1731977615-69] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/wk-mini-5.2.6/ : NOT Action match
[DEBUG] 16:36:04.772 [qtp1731977615-69] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/platform/home/404 : SysHomeController.error404(SysHomeController.java:130)
[DEBUG] 16:36:04.772 [qtp1731977615-69] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:36:04.773 [qtp1731977615-69] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/platform/home/404 1ms
[DEBUG] 16:36:11.363 [qtp1731977615-45] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@5efb9bbc].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:11.363 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/wk-mini : NOT Action match
[DEBUG] 16:36:11.364 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/platform/home/404 : SysHomeController.error404(SysHomeController.java:130)
[DEBUG] 16:36:11.364 [qtp1731977615-45] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:36:11.364 [qtp1731977615-45] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/platform/home/404 0ms
[DEBUG] 16:36:16.521 [qtp1731977615-69] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@3843817a].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:16.521 [qtp1731977615-69] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/ : SysHomeController.index(SysHomeController.java:150)
[DEBUG] 16:36:16.521 [qtp1731977615-69] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:36:16.522 [qtp1731977615-69] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/ 0ms
[DEBUG] 16:36:16.538 [qtp1731977615-45] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@2635877d].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:16.538 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/sysadmin : NOT Action match
[DEBUG] 16:36:16.539 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/platform/home/404 : SysHomeController.error404(SysHomeController.java:130)
[DEBUG] 16:36:16.539 [qtp1731977615-45] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 16:36:16.539 [qtp1731977615-45] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/platform/home/404 0ms
[DEBUG] 16:36:16.588 [qtp1731977615-69] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@7fd49558].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:16.588 [qtp1731977615-69] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/error/404 : NOT Action match
[DEBUG] 16:36:18.521 [qtp1731977615-45] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@202629e0].  Returning null to indicate a session could not be found.
[DEBUG] 16:36:18.522 [qtp1731977615-45] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/error/404 : NOT Action match
[DEBUG] 16:36:18.579 [qtp1731977615-69] org.apache.shiro.session.mgt.DefaultSessionManager - Unable to resolve session ID from SessionKey [org.apache.shiro.web.session.mgt.WebSessionKey@76771e2e].  Returning null to indicate a session could not be found.
[ERROR] 16:36:35.299 [main] org.nutz.boot.NbApp - something happen!!
java.net.UnknownHostException: host-192.182.57.48: host-192.182.57.48: unknown error
	at java.net.InetAddress.getLocalHost(InetAddress.java:1505)
	at org.nutz.boot.starter.logback.exts.LogbackStarter.initLoglevelConfig(LogbackStarter.java:60)
	at org.nutz.boot.starter.logback.exts.LogbackStarter.start(LogbackStarter.java:89)
	at org.nutz.boot.AppContext.startServers(AppContext.java:310)
	at org.nutz.boot.NbApp.execute(NbApp.java:210)
	at org.nutz.boot.NbApp.run(NbApp.java:182)
	at cn.wizzer.app.web.commons.core.MyMainLauncher.main(MyMainLauncher.java:86)
Caused by: java.net.UnknownHostException: host-192.182.57.48: unknown error
	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1500)
	... 6 common frames omitted

6 回复

执行命令hostname,看看输出啥

估计是输出 host-192.182.57.48

那么, 在 /etc/hosts 里面添加一行

127.0.0.1 host-192.182.57.48

在本地测试了一下war包形式的,也是报错,然后访问不到,报404错误

he resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stffname852dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.065 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stfilltype0d50type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.070 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stfilltype382btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.079 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stfirstsliceang40fetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.116 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stflowdirection27datype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.123 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stfontcollectionindex6766type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.199 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stnumfmtid76fbtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.201 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stobjects5c63type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.203 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stobjecttype97a7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.204 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stoffsete22etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.205 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stofpietype0e47type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.206 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stoledrawaspect00adtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.206 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stolelinktypef505type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.207 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stoleobjectfollowcolorschemead25type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.208 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stoletype716btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.214 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stoleupdate9760type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.218 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stonofff89ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.218 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stonofffcd2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.219 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/storage44e8doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.220 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/storageelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.221 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/storderb7a8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.222 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/storientation3c9ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.222 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/storientationc326type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.223 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stoutputshapetypee631type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.240 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpivotfiltertype4503type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.241 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpixelsmeasurea891type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.242 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stplaceholdersize914btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.250 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stplaceholdertypeca72type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.252 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpositionoffseta433type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.253 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpositivecoordinatecbfctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.255 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpositivefixedpercentagee756type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.256 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpositivepercentagedb9etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.257 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpresetcameratype9969type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.257 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpresetcolorval55e8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.261 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpresetlinedashval159dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.266 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpresetmaterialtype87ebtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.268 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpresetpatternval1d5btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.269 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpresetshadowval0e63type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.270 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stprintcolormode2e3ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.271 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stprinterror4934type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.272 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stprintwhat9feetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.273 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stproof871etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.274 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stprooferr6bf7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.282 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpttype6dc3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.283 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stpyramidaccentpositionff88type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.284 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stqualifier91b9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.285 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stradarstyle3dc1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.286 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/streamd1f1doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.287 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/streamelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.287 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strectalignmentd400type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.289 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stref90a2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.290 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strefa65e7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.298 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strefmodee5a5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.300 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strelation0edatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.301 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strelationshipid1e94type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.302 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strelationshipid95a6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.303 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strelfromh72aatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.304 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strelfromv56dctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.306 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stresizehandlesstrc427type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.313 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strestartnumber11aatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.315 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strevisionaction1dcatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.317 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stroked64adoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.318 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strotationpath97betype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.319 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strotx362btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.323 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stroty890atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.324 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strowidf4cftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.328 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strtype0f75type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.330 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strubyalignb1f7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.333 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/strwcolactiontypeff9atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.335 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stscatterstyle9eb9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.338 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stschemecolorval722etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.339 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stscopea463type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.342 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stscreensize2340type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.346 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsdtdatemappingtype01a1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.348 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsecondarychildalignment0410type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.353 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsecondarylineardirectioneb9btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.356 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsecondpiesize58fdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.358 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsectionmark2010type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.363 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stshapecdf5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.367 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stshapetype069ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.372 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stshd14d3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.382 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsheetstate158btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.385 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsheetviewtype988dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.387 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stshorthexnumber9170type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.389 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stshowdataas0732type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.391 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stshpa551type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.394 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsignedhpsmeasure8e89type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.397 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stsizerepresentsfc40type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.398 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stskip084dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.403 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stslidelayoutid62a9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.406 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stslidelayouttype3aaatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.409 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stslidemasteridfe71type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.411 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stslidesizecoordinate24b5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.413 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sD023D6490046BA0250A839A9AD24C443/stslidesizetypeb7f3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.893 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcellalignmentb580type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.895 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcellformula3583type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.897 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcellmergetrackchange3683type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.906 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcellstyle584etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.907 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcellstyles916dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.910 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcellxfs1322type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.922 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctchartc108type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.937 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctchildpreffe9ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.938 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctchoose5b3atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.940 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctclientdata433btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.945 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcola95ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.948 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolhierarchiesusage19cdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.951 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolor6d4ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.953 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolorb114type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.956 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolormapping5bc6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.965 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolorreplaceeffect939dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.968 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolorscheme0e99type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.971 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolorschememapping8722type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.972 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolorsfe01type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.973 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcolortransform8f48type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.983 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcomment2d10type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.984 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcomment6a93type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.986 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcommentauthora405type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.989 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcomments7674type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:00.998 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcompatee66type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.002 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctconnectionc6e7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.003 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctconnectionsf5f4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.006 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctconnectionsite6660type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.014 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctconnectornonvisual0f45type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.017 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctconsolidation894btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.018 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctconstrainte8b4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.022 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcontrol7455type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.032 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcspagesetupf5fdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.037 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctctstylelabela0bdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.039 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcurve5183type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.049 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomerdatalist8b7ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.051 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomgeometry2dca70type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.058 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomsheetview59d2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.064 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomxmlblockd3c1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.066 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomxmlcell706atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.068 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomxmlrowedd4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.070 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctcustomxmlrun1ac3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.082 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdatafield6f0ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.084 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdatamodel8e5ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.086 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdatarefdda8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.091 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdatastoreitem24fctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.094 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdatavalidation9d0ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.096 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdateaxbdd7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.098 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdatetime86a4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.102 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctddeitemse1e4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.103 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctddelink931etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.105 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctddevalues8e46type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.106 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdecimalnumbera518type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.107 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdefaultshapedefinitioneaeetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.109 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdefinedname9413type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.112 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdiagramc1cctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.113 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdiagramdefinition3655type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.114 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdiagramdefinitionheaderlstc917type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.115 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdialogsheet6f36type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.122 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdispunitslbl6e13type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.123 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdiv7c21type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.124 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdivbdr6ce9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.125 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdlblb7catype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.127 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdlblsb585type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.129 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdocpart7f27type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.131 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdocpartbehavior03f5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.137 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdocpartpra1c5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.139 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdocparttypesc33atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.140 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdocprotectc611type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.143 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdocumentbasedf5ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.146 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdoublec10btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.147 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdoughnutchartc12atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.151 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdpr2596type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.156 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdrawing2748type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.158 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdrawingfb76type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.159 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdtable4ef2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.162 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctdxfsb26atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.166 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cteastasianlayout0841type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.171 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctednpropsd887type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.173 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cteffectcontainer2e21type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.178 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctelempropset806btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.185 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cteqarrpr1305type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.187 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cterrbartypedcb4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.189 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cterrored27type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.199 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternallink966etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.201 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternalreference945ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.202 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternalreferencesd77ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.203 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternalrowa22etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.205 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternalsheetdatafd3dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.206 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternalsheetdataset07adtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.207 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctexternalsheetnamefcdetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.211 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctextrusion7112type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.213 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfbc3atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.215 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctffcheckboxf3a5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.218 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctffdataaa7etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.220 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctffhelptextbf1atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.221 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfftextinput3155type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.231 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfillb241type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.235 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfiltercolumn0fb7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.240 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfldchare83etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.244 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfont14d8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.250 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfontreferencef5adtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.252 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfontrelc308type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.253 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfonts124etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.255 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfonts6623type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.257 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfontscheme232ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.264 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfootnotes691ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.265 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctforeach9931type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.268 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctformatseebbtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.271 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctframe8f85type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.273 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctframepr12a3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.279 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctftnedncad9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.284 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctfuturemetadata3e9btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.285 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgammatransform06a0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.286 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgapamountdd98type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.287 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgeomguidef191type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.296 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgloweffectc659type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.297 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgradientfillaf5ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.298 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgradientfillproperties81c1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.300 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgradientstoplist7eabtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.301 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgraphicalobject1ce3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.303 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgraphicalobjectdata66adtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.311 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgraphicalobjectframelocking42adtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.312 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgraphicalobjectframenonvisual257dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.313 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgraphicframe5967type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.317 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroup2b13type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.319 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroupchrpr8022type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.325 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroupitems9ecatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.328 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgrouplockingcf73type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.329 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroupmembers7d63type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.330 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroups7cddtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.331 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroupshape0ae4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.333 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroupshape5b43type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.339 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgroupshapeproperties8690type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.343 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgvmlgraphicalobjectframe4824type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.346 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctgvmlpictureac01type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.349 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cth4cbctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.353 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cthandoutmasteridlistentryad8dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.354 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cthdrftr26datype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.355 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctheaderfooter2c34type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.358 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctheaderfooterb29dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.362 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cthslcolora63dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.363 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cthtmlpublishproperties1c78type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.364 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cthyperlink38actype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.366 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cthyperlinks6416type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.367 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cti85c8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.370 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cticonset2648type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.372 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctidmap63fatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.373 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctignorederrorc51ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.374 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctimage74eftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.376 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctimagedata4039type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.378 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctind4b93type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.380 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctink6f5ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.382 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctinline5726type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.388 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctinouttransitionacf1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.389 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctinputcells3470type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.391 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctinteger255c19etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.395 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctitemc69ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.398 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctjc158ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.402 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctkinsoku0179type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.404 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlangda3atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.405 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlanguage7b90type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.407 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlatentstyles2e3atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.410 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlayoutnodecd25type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.413 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlayoutvariablepropertysetf054type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.414 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlblalgn133etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.418 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlegacydrawing49f4type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.420 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlegenda54ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.422 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlegendpos053ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.424 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlevelgroupbf24type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.425 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctleveltext0621type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.428 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlimlocf362type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.434 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlimuppd44dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.436 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctline3dchart214dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.437 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctline50f2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.439 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlinechart249ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.446 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlinepropertiesd5e2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.447 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlineserd01atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.455 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctlvlf630type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.457 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmacrosheet6cdctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.459 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmailmerge1631type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.466 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmap023btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.471 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmarkuprangeba3dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.472 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmathpr9a88type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.482 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmdxtuplefa90type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.486 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmemberpropertyd0d8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.490 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmetadatablocks205etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.496 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmetadatatype6612type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.499 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmovebookmarkf7a1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.500 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmpr122dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.503 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctmultilvlstrrefe271type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.504 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctname2406type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.504 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnamelisttype0e89type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.509 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnameorcorporatetype4185type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.512 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnametype5d07type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.513 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnarye738type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.515 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnarypr7396type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.516 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnofillpropertiesbf92type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.518 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnonvisualconnectorproperties6f8etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.519 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnonvisualdrawingprops8fb0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.520 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnonvisualdrawingshapepropsf17btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.521 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnonvisualgraphicframeproperties43b6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.522 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnonvisualgroupdrawingshapeprops610ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.528 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnonvisualpicturepropertiesee3ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.533 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnotesmaster69ectype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.534 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnotesmasteridlistentry278ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.535 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnotesslideab75type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.537 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnotesviewproperties48d6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.540 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnumberd212type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.545 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnumericrule4e52type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.547 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnumfmtc0f5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.548 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnumlvl416ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.549 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnumpr16aatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.550 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctnumrestart261ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.554 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctodso6017type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.559 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctofpiechartbbb3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.562 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoleobject5da8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.564 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoleobjecte5c0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.566 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctolesizea368type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.567 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctomath6725type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.568 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctomathargcb13type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.577 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctotherwisee1e7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.579 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoutlineprc483type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.580 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoutlineviewproperties3335type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.581 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoutlineviewslideliste67dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.582 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoval64d0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.584 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctoverlapfd3ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.586 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpa1e2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.589 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagebordersa4datype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.591 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagebreakeb4ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.593 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagefield338atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.595 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagefields1db1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.597 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagemar92a3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.598 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagemarginsb730type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.600 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagesetup534dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.600 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpagesetupdb38type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.602 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpaneaab1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.605 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctparameterbe08type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.611 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpararprd6fetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.612 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpararproriginal7dadtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.616 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpath5963type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.625 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpermstart0140type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.629 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctphotoalbum4368type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.630 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpicture1d48type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.631 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpicture4f11type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.633 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpicturedc56type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.639 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpicturenonvisual36a3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.642 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpictureoptions493ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.653 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpivotareareferencee5a5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.656 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpivotcachedefinition575ctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.658 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpivotfieldf961type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.668 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpivotselectiond5f3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.671 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpivottabledefinitionb188type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.674 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctplotarea106etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.677 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpolylinef75etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.681 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctposv63ddtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.683 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctppr01c0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.685 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpprbasebaeftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.687 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpresentation56cbtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.689 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpresetcolora675type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.696 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctprintproperties6e0ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.700 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctprooferr1e07type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.702 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctproperties2c18type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.703 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctproperties3f10type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.705 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctproperty5ffatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.708 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctprotectedrange7078type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.710 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctprotectedranges7e83type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.713 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctprotectione383type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.716 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctproxy7727type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.717 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctpt616dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.718 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctptaba283type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.719 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctptlistf2eftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.720 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquery43e7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.721 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquerycache88a3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.723 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquerytableddeftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.730 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquerytabledeletedfieldse74btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.732 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquerytablefield9f13type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.733 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquerytablefields2348type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.734 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctquerytablerefreshac74type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.736 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctr0eabtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.737 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctr386atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.739 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctr8120type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.745 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrangeprc5betype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.746 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrangeset2c6etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.750 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrecord891atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.751 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrectf6e2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.753 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctreflectioneffect9c37type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.755 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrel4519type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.757 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrelation60dftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.763 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrelidsfef2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.764 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrelsizeanchorf2e7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.765 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctreviewedfa00type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.767 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisionautoformatting8c78type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.768 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisioncellchange4836type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.769 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisioncomment6c63type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.773 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisiondefinednamec9f8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.779 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisionmoveef95type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.781 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisions7d97type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.782 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrevisionsheetrename8a01type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.784 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctroundrectc466type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.785 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrow3b78type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.786 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrowdd39type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.792 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrpr097etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.798 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrproriginal302dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.801 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctrubycontent1d33type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.805 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctruntrackchangea458type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.809 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctscatterchart2bfctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.811 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctscenariofe59type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.815 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctschemalibrary4028type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.816 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctschemecolor5feftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.818 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctscrgbcolorf3e1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.823 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsddescription05f0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.825 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdname5095type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.828 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtblock221etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.830 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtcomboboxdb52type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.831 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtcontentblockb37btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.832 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtcontentcellb170type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.833 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtcontentrow740etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.836 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtcontentruna0fdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.845 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsdtpre24dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.847 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsectpr1123type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.849 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsectprbase60d2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.857 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctset25c1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.859 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsettingsd6a5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.862 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshape4679type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.863 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshape5cb5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.864 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshapebd1atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.866 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshapecfcetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.868 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshapedefaultsadcctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.873 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshapeproperties30e5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.875 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshapetype5c6ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.877 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshareditems677atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.881 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsheetformatprdef7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.884 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsheetpr3ae0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.887 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsheetview0f43type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.889 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshorthexnumber7780type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.891 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctshowproperties7555type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.894 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsignedhpsmeasure3099type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.895 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsignedtwipsmeasure1037type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.897 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsimplefieldacaatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.898 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsinglexmlcell7790type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.904 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslided7betype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.905 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidelayouteb34type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.907 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidemasterd8fctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.911 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidesizeb0fdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.913 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidesorterviewpropertiesea5btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.915 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidesyncproperties01b0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.918 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidetiming4214type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.919 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctslidetransition6829type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.920 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagpr0ebctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.921 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagprf715type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.922 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagrune098type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.923 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttags8aa1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.924 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagsf2cdtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.926 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagtypeae5dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.929 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagtypedc74type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.931 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsmarttagtypes9207type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.933 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsoftedgeseffect096etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.935 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsolidcolorfillproperties9cc9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.935 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsortconditionc4fctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.936 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsortstatea372type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.938 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsourcesa9fetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.940 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsourcetype8ab7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.940 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctspacingff2ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.943 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsplittransition4c60type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.945 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctspre2f82type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.948 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsrgbcolor5bdatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.951 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctssup1cf7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.953 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstring4cdatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.955 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstrokechilde83dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.955 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstrokee2f6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.957 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstyle41c1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.963 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstylelabel8d8etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.965 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstyles8506type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.965 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctstylesheet4257type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.967 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsurfacecharta96btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.968 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsurfaceser3ca9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.970 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctsystemcolor4525type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.971 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttable736dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.972 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablecellborderstyle87d0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.973 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablecellproperties1614type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.975 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablecolumn08a3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.980 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttableproperties3512type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.982 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablestylecellstyle1fddtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.983 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablestyled59etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.984 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablestyleinfo499atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.986 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttablestyletextstylec932type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.987 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttabstop5ebbtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.988 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblborders459ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.991 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblc014type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.996 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblppra134type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.996 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblpr5b72type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.997 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblprbaseeba1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:01.999 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblprexbasee7eetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.000 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttblprexchange12eftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.002 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttc4019type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.002 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttcbordersa5fatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.003 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttcprbase93e6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.004 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttcpree37type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.005 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttcprinnerc56dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.012 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextbodyproperties87ddtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.015 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextbulletsizepercent9b26type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.016 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextbullettypefacefollowtextd07ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.017 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextcharacterproperties76c0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.019 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttexteffect5ccatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.027 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextparagraphpropertiesdd05type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.028 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextpath14f0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.029 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttextpr0b58type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.036 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttileinfoproperties2featype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.038 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttimenodelist0258type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.046 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlanimatemotionbehavior043etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.048 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlanimvariantc9d3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.051 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlbuildparagraph4a8dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.055 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlcommonbehaviordata6ca6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.057 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlcommonmedianodedatab6c2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.059 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlcommontimenodedatac8e9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.063 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlolecharttargetelement04f2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.065 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttlshapetargetelement2763type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.068 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttltimeanimatevalue07d0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.070 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttltimecondition1eb9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.075 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttltimetargetelementdca9type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.078 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttrackchangenumberinge6catype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.079 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttrackchangerange0b06type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.080 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttransform2d5deftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.081 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttransitionsoundactionc47ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.082 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttrendlinec5f5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.087 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttrpr2848type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.088 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttrprbase5d77type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.090 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttuplef2e7type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.092 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttwipsmeasure4833type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.093 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttwipsmeasurea83dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.096 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttwocellanchor1e8dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.097 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttx9678type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.098 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/cttxbxcontent1133type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.101 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctucharhexnumber350ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.103 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctunderline8406type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.105 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctunderlineproperty8e20type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.108 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctundoinfo5bfbtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.109 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctunsignedinte8ectype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.110 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctunsignedinteger3953type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.112 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctupdownbarea70type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.113 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctupdownbarsd79ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.114 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctusersa927type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.118 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvalaxd06etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.121 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvariantedcatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.122 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvector3d7c8ftype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.123 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvectorc3e2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.125 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvectorlpstr9b1dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.128 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvectorvariant9d75type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.130 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctverticalalignfontproperty89f2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.135 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctview3daf66type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.139 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctvoltopicrefacf6type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.142 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwebpre615type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.143 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwebproperties5308type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.145 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwebpublishitemce57type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.146 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwebpublishobject9f83type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.149 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwebpublishobjects30d8type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.158 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwhenc237type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.162 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctworkbookpr03a5type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.165 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctworksheet530dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.174 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwriteprotection6a7atype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.175 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctwritingstyled853type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.178 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctxmlcolumnprc14etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.182 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ctxyadjusthandlefaf3type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.187 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/datacolumntypec699type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.195 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/datastoreitem0028doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.203 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/dialogsheet3662doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.206 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/documentsettingstype945btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.212 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egaxsharedmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.215 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egcellmarkupelementsmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.217 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egcolortransformmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.219 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egdlblsharedmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.220 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egeffectmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.224 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/eghdrftrreferencesmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.229 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/eglinejoinpropertiesmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.230 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egmathcontentmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.232 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egmediamodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.232 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egobjectchoicesmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.234 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egofficeartextensionlistmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.235 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egomathmathelementsmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.236 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egpcontentmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.237 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egrangemarkupelementsmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.237 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egrprbasemodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.243 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egruninnercontentmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.245 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egsersharedmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.246 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egshadepropertiesmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.247 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egshapeelementsmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.247 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egshowtypemodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.249 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egtext3dmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.253 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egtextunderlinefillmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.255 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egthemeablefillstylemodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.257 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/egwraptypemodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.265 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/extrusionok1d28attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.267 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/facenamestypeb920type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.268 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/fill6a95doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.272 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/fonts7aa2doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.276 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/footnotes8773doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.277 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/forcedash7ef0attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.278 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/forcedashattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.279 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/foreigndatatypefe8dtype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.280 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/formulaseedfdoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.281 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/formulaselement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.281 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ftre182doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.282 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ftrelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.283 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/functiondeftype36fetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.283 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/gfxdata37d6attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.284 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/gfxdataattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.285 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/glossarydocument6d5bdoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.285 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/glossarydocumentelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.286 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/gluesettingstypec601type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.286 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/graphic6f45doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.287 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/graphicelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.288 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/group7d3fdoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.291 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/groupdlblmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.294 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/groupdlblsmodelgroup.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.295 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/groupelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.296 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/handlesd34bdoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.297 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/handleselement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.298 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/handoutmaster9002doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.299 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/handoutmasterelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.300 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hdra530doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.301 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hdrelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.301 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headercentertype3977type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.302 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headerfooterfonttypee9e2type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.303 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headerfootertypec2f1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.303 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headerlefttype0485type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.304 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headermargintypeaa3etype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.305 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headerrighttype1ebctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.309 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headers2b91doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.312 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/headerselement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.312 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hralignattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.313 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hralignc56eattrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.314 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hrb533attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.315 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/href3b82attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.315 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hrefattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.316 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hrefattribute2.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.317 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hrefc394attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.318 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hrpct420aattrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.320 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/hrstd654cattrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.334 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/index.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.344 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/layoutdefhdrlstaf9ddoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.345 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/left99bedoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.347 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/legacydrawingf7d7doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.352 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/lpstrelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.357 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/mapinfoelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.362 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/mastershortcuttype1ef1type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.363 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/masterstypeaebatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.364 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/mastertype2d97type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.365 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/mathprelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.366 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/metadatad98cdoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.368 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/movie24a3attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.371 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/noteselement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.373 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/null0e0adoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.378 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/olea4dbattrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.379 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/oleicon5dd4attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.379 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/oleiconattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.380 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/oleidattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.383 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/oleobjectelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.388 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/omathpara2b79doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.390 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/onedattribute.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.393 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ostorageelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.395 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ostreame734doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.402 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/ovalelement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.403 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pagecontentstypea5d0type.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.405 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pageselement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.405 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pagesheettype679btype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.406 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pagetype2fcatype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.410 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pic8010doctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.412 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pictad01attrtypetype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.417 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pivotcacherecords120ddoctype.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
31-Oct-2019 17:04:02.418 警告 [localhost-startStop-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/schemaorg_apache_xmlbeans/system/sF1327CCA741569E70F9CA8C9AF9B44B2/pivotcacherecordselement.xsb] to the cache for web application [] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
17:04:04,237 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
17:04:04,237 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
17:04:04,238 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/E:/DevTools/tomcat/ceshi/apache-tomcat-8.0.44/webapps/ROOT/WEB-INF/classes/logback.xml]
17:04:04,342 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
17:04:04,343 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
17:04:04,349 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
17:04:04,420 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
17:04:04,420 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
17:04:04,420 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
17:04:04,421 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
17:04:04,427 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
17:04:04,450 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@704984073 - No compression will be used
17:04:04,452 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@704984073 - Will use the pattern /data/NutzWk-Mini/logs/mini-%d{yyyy-MM-dd}-5436.log for the active file
17:04:04,457 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/data/NutzWk-Mini/logs/mini-%d{yyyy-MM-dd}-5436.log'.
17:04:04,457 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
17:04:04,457 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Thu Oct 31 17:04:04 CST 2019
17:04:04,458 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
17:04:04,459 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: /data/NutzWk-Mini/logs/mini-2019-10-31-5436.log
17:04:04,459 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [null]
17:04:04,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
17:04:04,465 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC]
17:04:04,466 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC]
17:04:04,466 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Attaching appender named [FILE] to AsyncAppender.
17:04:04,466 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Setting discardingThreshold to 0
17:04:04,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [java] to false
17:04:04,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty] to INFO
17:04:04,467 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.eclipse.jetty]
17:04:04,467 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
17:04:04,467 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
17:04:04,467 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC] to Logger[ROOT]
17:04:04,467 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
17:04:04,468 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@77a8bd04 - Registering current configuration as safe fallback point

[INFO ] 17:04:04.484 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - Running at war mode!!! mainClass=cn.wizzer.app.web.commons.core.MyMainLauncher
[INFO ] 17:04:04.704 [localhost-startStop-1] org.nutz.boot.banner.SimpleBannerPrinter -
 _  _ _   _ _____ ______      ___  __
| \| | | | |_   _|_  /\ \    / / |/ /
| .` | |_| | | |  / /  \ \/\/ /| ' <
|_|\_|\___/  |_| /___|  \_/\_/ |_|\_\

:: Built with NutzWk

[DEBUG] 17:04:04.726 [localhost-startStop-1] org.nutz.resource.Scans - Locations count=4 time use 6ms
[DEBUG] 17:04:04.732 [localhost-startStop-1] org.nutz.resource.Scans - Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
[DEBUG] 17:04:04.733 [localhost-startStop-1] org.nutz.ioc.impl.PropertiesProxy - load properties from File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\custom\emtry.properties]
[DEBUG] 17:04:04.734 [localhost-startStop-1] org.nutz.boot.config.impl.PropertiesConfigureLoader - load E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\application.properties
[DEBUG] 17:04:04.780 [localhost-startStop-1] org.nutz.resource.Scans - Found 2 resource by src( ioc/ ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 17:04:04.781 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - loading [emtry.json]
[DEBUG] 17:04:04.782 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - loading [upload.json]
[DEBUG] 17:04:04.787 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - Loaded 7 bean define from path=[ioc/] --> [uploadFileContext, videoUpload, tmpFilePool, uploadImageContext, uploadVideoContext, imageUpload, fileUpload]
[DEBUG] 17:04:04.879 [localhost-startStop-1] org.nutz.castor.Castors - Using 107 castor for Castors
[DEBUG] 17:04:04.891 [localhost-startStop-1] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=org.nutz.aop.interceptor.async.Async by type=org.nutz.aop.interceptor.async.AsyncAopIocLoader
[INFO ] 17:04:04.896 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'cn.wizzer'
[DEBUG] 17:04:04.982 [localhost-startStop-1] org.nutz.resource.Scans - Found 272 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[INFO ] 17:04:05.078 [localhost-startStop-1] org.nutz.resource.Scans - Resource can't map to Class, Resource app/web/commons/ext/handler/WkErrorPageHandler.class
[INFO ] 17:04:05.299 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsArticleServiceImpl                   ' - cn.wizzer.app.cms.modules.services.impl.CmsArticleServiceImpl
[INFO ] 17:04:05.318 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsChannelServiceImpl                   ' - cn.wizzer.app.cms.modules.services.impl.CmsChannelServiceImpl
[INFO ] 17:04:05.325 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsLinkClassServiceImpl                 ' - cn.wizzer.app.cms.modules.services.impl.CmsLinkClassServiceImpl
[INFO ] 17:04:05.325 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsLinkServiceImpl                      ' - cn.wizzer.app.cms.modules.services.impl.CmsLinkServiceImpl
[INFO ] 17:04:05.327 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsSiteServiceImpl                      ' - cn.wizzer.app.cms.modules.services.impl.CmsSiteServiceImpl
[INFO ] 17:04:05.329 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'crowdSituationServiceImpl               ' - cn.wizzer.app.crowd.modules.services.impl.CrowdSituationServiceImpl
[INFO ] 17:04:05.331 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'scenicStateServiceImpl                  ' - cn.wizzer.app.crowd.modules.services.impl.ScenicStateServiceImpl
[INFO ] 17:04:05.332 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysBackupCrowdSituationServiceImpl      ' - cn.wizzer.app.crowd.modules.services.impl.SysBackupCrowdSituationServiceImpl
[INFO ] 17:04:05.332 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysHistorySituationServiceImpl          ' - cn.wizzer.app.crowd.modules.services.impl.SysHistorySituationServiceImpl
[INFO ] 17:04:05.333 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromAlibabaServiceImpl          ' - cn.wizzer.app.sync.modules.services.impl.SyncDataFromAlibabaServiceImpl
[INFO ] 17:04:05.333 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromKLJKServiceImpl             ' - cn.wizzer.app.sync.modules.services.impl.SyncDataFromKLJKServiceImpl
[INFO ] 17:04:05.335 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromYYGFServiceImpl             ' - cn.wizzer.app.sync.modules.services.impl.SyncDataFromYYGFServiceImpl
[INFO ] 17:04:05.341 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncParkDataServiceImpl                 ' - cn.wizzer.app.sync.modules.services.impl.SyncParkDataServiceImpl
[INFO ] 17:04:05.343 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncParkInfoDataServiceImpl             ' - cn.wizzer.app.sync.modules.services.impl.SyncParkInfoDataServiceImpl
[INFO ] 17:04:05.344 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncSubwayDataServiceImpl               ' - cn.wizzer.app.sync.modules.services.impl.SyncSubwayDataServiceImpl
[INFO ] 17:04:05.345 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncSubwayInfoDataServiceImpl           ' - cn.wizzer.app.sync.modules.services.impl.SyncSubwayInfoDataServiceImpl
[INFO ] 17:04:05.355 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysApiServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysApiServiceImpl
[INFO ] 17:04:05.358 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppConfServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppConfServiceImpl
[INFO ] 17:04:05.359 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppListServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppListServiceImpl
[INFO ] 17:04:05.360 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppTaskServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppTaskServiceImpl
[INFO ] 17:04:05.362 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysConfigServiceImpl                    ' - cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl
[INFO ] 17:04:05.363 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysDictServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl
[INFO ] 17:04:05.365 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysLogServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl
[INFO ] 17:04:05.369 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMenuServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl
[INFO ] 17:04:05.370 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl
[INFO ] 17:04:05.371 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgUserServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl
[INFO ] 17:04:05.374 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRoleServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl
[INFO ] 17:04:05.375 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRouteServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl
[INFO ] 17:04:05.376 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysTaskServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl
[INFO ] 17:04:05.377 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUnitServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl
[INFO ] 17:04:05.378 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUserServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl
[INFO ] 17:04:05.383 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cleanCrowdDataJob                       ' - cn.wizzer.app.task.commons.ext.quartz.job.CleanCrowdDataJob
[INFO ] 17:04:05.386 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromKLJKJob                     ' - cn.wizzer.app.task.commons.ext.quartz.job.SyncDataFromKLJKJob
[INFO ] 17:04:05.387 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromYYGFJob                     ' - cn.wizzer.app.task.commons.ext.quartz.job.SyncDataFromYYGFJob
[INFO ] 17:04:05.389 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncParkDataJob                         ' - cn.wizzer.app.task.commons.ext.quartz.job.SyncParkDataJob
[INFO ] 17:04:05.389 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncSubwayDataJob                       ' - cn.wizzer.app.task.commons.ext.quartz.job.SyncSubwayDataJob
[INFO ] 17:04:05.390 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'testJob                                 ' - cn.wizzer.app.task.commons.ext.quartz.job.TestJob
[INFO ] 17:04:05.391 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'taskPlatformServiceImpl                 ' - cn.wizzer.app.task.modules.services.impl.TaskPlatformServiceImpl
[INFO ] 17:04:05.394 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'globals                                 ' - cn.wizzer.app.web.commons.base.Globals
[INFO ] 17:04:05.395 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'myMainLauncher                          ' - cn.wizzer.app.web.commons.core.MyMainLauncher
[INFO ] 17:04:05.398 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'webPubSub                               ' - cn.wizzer.app.web.commons.ext.pubsub.WebPubSub
[INFO ] 17:04:05.402 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkNotifyService                         ' - cn.wizzer.app.web.commons.ext.websocket.WkNotifyService
[INFO ] 17:04:05.417 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkWebSocket                             ' - cn.wizzer.app.web.commons.ext.websocket.WkWebSocket
[INFO ] 17:04:05.418 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkWsHandler                             ' - cn.wizzer.app.web.commons.ext.websocket.WkWsHandler
[INFO ] 17:04:05.420 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'tplService                              ' - cn.wizzer.app.web.commons.ext.wx.TplService
[INFO ] 17:04:05.423 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxHandler                               ' - cn.wizzer.app.web.commons.ext.wx.WxHandler
[INFO ] 17:04:05.438 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxService                               ' - cn.wizzer.app.web.commons.ext.wx.WxService
[INFO ] 17:04:05.442 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'routeFilterStarter                      ' - cn.wizzer.app.web.commons.filter.RouteFilterStarter
[DEBUG] 17:04:05.443 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : RouteFilterStarter.createRouteFilter(...) define as name=routeFilter
[INFO ] 17:04:05.449 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'platformAuthc                           ' - cn.wizzer.app.web.commons.shiro.filter.PlatformAuthenticationFilter
[INFO ] 17:04:05.454 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'webSessionListener                      ' - cn.wizzer.app.web.commons.shiro.listener.WebSessionListener
[INFO ] 17:04:05.456 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'authenticationStrategy                  ' - cn.wizzer.app.web.commons.shiro.pam.AnySuccessfulStrategy
[INFO ] 17:04:05.463 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'platformRealm                           ' - cn.wizzer.app.web.commons.shiro.realm.PlatformAuthorizingRealm
[INFO ] 17:04:05.473 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$aop_syslog                             ' - cn.wizzer.app.web.commons.slog.SLogAopConfigration
[INFO ] 17:04:05.474 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sLogService                             ' - cn.wizzer.app.web.commons.slog.SLogService
[INFO ] 17:04:05.480 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dateUtil                                ' - cn.wizzer.app.web.commons.utils.DateUtil
[INFO ] 17:04:05.481 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'pinyinUtil                              ' - cn.wizzer.app.web.commons.utils.PinyinUtil
[INFO ] 17:04:05.481 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'shiroUtil                               ' - cn.wizzer.app.web.commons.utils.ShiroUtil
[INFO ] 17:04:05.481 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'signCheckUtil                           ' - cn.wizzer.app.web.commons.utils.SignCheckUtil
[INFO ] 17:04:05.482 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'signDeployUtil                          ' - cn.wizzer.app.web.commons.utils.SignDeployUtil
[INFO ] 17:04:05.483 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'stringUtil                              ' - cn.wizzer.app.web.commons.utils.StringUtil
[INFO ] 17:04:05.483 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'tokenUtil                               ' - cn.wizzer.app.web.commons.utils.TokenUtil
[INFO ] 17:04:05.486 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'pcCnIndexController                     ' - cn.wizzer.app.web.modules.controllers.front.pc.PcCnIndexController
[INFO ] 17:04:05.490 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsController                           ' - cn.wizzer.app.web.modules.controllers.front.wx.CmsController
[INFO ] 17:04:05.491 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wechatController                        ' - cn.wizzer.app.web.modules.controllers.front.wx.WechatController
[INFO ] 17:04:05.498 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'apiDeployController                     ' - cn.wizzer.app.web.modules.controllers.open.api.ApiDeployController
[INFO ] 17:04:05.502 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'apiFileTestController                   ' - cn.wizzer.app.web.modules.controllers.open.api.ApiFileTestController
[INFO ] 17:04:05.514 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'apiTestSignController                   ' - cn.wizzer.app.web.modules.controllers.open.api.ApiTestSignController
[INFO ] 17:04:05.515 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'apiTestTokenController                  ' - cn.wizzer.app.web.modules.controllers.open.api.ApiTestTokenController
[INFO ] 17:04:05.515 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'apiTokenController                      ' - cn.wizzer.app.web.modules.controllers.open.api.ApiTokenController
[INFO ] 17:04:05.517 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'uploadController                        ' - cn.wizzer.app.web.modules.controllers.open.file.UploadController
[INFO ] 17:04:05.520 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxPayBackController                     ' - cn.wizzer.app.web.modules.controllers.open.pay.WxPayBackController
[INFO ] 17:04:05.523 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'bdController                            ' - cn.wizzer.app.web.modules.controllers.open.ueditor.BdController
[INFO ] 17:04:05.524 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxController                            ' - cn.wizzer.app.web.modules.controllers.open.ueditor.WxController
[INFO ] 17:04:05.526 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'weixinController                        ' - cn.wizzer.app.web.modules.controllers.open.wx.WeixinController
[INFO ] 17:04:05.529 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsArticleController                    ' - cn.wizzer.app.web.modules.controllers.platform.cms.CmsArticleController
[INFO ] 17:04:05.535 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsChannelController                    ' - cn.wizzer.app.web.modules.controllers.platform.cms.CmsChannelController
[INFO ] 17:04:05.540 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsLinkClassController                  ' - cn.wizzer.app.web.modules.controllers.platform.cms.CmsLinkClassController
[INFO ] 17:04:05.542 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsLinkController                       ' - cn.wizzer.app.web.modules.controllers.platform.cms.CmsLinkController
[INFO ] 17:04:05.544 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsSiteController                       ' - cn.wizzer.app.web.modules.controllers.platform.cms.CmsSiteController
[INFO ] 17:04:05.545 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'crowdSituationController                ' - cn.wizzer.app.web.modules.controllers.platform.crowd.CrowdSituationController
[INFO ] 17:04:05.548 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'scenicStateController                   ' - cn.wizzer.app.web.modules.controllers.platform.sync.ScenicStateController
[INFO ] 17:04:05.549 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromAlibabaController           ' - cn.wizzer.app.web.modules.controllers.platform.sync.SyncDataFromAlibabaController
[INFO ] 17:04:05.550 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromKLJKController              ' - cn.wizzer.app.web.modules.controllers.platform.sync.SyncDataFromKLJKController
[INFO ] 17:04:05.551 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncDataFromYYGFController              ' - cn.wizzer.app.web.modules.controllers.platform.sync.SyncDataFromYYGFController
[INFO ] 17:04:05.551 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncParkDataController                  ' - cn.wizzer.app.web.modules.controllers.platform.sync.SyncParkDataController
[INFO ] 17:04:05.551 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'syncSubwayDataController                ' - cn.wizzer.app.web.modules.controllers.platform.sync.SyncSubwayDataController
[INFO ] 17:04:05.552 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysApiController                        ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysApiController
[INFO ] 17:04:05.553 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppController                        ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysAppController
[INFO ] 17:04:05.560 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysConfController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysConfController
[INFO ] 17:04:05.561 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysDictController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysDictController
[INFO ] 17:04:05.563 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysHomeController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController
[INFO ] 17:04:05.563 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysLogController                        ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysLogController
[INFO ] 17:04:05.564 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysLoginController                      ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysLoginController
[INFO ] 17:04:05.576 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMenuController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysMenuController
[INFO ] 17:04:05.578 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgController                        ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysMsgController
[INFO ] 17:04:05.580 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgUserController                    ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysMsgUserController
[INFO ] 17:04:05.580 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRoleController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysRoleController
[INFO ] 17:04:05.582 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRouteController                      ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysRouteController
[INFO ] 17:04:05.586 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysTaskController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysTaskController
[INFO ] 17:04:05.590 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUnitController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysUnitController
[INFO ] 17:04:05.591 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUserController                       ' - cn.wizzer.app.web.modules.controllers.platform.sys.SysUserController
[INFO ] 17:04:05.592 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxConfigController                      ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxConfigController
[INFO ] 17:04:05.593 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMassController                        ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxMassController
[INFO ] 17:04:05.595 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMenuController                        ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxMenuController
[INFO ] 17:04:05.596 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMsgUserController                     ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxMsgUserController
[INFO ] 17:04:05.597 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxPayTestController                     ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxPayTestController
[INFO ] 17:04:05.598 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyController                       ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyController
[INFO ] 17:04:05.600 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyImgController                    ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyImgController
[INFO ] 17:04:05.602 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyNewsController                   ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyNewsController
[INFO ] 17:04:05.604 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyTxtController                    ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyTxtController
[INFO ] 17:04:05.606 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxTplIdController                       ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxTplIdController
[INFO ] 17:04:05.607 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxTplListController                     ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxTplListController
[INFO ] 17:04:05.609 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxTplLogController                      ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxTplLogController
[INFO ] 17:04:05.610 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxUserController                        ' - cn.wizzer.app.web.modules.controllers.platform.wx.WxUserController
[INFO ] 17:04:05.611 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsArticleListTag                       ' - cn.wizzer.app.web.modules.tags.CmsArticleListTag
[INFO ] 17:04:05.616 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsArticleTag                           ' - cn.wizzer.app.web.modules.tags.CmsArticleTag
[INFO ] 17:04:05.617 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsChannelListTag                       ' - cn.wizzer.app.web.modules.tags.CmsChannelListTag
[INFO ] 17:04:05.619 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsChannelTag                           ' - cn.wizzer.app.web.modules.tags.CmsChannelTag
[INFO ] 17:04:05.620 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cmsLinkListTag                          ' - cn.wizzer.app.web.modules.tags.CmsLinkListTag
[INFO ] 17:04:05.621 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxConfigServiceImpl                     ' - cn.wizzer.app.wx.modules.services.impl.WxConfigServiceImpl
[INFO ] 17:04:05.624 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMassNewsServiceImpl                   ' - cn.wizzer.app.wx.modules.services.impl.WxMassNewsServiceImpl
[INFO ] 17:04:05.625 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMassSendServiceImpl                   ' - cn.wizzer.app.wx.modules.services.impl.WxMassSendServiceImpl
[INFO ] 17:04:05.625 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMassServiceImpl                       ' - cn.wizzer.app.wx.modules.services.impl.WxMassServiceImpl
[INFO ] 17:04:05.626 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMenuServiceImpl                       ' - cn.wizzer.app.wx.modules.services.impl.WxMenuServiceImpl
[INFO ] 17:04:05.628 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMsgReplyServiceImpl                   ' - cn.wizzer.app.wx.modules.services.impl.WxMsgReplyServiceImpl
[INFO ] 17:04:05.628 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxMsgServiceImpl                        ' - cn.wizzer.app.wx.modules.services.impl.WxMsgServiceImpl
[INFO ] 17:04:05.629 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyImgServiceImpl                   ' - cn.wizzer.app.wx.modules.services.impl.WxReplyImgServiceImpl
[INFO ] 17:04:05.629 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyNewsServiceImpl                  ' - cn.wizzer.app.wx.modules.services.impl.WxReplyNewsServiceImpl
[INFO ] 17:04:05.629 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyServiceImpl                      ' - cn.wizzer.app.wx.modules.services.impl.WxReplyServiceImpl
[INFO ] 17:04:05.630 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxReplyTxtServiceImpl                   ' - cn.wizzer.app.wx.modules.services.impl.WxReplyTxtServiceImpl
[INFO ] 17:04:05.630 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxTplIdServiceImpl                      ' - cn.wizzer.app.wx.modules.services.impl.WxTplIdServiceImpl
[INFO ] 17:04:05.631 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxTplListServiceImpl                    ' - cn.wizzer.app.wx.modules.services.impl.WxTplListServiceImpl
[INFO ] 17:04:05.631 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxTplLogServiceImpl                     ' - cn.wizzer.app.wx.modules.services.impl.WxTplLogServiceImpl
[INFO ] 17:04:05.632 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wxUserServiceImpl                       ' - cn.wizzer.app.wx.modules.services.impl.WxUserServiceImpl
[INFO ] 17:04:05.632 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'org.nutz.boot.starter'
[DEBUG] 17:04:05.649 [localhost-startStop-1] org.nutz.resource.Scans - Found 42 resource by src( org/nutz/boot/starter/ ) , regex( ^.+[.]class$ )
[INFO ] 17:04:05.701 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'beetlGroupTemplateStarter               ' - org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter
[DEBUG] 17:04:05.702 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : BeetlGroupTemplateStarter.getGroupTemplate(...) define as name=groupTemplate
[INFO ] 17:04:05.703 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$views_beetl                            ' - org.nutz.boot.starter.beetl.BeetlViewMakerStarter
[INFO ] 17:04:05.705 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'ftpService                              ' - org.nutz.boot.starter.ftp.FtpService
[INFO ] 17:04:05.712 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'ftpStarter                              ' - org.nutz.boot.starter.ftp.FtpStarter
[INFO ] 17:04:05.713 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dataSourceStarter                       ' - org.nutz.boot.starter.jdbc.DataSourceStarter
[DEBUG] 17:04:05.714 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.createHikariCPDataSource(...) define as name=hikariDataSource
[DEBUG] 17:04:05.715 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.createDruidDataSource(...) define as name=druidDataSource
[DEBUG] 17:04:05.716 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.getDataSource(...) define as name=dataSource
[INFO ] 17:04:05.716 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'druidWebStatFilterStarter               ' - org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter
[INFO ] 17:04:05.717 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'druidWebStatServletStarter              ' - org.nutz.boot.starter.jdbc.DruidWebStatServletStarter
[INFO ] 17:04:05.718 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'logbackStarter                          ' - org.nutz.boot.starter.logback.exts.LogbackStarter
[INFO ] 17:04:05.718 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelHeartbeatThread                 ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread
[INFO ] 17:04:05.720 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelProperty                        ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty
[INFO ] 17:04:05.721 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelService                         ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelService
[INFO ] 17:04:05.722 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'nutDaoStarter                           ' - org.nutz.boot.starter.nutz.dao.NutDaoStarter
[DEBUG] 17:04:05.735 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.createDaoCacheInterceptor(...) define as name=daoCacheInterceptor
[DEBUG] 17:04:05.735 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.createCacheSerializer(...) define as name=daoCacheSerializer
[DEBUG] 17:04:05.736 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.getSqlManager(...) define as name=sqlManager
[DEBUG] 17:04:05.736 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.getDao(...) define as name=dao
[INFO ] 17:04:05.746 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'nutFilterStarter                        ' - org.nutz.boot.starter.nutz.mvc.NutFilterStarter
[DEBUG] 17:04:05.747 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutFilterStarter.createNutFilter(...) define as name=nutFilter
[INFO ] 17:04:05.747 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'whaleFilterStarter                      ' - org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter
[DEBUG] 17:04:05.750 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : WhaleFilterStarter.createNutFilter(...) define as name=whaleFilter
[INFO ] 17:04:05.751 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'quartzStarter                           ' - org.nutz.boot.starter.quartz.QuartzStarter
[INFO ] 17:04:05.753 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'nbServletContextListener                ' - org.nutz.boot.starter.servlet3.NbServletContextListener
[INFO ] 17:04:05.754 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'shiroEnvStarter                         ' - org.nutz.boot.starter.shiro.ShiroEnvStarter
[DEBUG] 17:04:05.758 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.getWebSecurityManager(...) define as name=shiroWebSecurityManager
[DEBUG] 17:04:05.759 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.getShiroLcacheCacheManager(...) define as name=shiroLcacheCacheManager
[DEBUG] 17:04:05.763 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.getWebSessionManager(...) define as name=shiroWebSessionManager
[DEBUG] 17:04:05.763 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.createWebEnvironment(...) define as name=shiroWebEnvironment
[DEBUG] 17:04:05.764 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.createRememberMeManager(...) define as name=shiroRememberMeManager
[DEBUG] 17:04:05.764 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.getRedisLcacheCacheManager(...) define as name=shiroRedisCacheManager
[DEBUG] 17:04:05.765 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.getShiroEhcacheCacheManager(...) define as name=shiroEhcacheCacheManager
[DEBUG] 17:04:05.765 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.createShiroEnvironmentLoaderListener(...) define as name=shiroEnvironmentLoaderListener
[DEBUG] 17:04:05.766 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroEnvStarter.getCacheManager(...) define as name=shiroCacheManager
[INFO ] 17:04:05.766 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'shiroFilterStarter                      ' - org.nutz.boot.starter.shiro.ShiroFilterStarter
[DEBUG] 17:04:05.769 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : ShiroFilterStarter.createShiroFilter(...) define as name=shiroFilter
[DEBUG] 17:04:05.776 [localhost-startStop-1] org.nutz.boot.NbApp - Found file:/E:/DevTools/tomcat/ceshi/apache-tomcat-8.0.44/webapps/ROOT/WEB-INF/classes/META-INF/nutz/org.nutz.boot.starter.NbStarter
[INFO ] 17:04:05.792 [localhost-startStop-1] org.nutz.boot.NbApp - Configure Manual:
|id  |key                                     |required  |Possible Values     |Default   |Description         |                                starters|
|----|----------------------------------------|----------|--------------------|----------|--------------------|----------------------------------------|
|0   |beetl.DELIMITER_PLACEHOLDER_END         |no        |                    |}         |占位符的定界符的结束符号        |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|1   |beetl.DELIMITER_PLACEHOLDER_START       |no        |                    |${        |占位符的定界符的起始符号        |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|2   |beetl.DELIMITER_STATEMENT_END           |no        |                    |%>        |语句的定界符的结束符号         |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|3   |beetl.DELIMITER_STATEMENT_START         |no        |                    |<%        |语句的定界符的起始符号         |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|4   |beetl.DIRECT_BYTE_OUTPUT                |no        |                    |true      |直接输出字节流             |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|5   |beetl.ENGINE                            |no        |                    |org.beetl.core.engine.FastRuntimeEngine|渲染引擎                |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|6   |beetl.ERROR_HANDLER                     |no        |                    |org.beetl.ext.nutz.LogErrorHandler|错误处理器               |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|7   |beetl.FUNCTION_TAG_LIMITER              |no        |                    |          |模板函数的语句定界符          |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|8   |beetl.HTML_TAG_BINDING_ATTRIBUTE        |no        |                    |          |html标签绑定属性          |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|9   |beetl.HTML_TAG_FLAG                     |no        |                    |          |html标签前缀            |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|10  |beetl.HTML_TAG_SUPPORT                  |no        |                    |false     |是否支持Html标签          |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|11  |beetl.IGNORE_CLIENT_IO_ERROR            |no        |                    |false     |是否忽略客户端IO错误         |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|12  |beetl.IMPORT_PACKAGE                    |no        |                    |          |需要导入哪些package       |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|13  |beetl.MVC_STRICT                        |no        |                    |false     |MVC严格模式             |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|14  |beetl.NATIVE_CALL                       |no        |                    |false     |是否允许原生调用            |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|15  |beetl.NATIVE_SECUARTY_MANAGER           |no        |                    |org.beetl.core.DefaultNativeSecurityManager|本地支持的安全管理器          |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|16  |beetl.RESOURCE.autoCheck                |no        |                    |true      |自动检测模板更新            |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|17  |beetl.RESOURCE.root                     |no        |                    |template/ |模板目录的路径             |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|18  |beetl.RESOURCE.rootLocal                |no        |                    |          |模板目录的绝对路径,若不存在,回落到'模板目录的路径'|org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|19  |beetl.RESOURCE_LOADER                   |no        |                    |org.beetl.core.resource.ClasspathResourceLoader|模板加载器               |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|20  |beetl.TEMPLATE_CHARSET                  |no        |                    |UTF-8     |模板字符集               |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|21  |beetl.WEBAPP_EXT                        |no        |                    |          |扩展全局变量的实现类          |org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter|
|22  |druid.web.filter.exclusions             |no        |                    |          |需要排除的路径             |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|23  |druid.web.filter.principalCookieName    |no        |                    |          |用户权限信息的cookie属性名称   |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|24  |druid.web.filter.principalSessionName   |no        |                    |          |用户权限信息的session属性名称  |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|25  |druid.web.filter.profileEnable          |no        |                    |          |是否开启性能监控            |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|26  |druid.web.filter.realIpHeader           |no        |                    |          |Header中ReadIp对应的key |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|27  |druid.web.filter.sessionStatEnable      |no        |                    |true      |是否开启session状态监控     |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|28  |druid.web.filter.sessionStatMaxCount    |no        |                    |          |session最大状态数量       |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|29  |druid.web.servlet.allow                 |no        |                    |          |允许访问的ip列表           |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|30  |druid.web.servlet.deny                  |no        |                    |          |禁止访问的ip列表           |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|31  |druid.web.servlet.jmxPassword           |no        |                    |          |JMX的密码              |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|32  |druid.web.servlet.jmxUrl                |no        |                    |          |读取JMX信息的URL         |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|33  |druid.web.servlet.jmxUsername           |no        |                    |          |JMX的用户名             |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|34  |druid.web.servlet.loginPassword         |no        |                    |随机值,打印在日志中|访问monitor页面的密码      |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|35  |druid.web.servlet.loginUsername         |no        |                    |driud     |访问monitor页面的用户名     |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|36  |druid.web.servlet.resetEnable           |no        |                    |true      |是否允许重置统计结果          |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|37  |ftp.enabled                             |no        |                    |false     |是否启动FTP客户端          |    org.nutz.boot.starter.ftp.FtpStarter|
|38  |ftp.host                                |no        |                    |          |FTP地址               |    org.nutz.boot.starter.ftp.FtpStarter|
|39  |ftp.password                            |no        |                    |          |FTP用户密码             |    org.nutz.boot.starter.ftp.FtpStarter|
|40  |ftp.port                                |no        |                    |21        |FTP端口               |    org.nutz.boot.starter.ftp.FtpStarter|
|41  |ftp.timeout                             |no        |                    |30        |FTP超时时间             |    org.nutz.boot.starter.ftp.FtpStarter|
|42  |ftp.username                            |no        |                    |          |FTP用户名              |    org.nutz.boot.starter.ftp.FtpStarter|
|43  |jdbc.password                           |no        |                    |          |数据库密码               |org.nutz.boot.starter.jdbc.DataSourceStarter|
|44  |jdbc.type                               |no        |druid,simple,hikari |druid     |连接池类型               |org.nutz.boot.starter.jdbc.DataSourceStarter|
|45  |jdbc.url                                |yes       |                    |          |JDBC URL            |org.nutz.boot.starter.jdbc.DataSourceStarter|
|46  |jdbc.username                           |no        |                    |          |数据库用户名              |org.nutz.boot.starter.jdbc.DataSourceStarter|
|47  |nutz.dao.interceptor.cache.cache4Null   |no        |                    |true      |是否缓存null结果          |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|48  |nutz.dao.interceptor.cache.debug        |no        |                    |false     |打印daocache详细调试日志    |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|49  |nutz.dao.interceptor.cache.enable       |no        |                    |false     |是否使用daocache        |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|50  |nutz.dao.interceptor.cache.enableWhenTrans|no        |                    |false     |事务内是否启用daocache     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|51  |nutz.dao.interceptor.cache.provider.ioc.name|no        |                    |daoCacheProvider|daocache提供者DaoCacheProvider的IocBean名称|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|52  |nutz.dao.interceptor.cache.provider.memory.cacheSize|no        |                    |          |daocache提供者MemoryDaoCacheProvider的默认缓存大小|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|53  |nutz.dao.interceptor.cache.provider.type|no        |memory,ehcache,jedis,ioc|memory    |daocache提供者         |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|54  |nutz.dao.interceptor.cache.table.names  |no        |                    |          |需要缓存的表名称,英文逗号分隔     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|55  |nutz.dao.interceptor.cache.table.pattern|no        |                    |          |需要缓存的表名称的正则表达式      |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|56  |nutz.dao.interceptor.log.enable         |no        |                    |true      |是否打印dao的SQL日志       |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|57  |nutz.dao.interceptor.time.enable        |no        |                    |false     |是否打印dao的SQL耗时日志     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|58  |nutz.dao.sqls.path                      |no        |                    |sqls/     |sql目录               |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|59  |nutz.mvc.exclusions                     |no        |                    |          |排除指定请求路径的正则表达式      |org.nutz.boot.starter.nutz.mvc.NutFilterStarter|
|60  |nutz.mvc.ignore                         |no        |                    |          |过滤指定请求路径的正则表达式      |org.nutz.boot.starter.nutz.mvc.NutFilterStarter|
|61  |nutz.mvc.whale.enc.input                |no        |                    |UTF-8     |在其他Filter之前设置input编码|org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter|
|62  |nutz.mvc.whale.enc.output               |no        |                    |UTF-8     |在其他Filter之前设置output编码|org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter|
|63  |nutz.mvc.whale.http.hidden_method_param |no        |                    |          |隐形http方法参数转换所对应的参数名 |org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter|
|64  |nutz.mvc.whale.http.method_override     |no        |                    |false     |是否允许使用X-HTTP-Method-Override|org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter|
|65  |nutz.mvc.whale.upload.enable            |no        |                    |false     |是否启用隐形Upload支持      |org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter|
|66  |redis.database                          |no        |                    |0         |redis数据库序号          |org.nutz.boot.starter.redis.JedisStarter|
|67  |redis.host                              |no        |                    |127.0.0.1 |redis服务器ip或域名       |org.nutz.boot.starter.redis.JedisStarter|
|68  |redis.max_redir                         |no        |                    |10        |redis集群最大重定向次数      |org.nutz.boot.starter.redis.JedisStarter|
|69  |redis.nodes                             |no        |                    |          |redis集群节点列表         |org.nutz.boot.starter.redis.JedisStarter|
|70  |redis.password                          |no        |                    |          |redis密码             |org.nutz.boot.starter.redis.JedisStarter|
|71  |redis.port                              |no        |                    |6379      |redis服务器端口          |org.nutz.boot.starter.redis.JedisStarter|
|72  |redis.soTimeout                         |no        |                    |0         |redis写超时            |org.nutz.boot.starter.redis.JedisStarter|
|73  |redis.timeout                           |no        |                    |2000      |redis读写超时           |org.nutz.boot.starter.redis.JedisStarter|
|74  |shiro.ini.path                          |no        |                    |          |shiro.ini的路径,如果shiro.ini存在,就会使用它,否则走NB的内部逻辑|org.nutz.boot.starter.shiro.ShiroEnvStarter|
|75  |shiro.ini.urls                          |no        |                    |          |urls过滤清单            |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|76  |shiro.realm.cache.enable                |no        |                    |          |realm是否缓存           |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|77  |shiro.session.cache.redis.debug         |no        |                    |false     |session持久化时redis的debug模式|org.nutz.boot.starter.shiro.ShiroEnvStarter|
|78  |shiro.session.cache.redis.mode          |no        |                    |kv        |设置redis缓存的模式        |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|79  |shiro.session.cache.redis.ttl           |no        |                    |-1        |redis缓存的过期时间        |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|80  |shiro.session.cache.type                |no        |                    |memory    |设置使用的缓存类型           |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|81  |shiro.session.cookie.httpOnly           |no        |                    |true      |Cookie是否只读          |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|82  |shiro.session.cookie.maxAge             |no        |                    |946080000 |Cookie的过期时间,单位:毫秒   |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|83  |shiro.session.cookie.name               |no        |                    |sid       |Cookie的name         |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|84  |shiro.session.dao.iocName               |no        |                    |shiroSessionDao|SessionDao的ioc名称,设置并声明该IocBean,就能覆盖默认的SessionDao实现|org.nutz.boot.starter.shiro.ShiroEnvStarter|
|85  |shiro.session.enable                    |no        |                    |true      |是否启用Shiro的Session管理 |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|86  |shiro.session.manager.globalSessionTimeout|no        |                    |1800000   |全局session过期时间       |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|87  |shiro.session.manager.sessionValidationInterval|no        |                    |3600000   |定期检查session过期的周期    |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|88  |shiro.session.manager.sessionValidationSchedulerEnabled|no        |                    |true      |是否定期检查session过期     |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|89  |shiro.url.login                         |no        |                    |/user/login|默认登录路径              |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|90  |shiro.url.logout_redirect               |no        |                    |/         |退出登录后的重定向路径         |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|91  |shiro.url.unauth                        |no        |                    |/user/login|访问未授权页面后的重定向路径      |org.nutz.boot.starter.shiro.ShiroEnvStarter|
|92  |web.filter.order.nutz                   |no        |                    |          |指定NutFilter执行顺序     |org.nutz.boot.starter.nutz.mvc.NutFilterStarter|
|93  |weixin.aes                              |no        |                    |          |微信公众号API被动消息的AES秘钥  |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|94  |weixin.appid                            |no        |                    |          |微信公众号的appid         |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|95  |weixin.appsecret                        |no        |                    |          |微信公众号的appsecret     |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|96  |weixin.openid                           |no        |                    |          |微信公众号的OpenId        |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|97  |weixin.token                            |no        |                    |          |微信公众号API被动消息的Token  |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|98  |wxlogin.appid                           |no        |                    |          |微信登录所需要的appid       |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|99  |wxlogin.appsecret                       |no        |                    |          |微信登录所需要的appsecret   |org.nutz.boot.starter.nutz.weixin.WeixinStarter|
|100 |wxlogin.host                            |no        |                    |          |微信登录时使用的host头,需要包含http或https|org.nutz.boot.starter.nutz.weixin.WeixinStarter|
[INFO ] 17:04:05.810 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - ... NutIoc init complete
[DEBUG] 17:04:05.812 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'appContext' to [app]
[DEBUG] 17:04:05.812 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'conf' to [app]
[DEBUG] 17:04:05.812 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'nbApp' to [app]
[DEBUG] 17:04:05.815 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'counterService' to [app]
[DEBUG] 17:04:05.823 [localhost-startStop-1] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/integration/jedis/jedis.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 17:04:05.823 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - loading [jedis.js]
[DEBUG] 17:04:05.824 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - Loaded 9 bean define from path=[org/nutz/integration/jedis/jedis.js] --> [redisService, jedisCluster, jedisClusterNodes, jedisClusterWrapper, pubSubService, jedisPoolConfig, jedisPool, jedisAgent, redis]
[INFO ] 17:04:05.827 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'org.nutz.plugins.wkcache'
[DEBUG] 17:04:05.830 [localhost-startStop-1] org.nutz.resource.Scans - Found 13 resource by src( org/nutz/plugins/wkcache/ ) , regex( ^.+[.]class$ )
[INFO ] 17:04:05.841 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$aop_wkcache                            ' - org.nutz.plugins.wkcache.WkcacheAopConfigure
[INFO ] 17:04:05.841 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheRemoveAllInterceptor             ' - org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor
[INFO ] 17:04:05.842 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheRemoveEntryInterceptor           ' - org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor
[INFO ] 17:04:05.843 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheResultInterceptor                ' - org.nutz.plugins.wkcache.WkcacheResultInterceptor
[INFO ] 17:04:05.844 [localhost-startStop-1] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheUpdateInterceptor                ' - org.nutz.plugins.wkcache.WkcacheUpdateInterceptor
[DEBUG] 17:04:05.847 [localhost-startStop-1] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/plugins/weixin/weixin.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 17:04:05.848 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - loading [weixin.js]
[DEBUG] 17:04:05.852 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - Loaded 3 bean define from path=[org/nutz/plugins/weixin/weixin.js] --> [wxApi2, wxAccessTokenStore, wxLogin]
[DEBUG] 17:04:05.858 [localhost-startStop-1] org.nutz.ioc.loader.json.JsonLoader - Loaded 0 bean define from path=[] --> []
[INFO ] 17:04:05.909 [localhost-startStop-1] org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
[INFO ] 17:04:05.935 [localhost-startStop-1] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[INFO ] 17:04:05.935 [localhost-startStop-1] org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.0 created.
[INFO ] 17:04:05.938 [localhost-startStop-1] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
[INFO ] 17:04:05.940 [localhost-startStop-1] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'NutzbootScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 8 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[INFO ] 17:04:05.940 [localhost-startStop-1] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'NutzbootScheduler' initialized from an externally provided properties instance.
[INFO ] 17:04:05.941 [localhost-startStop-1] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.0
[INFO ] 17:04:05.942 [localhost-startStop-1] org.quartz.core.QuartzScheduler - JobFactory set to: org.nutz.integration.quartz.NutQuartzJobFactory@260e3168
[DEBUG] 17:04:05.942 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'scheduler' to [app]
[DEBUG] 17:04:05.943 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutFilterStarter'<class org.nutz.boot.starter.nutz.mvc.NutFilterStarter>
[DEBUG] 17:04:05.947 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 17:04:05.949 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=$aop_async
[DEBUG] 17:04:05.951 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:05.951 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 17:04:05.989 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object '$aop_async' to [app]
[DEBUG] 17:04:06.000 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get '$aop_syslog'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 17:04:06.000 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=$aop_syslog
[DEBUG] 17:04:06.001 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_syslog) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:06.002 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'$aop_syslog'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 17:04:06.002 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object '$aop_syslog' to [app]
[DEBUG] 17:04:06.007 [localhost-startStop-1] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=cn.wizzer.app.web.commons.slog.annotation.SLog by type=cn.wizzer.app.web.commons.slog.SLogAopConfigration
[DEBUG] 17:04:06.018 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get '$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 17:04:06.019 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=$aop_wkcache
[DEBUG] 17:04:06.023 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_wkcache) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:06.027 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 17:04:06.027 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object '$aop_wkcache' to [app]
[DEBUG] 17:04:06.030 [localhost-startStop-1] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
[DEBUG] 17:04:06.031 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=nutFilterStarter
[DEBUG] 17:04:06.031 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(nutFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:06.032 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'nutFilterStarter'<class org.nutz.boot.starter.nutz.mvc.NutFilterStarter>
[DEBUG] 17:04:06.032 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'nutFilterStarter' to [app]
[DEBUG] 17:04:06.033 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.nutz.mvc.NutFilterStarter without AOP
[DEBUG] 17:04:06.045 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:06.047 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 17:04:06.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'whaleFilterStarter'<class org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter>
[DEBUG] 17:04:06.050 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=whaleFilterStarter
[DEBUG] 17:04:06.051 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(whaleFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:06.051 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'whaleFilterStarter'<class org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter>
[DEBUG] 17:04:06.052 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'whaleFilterStarter' to [app]
[DEBUG] 17:04:06.058 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter without AOP
[DEBUG] 17:04:06.063 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:06.064 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 17:04:06.066 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=nutDaoStarter
[DEBUG] 17:04:06.066 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(nutDaoStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:06.072 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 17:04:06.074 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'nutDaoStarter' to [app]
[DEBUG] 17:04:06.075 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.nutz.dao.NutDaoStarter without AOP
[DEBUG] 17:04:06.080 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:06.393 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Jdbcs init complete
[INFO ] 17:04:06.393 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:04:06.463 [localhost-startStop-1] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
[DEBUG] 17:04:07.028 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 17:04:07.039 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 17:04:07.039 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector Java
[DEBUG] 17:04:07.040 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.21.176.23:3306/hp_jjzd?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 17:04:07.072 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 17:04:07.072 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 17:04:07.072 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8
[DEBUG] 17:04:07.073 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 17:04:07.074 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 17:04:07.075 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8mb4
[DEBUG] 17:04:07.076 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 17:04:07.076 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/opt/mysql-5.7.24-linux-glibc2.12-x86_64/share/charsets/
[DEBUG] 17:04:07.083 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 17:04:07.093 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=hp_jjzd
[DEBUG] 17:04:07.102 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=zdk@12.120.100.113
[DEBUG] 17:04:07.132 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 5.7.24-log]
[DEBUG] 17:04:07.142 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'trafficDao' to [app]
[INFO ] 17:04:07.143 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:04:07.144 [localhost-startStop-1] com.alibaba.druid.pool.DruidDataSource - {dataSource-2} inited
[DEBUG] 17:04:07.201 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 17:04:07.201 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 17:04:07.202 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector Java
[DEBUG] 17:04:07.203 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.82.4.56:3306/tbcs2?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 17:04:07.213 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 17:04:07.213 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 17:04:07.215 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8mb4
[DEBUG] 17:04:07.216 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 17:04:07.216 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 17:04:07.217 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8mb4
[DEBUG] 17:04:07.217 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 17:04:07.218 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/usr/share/mysql-8.0/charsets/
[DEBUG] 17:04:07.224 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 17:04:07.230 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=tbcs2
[DEBUG] 17:04:07.233 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=root@12.120.100.113
[DEBUG] 17:04:07.239 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 8.0.15]
[DEBUG] 17:04:07.240 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'kljkDao' to [app]
[INFO ] 17:04:07.242 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:04:07.247 [localhost-startStop-1] com.alibaba.druid.pool.DruidDataSource - {dataSource-3} inited
[DEBUG] 17:04:07.318 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 17:04:07.319 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 17:04:07.326 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector Java
[DEBUG] 17:04:07.328 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.21.176.23:3306/hp_jjzd?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 17:04:07.338 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 17:04:07.340 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 17:04:07.345 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8
[DEBUG] 17:04:07.346 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 17:04:07.347 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 17:04:07.349 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8mb4
[DEBUG] 17:04:07.353 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 17:04:07.355 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/opt/mysql-5.7.24-linux-glibc2.12-x86_64/share/charsets/
[DEBUG] 17:04:07.358 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 17:04:07.367 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=hp_jjzd
[DEBUG] 17:04:07.372 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=zdk@12.120.100.113
[DEBUG] 17:04:07.382 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 5.7.24-log]
[DEBUG] 17:04:07.383 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'ditieDao' to [app]
[INFO ] 17:04:07.387 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:04:07.388 [localhost-startStop-1] com.alibaba.druid.pool.DruidDataSource - {dataSource-4} inited
[DEBUG] 17:04:07.428 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 17:04:07.429 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 17:04:07.435 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector Java
[DEBUG] 17:04:07.437 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.21.176.23:3306/hp_jgw?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 17:04:07.444 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 17:04:07.444 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 17:04:07.447 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8mb4
[DEBUG] 17:04:07.451 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 17:04:07.454 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 17:04:07.455 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8mb4
[DEBUG] 17:04:07.456 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 17:04:07.457 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/opt/mysql-5.7.24-linux-glibc2.12-x86_64/share/charsets/
[DEBUG] 17:04:07.462 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 17:04:07.470 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=hp_jgw
[DEBUG] 17:04:07.475 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=zdk@12.120.100.113
[DEBUG] 17:04:07.481 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 5.7.24-log]
[DEBUG] 17:04:07.482 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'parkDao' to [app]
[INFO ] 17:04:07.483 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:04:07.485 [localhost-startStop-1] com.alibaba.druid.pool.DruidDataSource - {dataSource-5} inited
[DEBUG] 17:04:07.549 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 17:04:07.549 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 17:04:07.550 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector Java
[DEBUG] 17:04:07.551 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.82.4.56:3306/tbcs3?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 17:04:07.561 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 17:04:07.561 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 17:04:07.562 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8mb4
[DEBUG] 17:04:07.562 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 17:04:07.563 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 17:04:07.563 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8mb4
[DEBUG] 17:04:07.563 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 17:04:07.564 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/usr/share/mysql-8.0/charsets/
[DEBUG] 17:04:07.573 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 17:04:07.578 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=tbcs3
[DEBUG] 17:04:07.584 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=root@12.120.100.113
[DEBUG] 17:04:07.591 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 8.0.15]
[DEBUG] 17:04:07.591 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'yygfDao' to [app]
[DEBUG] 17:04:07.591 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 17:04:07.593 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=dataSourceStarter
[DEBUG] 17:04:07.593 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataSourceStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.594 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 17:04:07.595 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'dataSourceStarter' to [app]
[DEBUG] 17:04:07.595 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DataSourceStarter without AOP
[DEBUG] 17:04:07.604 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.605 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 17:04:07.607 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=druidWebStatFilterStarter
[DEBUG] 17:04:07.609 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidWebStatFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.609 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 17:04:07.610 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'druidWebStatFilterStarter' to [app]
[DEBUG] 17:04:07.611 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter without AOP
[DEBUG] 17:04:07.616 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.616 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 17:04:07.617 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=druidWebStatServletStarter
[DEBUG] 17:04:07.622 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidWebStatServletStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.624 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 17:04:07.625 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'druidWebStatServletStarter' to [app]
[DEBUG] 17:04:07.625 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter without AOP
[DEBUG] 17:04:07.630 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.630 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroFilterStarter'<class org.nutz.boot.starter.shiro.ShiroFilterStarter>
[DEBUG] 17:04:07.631 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroFilterStarter
[DEBUG] 17:04:07.634 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.639 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroFilterStarter'<class org.nutz.boot.starter.shiro.ShiroFilterStarter>
[DEBUG] 17:04:07.640 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroFilterStarter' to [app]
[DEBUG] 17:04:07.640 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.shiro.ShiroFilterStarter without AOP
[DEBUG] 17:04:07.645 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.646 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<class org.nutz.boot.starter.shiro.ShiroEnvStarter>
[DEBUG] 17:04:07.648 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroEnvStarter
[DEBUG] 17:04:07.653 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroEnvStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.657 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroEnvStarter'<class org.nutz.boot.starter.shiro.ShiroEnvStarter>
[DEBUG] 17:04:07.657 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroEnvStarter' to [app]
[DEBUG] 17:04:07.658 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.shiro.ShiroEnvStarter without AOP
[DEBUG] 17:04:07.666 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.667 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 17:04:07.667 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get '$views_beetl'<class org.nutz.boot.starter.beetl.BeetlViewMakerStarter>
[DEBUG] 17:04:07.668 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=$views_beetl
[DEBUG] 17:04:07.669 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($views_beetl) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.670 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'$views_beetl'<class org.nutz.boot.starter.beetl.BeetlViewMakerStarter>
[DEBUG] 17:04:07.671 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object '$views_beetl' to [app]
[DEBUG] 17:04:07.672 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.beetl.BeetlViewMakerStarter without AOP
[DEBUG] 17:04:07.674 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 17:04:07.675 [localhost-startStop-1] org.nutz.boot.starter.beetl.BeetlViewMakerStarter - beetl init ....
[DEBUG] 17:04:07.675 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'groupTemplate'<class org.beetl.core.GroupTemplate>
[DEBUG] 17:04:07.676 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=groupTemplate
[DEBUG] 17:04:07.677 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(groupTemplate) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.677 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'groupTemplate'<class org.beetl.core.GroupTemplate>
[DEBUG] 17:04:07.678 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'groupTemplate' to [app]
[DEBUG] 17:04:07.700 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.beetl.core.GroupTemplate without AOP
[DEBUG] 17:04:07.700 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'beetlGroupTemplateStarter'<>
[DEBUG] 17:04:07.701 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=beetlGroupTemplateStarter
[DEBUG] 17:04:07.702 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(beetlGroupTemplateStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.703 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'beetlGroupTemplateStarter'<>
[DEBUG] 17:04:07.704 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'beetlGroupTemplateStarter' to [app]
[DEBUG] 17:04:07.704 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter without AOP
[DEBUG] 17:04:07.706 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.707 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 17:04:07.715 [localhost-startStop-1] org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter - no custom DIRECT_BYTE_OUTPUT found , set to true
[DEBUG] 17:04:07.796 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'beetlGroupTemplateStarter'<class org.nutz.boot.starter.beetl.BeetlGroupTemplateStarter>
[DEBUG] 17:04:07.797 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'quartzStarter'<class org.nutz.boot.starter.quartz.QuartzStarter>
[DEBUG] 17:04:07.798 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=quartzStarter
[DEBUG] 17:04:07.798 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(quartzStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.798 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'quartzStarter'<class org.nutz.boot.starter.quartz.QuartzStarter>
[DEBUG] 17:04:07.799 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'quartzStarter' to [app]
[DEBUG] 17:04:07.800 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.quartz.QuartzStarter without AOP
[DEBUG] 17:04:07.803 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.803 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 17:04:07.806 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'scheduler'<interface org.quartz.Scheduler>
[DEBUG] 17:04:07.808 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'ftpStarter'<class org.nutz.boot.starter.ftp.FtpStarter>
[DEBUG] 17:04:07.809 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=ftpStarter
[DEBUG] 17:04:07.809 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(ftpStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.809 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'ftpStarter'<class org.nutz.boot.starter.ftp.FtpStarter>
[DEBUG] 17:04:07.810 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'ftpStarter' to [app]
[DEBUG] 17:04:07.810 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.ftp.FtpStarter without AOP
[DEBUG] 17:04:07.814 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'logbackStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 17:04:07.814 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=logbackStarter
[DEBUG] 17:04:07.815 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(logbackStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.815 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'logbackStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 17:04:07.815 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'logbackStarter' to [app]
[DEBUG] 17:04:07.816 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.LogbackStarter without AOP
[DEBUG] 17:04:07.828 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 17:04:07.829 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=loglevelProperty
[DEBUG] 17:04:07.829 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(loglevelProperty) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.830 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 17:04:07.830 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'loglevelProperty' to [app]
[DEBUG] 17:04:07.831 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty without AOP
[DEBUG] 17:04:07.847 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:07.847 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'quartzStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 17:04:07.853 [localhost-startStop-1] org.nutz.boot.starter.logback.exts.LogbackStarter - logback loglevel is starting...
[DEBUG] 17:04:07.853 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'loglevelService'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelService>
[DEBUG] 17:04:07.854 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=loglevelService
[DEBUG] 17:04:07.854 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(loglevelService) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:07.855 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'loglevelService'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelService>
[DEBUG] 17:04:07.855 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'loglevelService' to [app]
[DEBUG] 17:04:07.856 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.loglevel.LoglevelService without AOP
[DEBUG] 17:04:07.861 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 17:04:07.862 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'redisService'<class org.nutz.integration.jedis.RedisService>
[DEBUG] 17:04:07.862 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=redisService
[DEBUG] 17:04:07.862 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(redisService) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 17:04:07.863 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'redisService'<class org.nutz.integration.jedis.RedisService>
[DEBUG] 17:04:07.866 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'redisService' to [app]
[DEBUG] 17:04:07.924 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.jedis.RedisService without AOP
[DEBUG] 17:04:08.174 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisAgent'<>
[DEBUG] 17:04:08.175 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=jedisAgent
[DEBUG] 17:04:08.177 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(jedisAgent) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 17:04:08.179 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'jedisAgent'<>
[DEBUG] 17:04:08.180 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'jedisAgent' to [app]
[DEBUG] 17:04:08.181 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.jedis.JedisAgent without AOP
[DEBUG] 17:04:08.189 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'pubSubService'<class org.nutz.integration.jedis.pubsub.PubSubService>
[DEBUG] 17:04:08.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=pubSubService
[DEBUG] 17:04:08.192 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pubSubService) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 17:04:08.197 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'pubSubService'<class org.nutz.integration.jedis.pubsub.PubSubService>
[DEBUG] 17:04:08.198 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'pubSubService' to [app]
[DEBUG] 17:04:08.199 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.jedis.pubsub.PubSubService without AOP
[DEBUG] 17:04:08.205 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisAgent'<>
[DEBUG] 17:04:08.205 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'loglevelHeartbeatThread'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread>
[DEBUG] 17:04:08.205 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=loglevelHeartbeatThread
[DEBUG] 17:04:08.206 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(loglevelHeartbeatThread) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:08.206 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'loglevelHeartbeatThread'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread>
[DEBUG] 17:04:08.207 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'loglevelHeartbeatThread' to [app]
[DEBUG] 17:04:08.207 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread without AOP
[DEBUG] 17:04:08.219 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 17:04:08.220 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'loglevelService'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelService>
[DEBUG] 17:04:08.223 [jedis.pubsub.logback:loglevel:pubsub] org.nutz.ioc.impl.NutIoc - Get 'jedisPool'<class redis.clients.util.Pool>
[DEBUG] 17:04:08.230 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisPool'<class redis.clients.util.Pool>
[DEBUG] 17:04:08.230 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=jedisPool
[DEBUG] 17:04:08.231 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(jedisPool) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 17:04:08.233 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'jedisPool'<class redis.clients.util.Pool>
[DEBUG] 17:04:08.233 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'jedisPool' to [app]
[DEBUG] 17:04:08.249 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisPoolConfig'<>
[DEBUG] 17:04:08.249 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=jedisPoolConfig
[DEBUG] 17:04:08.250 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(jedisPoolConfig) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 17:04:08.251 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'jedisPoolConfig'<>
[DEBUG] 17:04:08.252 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'jedisPoolConfig' to [app]
[DEBUG] 17:04:08.253 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class redis.clients.jedis.JedisPoolConfig without AOP
[DEBUG] 17:04:08.253 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.280 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.280 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.281 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.282 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.283 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.283 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.286 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class redis.clients.jedis.JedisPool without AOP
[DEBUG] 17:04:08.287 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisPoolConfig'<>
[DEBUG] 17:04:08.288 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.288 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.289 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.292 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.293 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[INFO ] 17:04:08.370 [localhost-startStop-1] org.nutz.boot.starter.quartz.QuartzStarter - Starting Quartz Scheduler now
[INFO ] 17:04:08.371 [localhost-startStop-1] org.quartz.core.QuartzScheduler - Scheduler NutzbootScheduler_$_NON_CLUSTERED started.
[DEBUG] 17:04:08.371 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:04:08.372 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'quartzManager'<interface org.nutz.integration.quartz.QuartzManager>
[DEBUG] 17:04:08.373 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=quartzManager
[DEBUG] 17:04:08.374 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(quartzManager) in JsonLoader(paths=[])
[DEBUG] 17:04:08.374 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'quartzManager'<interface org.nutz.integration.quartz.QuartzManager>
[DEBUG] 17:04:08.375 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'quartzManager' to [app]
[DEBUG] 17:04:08.376 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.quartz.QuartzManagerImpl without AOP
[DEBUG] 17:04:08.390 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'scheduler'<>
[DEBUG] 17:04:08.392 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutQuartzCronJobFactory'<class org.nutz.integration.quartz.NutQuartzCronJobFactory>
[DEBUG] 17:04:08.392 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=nutQuartzCronJobFactory
[DEBUG] 17:04:08.393 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(nutQuartzCronJobFactory) in JsonLoader(paths=[])
[DEBUG] 17:04:08.394 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'nutQuartzCronJobFactory'<class org.nutz.integration.quartz.NutQuartzCronJobFactory>
[DEBUG] 17:04:08.394 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'nutQuartzCronJobFactory' to [app]
[DEBUG] 17:04:08.397 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.quartz.NutQuartzCronJobFactory without AOP
[DEBUG] 17:04:08.406 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'scheduler'<>
[DEBUG] 17:04:08.414 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 17:04:08.416 [localhost-startStop-1] org.nutz.integration.quartz.NutQuartzCronJobFactory - found cron job packages = cn.wizzer
[DEBUG] 17:04:08.492 [localhost-startStop-1] org.nutz.resource.Scans - Found 272 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[INFO ] 17:04:08.501 [localhost-startStop-1] org.nutz.resource.Scans - Resource can't map to Class, Resource app/web/commons/ext/handler/WkErrorPageHandler.class
[DEBUG] 17:04:08.509 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'myMainLauncher'<class cn.wizzer.app.web.commons.core.MyMainLauncher>
[DEBUG] 17:04:08.510 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=myMainLauncher
[DEBUG] 17:04:08.510 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(myMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.511 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'myMainLauncher'<class cn.wizzer.app.web.commons.core.MyMainLauncher>
[DEBUG] 17:04:08.511 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'myMainLauncher' to [app]
[DEBUG] 17:04:08.512 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.core.MyMainLauncher without AOP
[DEBUG] 17:04:08.518 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:08.520 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisAgent'<class org.nutz.integration.jedis.JedisAgent>
[DEBUG] 17:04:08.522 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'webPubSub'<class cn.wizzer.app.web.commons.ext.pubsub.WebPubSub>
[DEBUG] 17:04:08.523 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=webPubSub
[DEBUG] 17:04:08.526 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webPubSub) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.527 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'webPubSub'<class cn.wizzer.app.web.commons.ext.pubsub.WebPubSub>
[DEBUG] 17:04:08.528 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'webPubSub' to [app]
[DEBUG] 17:04:08.528 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.ext.pubsub.WebPubSub without AOP
[DEBUG] 17:04:08.531 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'pubSubService'<class org.nutz.integration.jedis.pubsub.PubSubService>
[DEBUG] 17:04:08.532 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysConfigService not found, search for type=cn.wizzer.app.sys.modules.services.SysConfigService
[DEBUG] 17:04:08.532 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.534 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.537 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.538 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.539 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.539 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.540 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.545 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:08.545 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:08.546 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:08.546 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:08.547 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:08.547 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:08.548 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.548 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.548 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.549 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.549 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.550 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.550 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.550 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.551 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.552 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.555 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.558 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.558 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.559 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromAlibabaController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.559 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.560 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.560 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiFileTestController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.561 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.561 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.562 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(authenticationStrategy) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.562 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkNotifyService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.562 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(weixinController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.563 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.563 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.564 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.564 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.564 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.565 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilterStarter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.565 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.565 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.566 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.566 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pcCnIndexController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.567 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.570 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysConfigServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysConfigService>
[DEBUG] 17:04:08.573 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sysConfigServiceImpl
[DEBUG] 17:04:08.575 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.575 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sysConfigServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysConfigService>
[DEBUG] 17:04:08.575 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sysConfigServiceImpl' to [app]
[DEBUG] 17:04:08.576 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:08.577 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=dao
[DEBUG] 17:04:08.578 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dao) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:08.578 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'dao'<>
[DEBUG] 17:04:08.579 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'dao' to [app]
[DEBUG] 17:04:08.580 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 17:04:08.580 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=dataSource
[DEBUG] 17:04:08.581 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:08.581 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'dataSource'<interface javax.sql.DataSource>
[DEBUG] 17:04:08.581 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'dataSource' to [app]
[DEBUG] 17:04:08.582 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<>
[DEBUG] 17:04:08.582 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 17:04:08.582 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=druidDataSource
[DEBUG] 17:04:08.583 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidDataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:08.583 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 17:04:08.584 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'druidDataSource' to [app]
[DEBUG] 17:04:08.588 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<>
[DEBUG] 17:04:08.593 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 17:04:08.594 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sqlManager
[DEBUG] 17:04:08.594 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sqlManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:08.595 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 17:04:08.595 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sqlManager' to [app]
[DEBUG] 17:04:08.596 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<>
[DEBUG] 17:04:08.604 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.dao.impl.NutDao without AOP
[DEBUG] 17:04:08.605 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 17:04:08.605 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 17:04:08.606 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<>
[INFO ] 17:04:08.606 [localhost-startStop-1] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:04:08.608 [localhost-startStop-1] com.alibaba.druid.pool.DruidDataSource - {dataSource-6} inited
[DEBUG] 17:04:08.656 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 17:04:08.657 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa )
[DEBUG] 17:04:08.658 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector Java
[DEBUG] 17:04:08.658 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.82.4.56:3306/tbcs?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 17:04:08.668 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 17:04:08.670 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 17:04:08.670 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8mb4
[DEBUG] 17:04:08.671 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 17:04:08.671 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 17:04:08.672 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=utf8mb4
[DEBUG] 17:04:08.672 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 17:04:08.672 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/usr/share/mysql-8.0/charsets/
[DEBUG] 17:04:08.681 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=ROW
[DEBUG] 17:04:08.688 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=tbcs
[DEBUG] 17:04:08.696 [localhost-startStop-1] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=root@12.120.100.113
[DEBUG] 17:04:08.701 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 8.0.15]
[DEBUG] 17:04:08.705 [localhost-startStop-1] org.nutz.resource.Scans - Found 0 resource by src( sqls/ ) , regex( .(sql|sqlx|sqls)$ )
[DEBUG] 17:04:08.705 [localhost-startStop-1] org.nutz.dao.impl.DaoSupport - SqlManager Sql count=0
[DEBUG] 17:04:08.707 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl without AOP
[DEBUG] 17:04:08.707 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:08.851 [localhost-startStop-1] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_config
[DEBUG] 17:04:08.852 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysRouteService not found, search for type=cn.wizzer.app.sys.modules.services.SysRouteService
[DEBUG] 17:04:08.856 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.857 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.858 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.860 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.862 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.862 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.863 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.863 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:08.864 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:08.864 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:08.865 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:08.865 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:08.866 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:08.866 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.866 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.867 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.870 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.874 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.875 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.876 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.876 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.877 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.877 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.878 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.878 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.878 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.879 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromAlibabaController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.880 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.880 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.880 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiFileTestController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.881 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.881 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.882 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(authenticationStrategy) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.888 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkNotifyService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.889 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(weixinController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.890 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.890 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.891 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.891 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.891 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.892 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilterStarter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.892 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.893 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.895 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.898 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pcCnIndexController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.900 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.901 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.901 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.902 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.902 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayBackController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.903 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.904 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signDeployUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.905 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(bdController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.905 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWebSocket) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.905 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.906 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.906 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.907 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.907 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pinyinUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.908 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.908 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.908 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformAuthc) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.909 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.909 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.910 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.910 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.911 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.911 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.911 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webSessionListener) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.912 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.915 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.919 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysBackupCrowdSituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.920 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.920 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.920 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.921 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHistorySituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.921 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cleanCrowdDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.922 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wechatController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.922 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(crowdSituationController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.922 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.923 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.923 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.924 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTokenController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.924 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiDeployController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.925 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.925 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassSendServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.925 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTestSignController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.926 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.928 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.931 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.932 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformRealm) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.933 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.933 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signCheckUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.934 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.934 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.935 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.935 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tplService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.936 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.938 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.939 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webPubSub) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.939 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.939 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.940 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.940 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.941 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.941 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWsHandler) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.941 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.942 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.942 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(myMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.943 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.945 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysRouteServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysRouteService>
[DEBUG] 17:04:08.947 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sysRouteServiceImpl
[DEBUG] 17:04:08.949 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.949 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sysRouteServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysRouteService>
[DEBUG] 17:04:08.950 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sysRouteServiceImpl' to [app]
[DEBUG] 17:04:08.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:08.952 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl without AOP
[DEBUG] 17:04:08.952 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:08.955 [localhost-startStop-1] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_route
[DEBUG] 17:04:08.956 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:08.957 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'groupTemplate'<class org.beetl.core.GroupTemplate>
[DEBUG] 17:04:08.960 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=taskPlatformService not found, search for type=cn.wizzer.app.task.modules.services.TaskPlatformService
[DEBUG] 17:04:08.961 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.962 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.966 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.967 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.969 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.969 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.970 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:08.970 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:08.971 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:08.971 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:08.971 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:08.972 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:08.972 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:08.973 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.973 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.973 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.977 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.980 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.980 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.981 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.981 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.981 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.982 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.982 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.983 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.983 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.983 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromAlibabaController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.984 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.984 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.985 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiFileTestController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.985 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.986 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.986 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(authenticationStrategy) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.987 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkNotifyService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.987 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(weixinController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.988 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.990 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.992 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.994 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.994 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.995 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilterStarter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.995 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.995 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.996 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.996 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pcCnIndexController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.997 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.997 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.997 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.998 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.998 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayBackController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:08.999 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.001 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signDeployUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.002 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(bdController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.003 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWebSocket) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.003 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.004 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.004 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.004 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.005 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pinyinUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.005 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.006 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.006 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformAuthc) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.006 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.008 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.012 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.013 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.013 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.014 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.014 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webSessionListener) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.015 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.015 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.015 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysBackupCrowdSituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.016 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.016 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.017 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.017 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHistorySituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.018 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cleanCrowdDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.019 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wechatController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.019 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(crowdSituationController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.020 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.021 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.023 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.026 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTokenController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.027 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiDeployController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.028 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.028 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassSendServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.028 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTestSignController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.029 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.029 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.029 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.030 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformRealm) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.030 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.031 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signCheckUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.031 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.032 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.034 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.034 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tplService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.034 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.035 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.036 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webPubSub) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.036 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.037 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.040 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.043 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.044 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.045 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWsHandler) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.045 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.045 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.046 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(myMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.046 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.047 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHomeController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.047 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.047 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.048 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.048 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(crowdSituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.049 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxHandler) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.049 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.049 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.050 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.050 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.051 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.052 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.054 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.057 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.058 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplIdServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.058 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.059 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_syslog) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.059 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.060 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.060 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTestTokenController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.061 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.061 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.062 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.062 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.062 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.063 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayTestController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.065 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromAlibabaServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.066 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sLogService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.066 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.067 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.067 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.067 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tokenUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.069 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplIdController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.072 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppConfServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.073 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(taskPlatformServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.075 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'taskPlatformServiceImpl'<interface cn.wizzer.app.task.modules.services.TaskPlatformService>
[DEBUG] 17:04:09.075 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=taskPlatformServiceImpl
[DEBUG] 17:04:09.076 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(taskPlatformServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.076 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'taskPlatformServiceImpl'<interface cn.wizzer.app.task.modules.services.TaskPlatformService>
[DEBUG] 17:04:09.077 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'taskPlatformServiceImpl' to [app]
[DEBUG] 17:04:09.077 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.task.modules.services.impl.TaskPlatformServiceImpl without AOP
[DEBUG] 17:04:09.088 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'quartzManager'<interface org.nutz.integration.quartz.QuartzManager>
[DEBUG] 17:04:09.089 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysTaskService not found, search for type=cn.wizzer.app.sys.modules.services.SysTaskService
[DEBUG] 17:04:09.091 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.094 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.094 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.095 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.095 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.096 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.096 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:09.096 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:09.097 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:09.097 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:09.098 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:09.098 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:09.098 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:09.100 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.104 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.107 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.108 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.108 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.108 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.109 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.109 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.110 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.110 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.110 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.111 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.111 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.112 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromAlibabaController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.112 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.113 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.113 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiFileTestController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.113 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.115 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.117 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(authenticationStrategy) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.119 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkNotifyService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.119 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(weixinController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.120 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.121 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.121 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.121 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.122 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.122 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilterStarter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.123 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.123 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.124 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.124 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pcCnIndexController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.125 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.127 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.127 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.128 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.128 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayBackController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.129 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.129 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signDeployUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.130 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(bdController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.130 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWebSocket) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.130 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.131 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.131 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.132 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.132 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pinyinUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.132 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.134 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.136 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformAuthc) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.138 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.138 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.139 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.139 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.140 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.140 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.141 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webSessionListener) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.141 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.141 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.142 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysBackupCrowdSituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.142 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.143 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.143 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.144 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHistorySituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.144 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cleanCrowdDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.145 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wechatController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.148 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(crowdSituationController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.150 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.151 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.152 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.152 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTokenController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.153 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiDeployController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.153 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.154 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassSendServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.154 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTestSignController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.154 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.155 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.155 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.156 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformRealm) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.156 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.157 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signCheckUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.157 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.157 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.158 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.160 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tplService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.163 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.164 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.165 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webPubSub) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.166 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.166 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.166 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.167 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.168 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.171 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWsHandler) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.172 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.172 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.173 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(myMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.173 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.174 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHomeController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.174 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.174 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.175 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.175 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(crowdSituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.176 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxHandler) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.176 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.177 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.180 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.182 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.182 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysTaskServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysTaskService>
[DEBUG] 17:04:09.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sysTaskServiceImpl
[DEBUG] 17:04:09.183 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:09.184 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sysTaskServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysTaskService>
[DEBUG] 17:04:09.185 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sysTaskServiceImpl' to [app]
[DEBUG] 17:04:09.185 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:09.186 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl without AOP
[DEBUG] 17:04:09.186 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:09.189 [localhost-startStop-1] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_task
[DEBUG] 17:04:09.189 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<interface org.nutz.dao.Dao>
[DEBUG] 17:04:09.190 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'kljkDao'<interface org.nutz.dao.Dao>
[DEBUG] 17:04:09.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'yygfDao'<interface org.nutz.dao.Dao>
[DEBUG] 17:04:09.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'parkDao'<interface org.nutz.dao.Dao>
[DEBUG] 17:04:09.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'ditieDao'<interface org.nutz.dao.Dao>
[DEBUG] 17:04:09.193 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'trafficDao'<interface org.nutz.dao.Dao>
[DEBUG] 17:04:09.193 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Remove object 'myMainLauncher' from [app]
[ERROR] 17:04:09.200 [localhost-startStop-1] org.nutz.boot.NbApp - something happen!!
org.nutz.ioc.IocException: IocBean[myMainLauncher] throw Exception when creating
        at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:153)
        at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
        at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
        at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
        at org.nutz.boot.NbApp.execute(NbApp.java:214)
        at org.nutz.boot.starter.servlet3.NbServletContextListener.contextInitialized(NbServletContextListener.java:79)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4853)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
        at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException: null
        at cn.wizzer.app.web.commons.core.MyMainLauncher.init(MyMainLauncher.java:98)
        at cn.wizzer.app.web.commons.core.MyMainLauncher$FM$init$04cccf21157b699770a08f9921b45d55.invoke(MyMainLauncher.java)
        at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:181)
        at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
        at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
        ... 18 common frames omitted
[DEBUG] 17:04:09.202 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatServletStarter'<interface org.nutz.boot.starter.WebServletFace>
[DEBUG] 17:04:09.211 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - add Servlet name=druid pathSpec=/druid/*
[INFO ] 17:04:09.859 [localhost-startStop-1] org.nutz.boot.starter.jdbc.DruidWebStatServletStarter - druid stat view random user=druid password=q0gok9m4ech7aq84do2k82ss8a
[DEBUG] 17:04:09.861 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<interface org.nutz.boot.starter.WebEventListenerFace>
[DEBUG] 17:04:09.863 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvironmentLoaderListener'<class org.apache.shiro.web.env.EnvironmentLoaderListener>
[DEBUG] 17:04:09.863 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroEnvironmentLoaderListener
[DEBUG] 17:04:09.864 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroEnvironmentLoaderListener) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:09.873 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroEnvironmentLoaderListener'<class org.apache.shiro.web.env.EnvironmentLoaderListener>
[DEBUG] 17:04:09.873 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroEnvironmentLoaderListener' to [app]
[DEBUG] 17:04:09.876 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.apache.shiro.web.env.EnvironmentLoaderListener without AOP
[DEBUG] 17:04:09.876 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[INFO ] 17:04:09.878 [localhost-startStop-1] org.apache.shiro.web.env.EnvironmentLoader - Starting Shiro environment initialization.
[DEBUG] 17:04:09.893 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroWebSecurityManager'<interface org.apache.shiro.web.mgt.WebSecurityManager>
[DEBUG] 17:04:09.893 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroWebSecurityManager
[DEBUG] 17:04:09.894 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroWebSecurityManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:09.895 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroWebSecurityManager'<interface org.apache.shiro.web.mgt.WebSecurityManager>
[DEBUG] 17:04:09.897 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroWebSecurityManager' to [app]
[DEBUG] 17:04:09.897 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[DEBUG] 17:04:10.633 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroWebSessionManager'<interface org.apache.shiro.web.session.mgt.WebSessionManager>
[DEBUG] 17:04:10.634 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroWebSessionManager
[DEBUG] 17:04:10.636 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroWebSessionManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:10.636 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroWebSessionManager'<interface org.apache.shiro.web.session.mgt.WebSessionManager>
[DEBUG] 17:04:10.636 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroWebSessionManager' to [app]
[DEBUG] 17:04:10.637 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[DEBUG] 17:04:10.664 [localhost-startStop-1] org.nutz.boot.starter.shiro.ShiroEnvStarter - using default SessionDAO = EnterpriseCacheSessionDAO
[DEBUG] 17:04:10.689 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroCacheManager'<interface org.apache.shiro.cache.CacheManager>
[DEBUG] 17:04:10.689 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroCacheManager
[DEBUG] 17:04:10.690 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroCacheManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:10.690 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroCacheManager'<interface org.apache.shiro.cache.CacheManager>
[DEBUG] 17:04:10.691 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroCacheManager' to [app]
[DEBUG] 17:04:10.691 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[DEBUG] 17:04:10.692 [localhost-startStop-1] org.nutz.boot.starter.shiro.ShiroEnvStarter - using session cache = lcache
[DEBUG] 17:04:10.692 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroLcacheCacheManager'<interface org.apache.shiro.cache.CacheManager>
[DEBUG] 17:04:10.692 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroLcacheCacheManager
[DEBUG] 17:04:10.694 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroLcacheCacheManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:10.697 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroLcacheCacheManager'<interface org.apache.shiro.cache.CacheManager>
[DEBUG] 17:04:10.698 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroLcacheCacheManager' to [app]
[DEBUG] 17:04:10.699 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEhcacheCacheManager'<>
[DEBUG] 17:04:10.700 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroEhcacheCacheManager
[DEBUG] 17:04:10.700 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroEhcacheCacheManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:10.701 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroEhcacheCacheManager'<>
[DEBUG] 17:04:10.701 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroEhcacheCacheManager' to [app]
[DEBUG] 17:04:10.702 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[WARN ] 17:04:10.727 [localhost-startStop-1] net.sf.ehcache.config.ConfigurationFactory - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: file:/E:/DevTools/tomcat/ceshi/apache-tomcat-8.0.44/webapps/ROOT/WEB-INF/classes/ehcache-failsafe.xml
[DEBUG] 17:04:10.727 [localhost-startStop-1] net.sf.ehcache.config.ConfigurationFactory - Configuring ehcache from URL: file:/E:/DevTools/tomcat/ceshi/apache-tomcat-8.0.44/webapps/ROOT/WEB-INF/classes/ehcache-failsafe.xml
[DEBUG] 17:04:10.729 [localhost-startStop-1] net.sf.ehcache.config.ConfigurationFactory - Configuring ehcache from InputStream
[DEBUG] 17:04:10.759 [localhost-startStop-1] net.sf.ehcache.config.BeanHandler - Ignoring ehcache attribute xmlns:xsi
[DEBUG] 17:04:10.762 [localhost-startStop-1] net.sf.ehcache.config.BeanHandler - Ignoring ehcache attribute xsi:noNamespaceSchemaLocation
[DEBUG] 17:04:10.764 [localhost-startStop-1] net.sf.ehcache.config.DiskStoreConfiguration - Disk Store Path: E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\temp
[DEBUG] 17:04:10.807 [localhost-startStop-1] net.sf.ehcache.CacheManager - Creating new CacheManager with default config
[DEBUG] 17:04:10.811 [localhost-startStop-1] net.sf.ehcache.util.PropertyUtil - propertiesString is null.
[DEBUG] 17:04:10.828 [localhost-startStop-1] net.sf.ehcache.config.ConfigurationHelper - No CacheManagerEventListenerFactory class specified. Skipping...
[DEBUG] 17:04:10.910 [localhost-startStop-1] net.sf.ehcache.Cache - No BootstrapCacheLoaderFactory class specified. Skipping...
[DEBUG] 17:04:10.910 [localhost-startStop-1] net.sf.ehcache.Cache - CacheWriter factory not configured. Skipping...
[DEBUG] 17:04:10.915 [localhost-startStop-1] net.sf.ehcache.config.ConfigurationHelper - No CacheExceptionHandlerFactory class specified. Skipping...
[DEBUG] 17:04:10.925 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroRedisCacheManager'<>
[DEBUG] 17:04:10.926 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroRedisCacheManager
[DEBUG] 17:04:10.926 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroRedisCacheManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:10.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroRedisCacheManager'<>
[DEBUG] 17:04:10.927 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroRedisCacheManager' to [app]
[DEBUG] 17:04:10.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[DEBUG] 17:04:10.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEhcacheCacheManager'<>
[DEBUG] 17:04:10.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroRedisCacheManager'<>
[DEBUG] 17:04:10.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[DEBUG] 17:04:10.946 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'jedisAgent'<class org.nutz.integration.jedis.JedisAgent>
[DEBUG] 17:04:10.949 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'webSessionListener'<interface org.apache.shiro.session.SessionListener>
[INFO ] 17:04:10.951 [lcache.pubsub] org.nutz.plugins.cache.impl.lcache.LCacheManager - JedisAgent is Ready ...
[DEBUG] 17:04:10.952 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=webSessionListener
[DEBUG] 17:04:10.952 [lcache.pubsub] org.nutz.plugins.cache.impl.lcache.LCacheManager - psubscribe LCache:*
[DEBUG] 17:04:10.953 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webSessionListener) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.954 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'webSessionListener'<interface org.apache.shiro.session.SessionListener>
[DEBUG] 17:04:10.954 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'webSessionListener' to [app]
[DEBUG] 17:04:10.955 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.shiro.listener.WebSessionListener without AOP
[DEBUG] 17:04:10.960 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysUserService
[DEBUG] 17:04:10.960 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.963 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.965 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.966 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.968 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.968 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.969 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:10.969 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:10.970 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:10.970 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:10.971 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:10.971 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:10.972 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:10.972 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.973 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.974 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.975 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.975 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.976 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.980 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.981 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.982 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.983 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysUserService>
[DEBUG] 17:04:10.986 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sysUserServiceImpl
[DEBUG] 17:04:10.987 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:10.987 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sysUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysUserService>
[DEBUG] 17:04:10.987 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sysUserServiceImpl' to [app]
[DEBUG] 17:04:10.988 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:10.990 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 17:04:10.990 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheResultInterceptor
[DEBUG] 17:04:10.990 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:10.992 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 17:04:10.999 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 17:04:11.000 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 17:04:11.000 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.001 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 17:04:11.003 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 17:04:11.003 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 17:04:11.004 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.004 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 17:04:11.005 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 17:04:11.007 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 17:04:11.011 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.011 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 17:04:11.014 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=txREAD_COMMITTED
[DEBUG] 17:04:11.015 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:11.016 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.017 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'txREAD_COMMITTED' to [app]
[DEBUG] 17:04:11.020 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.041 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:11.056 [localhost-startStop-1] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_user
[DEBUG] 17:04:11.057 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysMenuService not found, search for type=cn.wizzer.app.sys.modules.services.SysMenuService
[DEBUG] 17:04:11.058 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.058 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.059 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.059 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.060 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.060 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.061 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.061 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:11.061 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:11.062 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:11.062 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:11.063 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:11.063 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:11.063 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.064 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.064 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.065 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.065 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.065 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.066 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.071 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.073 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.073 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.074 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.074 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.074 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.075 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromAlibabaController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.075 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.076 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.076 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiFileTestController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.076 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.077 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.078 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(authenticationStrategy) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.079 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkNotifyService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.080 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(weixinController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.080 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.081 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.081 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.081 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.082 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.082 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilterStarter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.084 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.086 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.088 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.090 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pcCnIndexController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.090 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.091 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.091 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.092 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.092 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxPayBackController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.093 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.093 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signDeployUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.094 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(bdController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.095 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWebSocket) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.095 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.095 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.096 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.096 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.096 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pinyinUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.097 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.097 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.098 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformAuthc) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.102 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.103 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromKLJKController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.104 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.104 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.104 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkInfoDataServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.105 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncSubwayDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.105 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webSessionListener) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.106 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.106 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsSiteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.106 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysBackupCrowdSituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.107 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.107 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.108 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.108 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHistorySituationServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.108 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cleanCrowdDataJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.109 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wechatController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.109 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(crowdSituationController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.110 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.111 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.112 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.112 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTokenController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.113 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiDeployController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.113 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.114 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassSendServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.114 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(apiTestSignController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.114 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxConfigController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.115 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncDataFromYYGFJob) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.115 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.116 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformRealm) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.116 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsArticleListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.117 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(signCheckUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.119 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.121 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelListTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.123 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.124 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tplService) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.124 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.125 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(syncParkDataController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.125 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(webPubSub) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.126 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(scenicStateController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.126 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.126 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.127 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.127 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.128 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkWsHandler) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.128 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.128 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsLinkClassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.129 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(myMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.129 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.130 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHomeController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.130 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.130 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxMassServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.131 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.131 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 17:04:11.132 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sysMenuServiceImpl
[DEBUG] 17:04:11.137 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.138 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 17:04:11.139 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sysMenuServiceImpl' to [app]
[DEBUG] 17:04:11.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:11.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 17:04:11.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheResultInterceptor
[DEBUG] 17:04:11.140 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.141 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 17:04:11.141 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 17:04:11.142 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 17:04:11.142 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.142 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 17:04:11.143 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 17:04:11.144 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 17:04:11.146 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.149 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 17:04:11.151 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 17:04:11.151 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 17:04:11.152 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.152 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 17:04:11.153 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.154 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.154 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.157 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:11.170 [localhost-startStop-1] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_menu
[DEBUG] 17:04:11.171 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysRoleService not found, search for type=cn.wizzer.app.sys.modules.services.SysRoleService
[DEBUG] 17:04:11.171 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.172 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.173 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.173 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.174 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.174 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.174 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:11.175 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1433150333
[DEBUG] 17:04:11.175 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@1433150333
[DEBUG] 17:04:11.176 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@1433150333
[DEBUG] 17:04:11.176 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:11.176 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1433150333
[DEBUG] 17:04:11.177 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1130973675
[DEBUG] 17:04:11.177 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplListController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.178 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.181 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyTxtServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.182 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyImgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.186 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(globals) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.186 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cmsChannelTag) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.186 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxReplyNewsServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.187 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLoginController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.187 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wxTplLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.188 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.188 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.189 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.189 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysRoleServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysRoleService>
[DEBUG] 17:04:11.190 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=sysRoleServiceImpl
[DEBUG] 17:04:11.190 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'sysRoleServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysRoleService>
[DEBUG] 17:04:11.191 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'sysRoleServiceImpl' to [app]
[DEBUG] 17:04:11.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:11.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 17:04:11.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheResultInterceptor
[DEBUG] 17:04:11.193 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.196 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 17:04:11.199 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 17:04:11.199 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 17:04:11.200 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.200 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 17:04:11.201 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 17:04:11.202 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 17:04:11.202 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.203 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 17:04:11.203 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 17:04:11.204 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 17:04:11.204 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 17:04:11.205 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 17:04:11.205 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.206 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.206 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 17:04:11.213 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 17:04:11.231 [localhost-startStop-1] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_role
[DEBUG] 17:04:11.233 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysMenuService not found, search for type=cn.wizzer.app.sys.modules.services.SysMenuService
[DEBUG] 17:04:11.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 17:04:11.237 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysUserService
[DEBUG] 17:04:11.238 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysUserService>
[DEBUG] 17:04:11.239 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'platformRealm'<class org.apache.shiro.realm.AuthorizingRealm>
[DEBUG] 17:04:11.239 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=platformRealm
[DEBUG] 17:04:11.240 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformRealm) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.240 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'platformRealm'<class org.apache.shiro.realm.AuthorizingRealm>
[DEBUG] 17:04:11.240 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'platformRealm' to [app]
[DEBUG] 17:04:11.244 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.shiro.realm.PlatformAuthorizingRealm without AOP
[DEBUG] 17:04:11.308 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysUserService
[DEBUG] 17:04:11.308 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysUserService>
[DEBUG] 17:04:11.309 [localhost-startStop-1] org.nutz.ioc.val.ReferTypeValue - name=sysRoleService not found, search for type=cn.wizzer.app.sys.modules.services.SysRoleService
[DEBUG] 17:04:11.309 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'sysRoleServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysRoleService>
[DEBUG] 17:04:11.310 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'redisService'<class org.nutz.integration.jedis.RedisService>
[DEBUG] 17:04:11.311 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'authenticationStrategy'<interface org.apache.shiro.authc.pam.AuthenticationStrategy>
[DEBUG] 17:04:11.312 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=authenticationStrategy
[DEBUG] 17:04:11.312 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(authenticationStrategy) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.312 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'authenticationStrategy'<interface org.apache.shiro.authc.pam.AuthenticationStrategy>
[DEBUG] 17:04:11.313 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'authenticationStrategy' to [app]
[DEBUG] 17:04:11.313 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.shiro.pam.AnySuccessfulStrategy without AOP
[DEBUG] 17:04:11.320 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroRememberMeManager'<interface org.apache.shiro.mgt.RememberMeManager>
[DEBUG] 17:04:11.321 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroRememberMeManager
[DEBUG] 17:04:11.321 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroRememberMeManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:11.321 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroRememberMeManager'<interface org.apache.shiro.mgt.RememberMeManager>
[DEBUG] 17:04:11.321 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroRememberMeManager' to [app]
[DEBUG] 17:04:11.324 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroEnvStarter'<>
[DEBUG] 17:04:11.341 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'platformAuthc'<>
[DEBUG] 17:04:11.341 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=platformAuthc
[DEBUG] 17:04:11.343 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(platformAuthc) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.344 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'platformAuthc'<>
[DEBUG] 17:04:11.345 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'platformAuthc' to [app]
[DEBUG] 17:04:11.345 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.shiro.filter.PlatformAuthenticationFilter without AOP
[DEBUG] 17:04:11.375 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'platformRealm'<>
[DEBUG] 17:04:11.375 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'authenticationStrategy'<>
[DEBUG] 17:04:11.376 [localhost-startStop-1] org.nutz.boot.starter.shiro.NbResourceBasedWebEnvironment - ioc name=shiroFilterChainResolver not found, fallback to shiro.ini.urls
[DEBUG] 17:04:11.377 [localhost-startStop-1] org.nutz.boot.starter.shiro.NbResourceBasedWebEnvironment - shiro ini urls  --->
[urls]
/platform/doLogin=anon
/assets/**=anon
/**=anon
/platform/**=platformAuthc
[DEBUG] 17:04:11.478 [localhost-startStop-1] org.apache.shiro.config.Ini - Parsing [urls]
[DEBUG] 17:04:11.488 [localhost-startStop-1] org.apache.shiro.config.IniFactorySupport - Creating instance from Ini [sections=urls]
[DEBUG] 17:04:11.492 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Creating chain [/platform/doLogin] from String definition [anon]
[DEBUG] 17:04:11.493 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Attempting to apply path [/platform/doLogin] to filter [anon] with config [null]
[DEBUG] 17:04:11.494 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Creating chain [/assets/**] from String definition [anon]
[DEBUG] 17:04:11.494 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Attempting to apply path [/assets/**] to filter [anon] with config [null]
[DEBUG] 17:04:11.495 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Creating chain [/**] from String definition [anon]
[DEBUG] 17:04:11.496 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Attempting to apply path [/**] to filter [anon] with config [null]
[DEBUG] 17:04:11.496 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Creating chain [/platform/**] from String definition [platformAuthc]
[DEBUG] 17:04:11.497 [localhost-startStop-1] org.apache.shiro.web.filter.mgt.DefaultFilterChainManager - Attempting to apply path [/platform/**] to filter [platformAuthc] with config [null]
[DEBUG] 17:04:11.499 [localhost-startStop-1] org.apache.shiro.web.env.EnvironmentLoader - Published WebEnvironment as ServletContext attribute with name [org.apache.shiro.web.env.EnvironmentLoader.ENVIRONMENT_ATTRIBUTE_KEY]
[INFO ] 17:04:11.500 [localhost-startStop-1] org.apache.shiro.web.env.EnvironmentLoader - Shiro environment initialized in 1622 ms.
[DEBUG] 17:04:11.501 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 17:04:11.502 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'whaleFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 17:04:11.502 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 17:04:11.502 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 17:04:11.503 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'routeFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 17:04:11.503 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=routeFilterStarter
[DEBUG] 17:04:11.504 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilterStarter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.504 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'routeFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 17:04:11.510 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'routeFilterStarter' to [app]
[DEBUG] 17:04:11.512 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.filter.RouteFilterStarter without AOP
[DEBUG] 17:04:11.526 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 17:04:11.529 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 17:04:11.543 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'whaleFilter'<class org.nutz.mvc.WhaleFilter>
[DEBUG] 17:04:11.543 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=whaleFilter
[DEBUG] 17:04:11.544 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(whaleFilter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:11.545 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'whaleFilter'<class org.nutz.mvc.WhaleFilter>
[DEBUG] 17:04:11.546 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'whaleFilter' to [app]
[DEBUG] 17:04:11.549 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.WhaleFilter without AOP
[DEBUG] 17:04:11.549 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'whaleFilterStarter'<>
[DEBUG] 17:04:11.550 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'whaleFilter'<class org.nutz.mvc.WhaleFilter>
[DEBUG] 17:04:11.552 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - add filter name=whale pathSpec=/*
[DEBUG] 17:04:11.555 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'routeFilter'<class cn.wizzer.app.web.commons.filter.RouteFilter>
[DEBUG] 17:04:11.557 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=routeFilter
[DEBUG] 17:04:11.557 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(routeFilter) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:11.557 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'routeFilter'<class cn.wizzer.app.web.commons.filter.RouteFilter>
[DEBUG] 17:04:11.558 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'routeFilter' to [app]
[DEBUG] 17:04:11.559 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.filter.RouteFilter without AOP
[DEBUG] 17:04:11.559 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'routeFilterStarter'<>
[DEBUG] 17:04:11.560 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'routeFilter'<class cn.wizzer.app.web.commons.filter.RouteFilter>
[DEBUG] 17:04:11.560 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - add filter name=routeFilterStarter pathSpec=/*
[DEBUG] 17:04:11.568 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - add filter name=druid pathSpec=/*
[DEBUG] 17:04:11.569 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroFilter'<class org.apache.shiro.web.servlet.ShiroFilter>
[DEBUG] 17:04:11.569 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroFilter
[DEBUG] 17:04:11.570 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroFilter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:11.570 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroFilter'<class org.apache.shiro.web.servlet.ShiroFilter>
[DEBUG] 17:04:11.572 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroFilter' to [app]
[DEBUG] 17:04:11.578 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.apache.shiro.web.servlet.ShiroFilter without AOP
[DEBUG] 17:04:11.578 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroFilterStarter'<>
[DEBUG] 17:04:11.579 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroFilter'<class org.apache.shiro.web.servlet.ShiroFilter>
[DEBUG] 17:04:11.579 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - add filter name=shiro pathSpec=/*
[DEBUG] 17:04:11.580 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutFilter'<class org.nutz.mvc.NutFilter>
[DEBUG] 17:04:11.580 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=nutFilter
[DEBUG] 17:04:11.581 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(nutFilter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 17:04:11.581 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'nutFilter'<class org.nutz.mvc.NutFilter>
[DEBUG] 17:04:11.582 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'nutFilter' to [app]
[DEBUG] 17:04:11.585 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.NutFilter without AOP
[DEBUG] 17:04:11.585 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutFilterStarter'<>
[DEBUG] 17:04:11.587 [localhost-startStop-1] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/conf/NutzDefaultConfig.js ) , regex( \.(js|json)$ )
[DEBUG] 17:04:11.594 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'nutFilter'<class org.nutz.mvc.NutFilter>
[DEBUG] 17:04:11.594 [localhost-startStop-1] org.nutz.boot.starter.servlet3.NbServletContextListener - add filter name=nutz pathSpec=/*
[DEBUG] 17:04:11.596 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatServletStarter'<interface org.nutz.boot.starter.WebServletFace>
[INFO ] 17:04:11.622 [localhost-startStop-1] org.nutz.mvc.NutFilter - NutFilter[nutz] starting ...
[DEBUG] 17:04:11.626 [localhost-startStop-1] org.nutz.resource.Scans - Locations count=4 time use 1ms
[DEBUG] 17:04:11.628 [localhost-startStop-1] org.nutz.mvc.config.AbstractNutConfig - Loading by class org.nutz.boot.starter.nutz.mvc.NbMvcLoading
[INFO ] 17:04:11.638 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Nutz Version : 1.r.68.v20190731
[INFO ] 17:04:11.638 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Nutz.Mvc[nutz] is initializing ...
[DEBUG] 17:04:11.638 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Web Container Information:
[DEBUG] 17:04:11.639 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - Default Charset : GBK
[DEBUG] 17:04:11.639 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - Current . path  : E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\bin\.
[DEBUG] 17:04:11.639 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - Java Version    : 1.8.0_144
[DEBUG] 17:04:11.640 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - File separator  : \
[DEBUG] 17:04:11.640 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - Timezone        : Asia/Shanghai
[DEBUG] 17:04:11.641 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - OS              : Windows 10 amd64
[DEBUG] 17:04:11.642 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - ServerInfo      : Apache Tomcat/8.0.44
[DEBUG] 17:04:11.643 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - Servlet API     : 3.1
[DEBUG] 17:04:11.644 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - ContextPath     :
[DEBUG] 17:04:11.644 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - context.tempdir : E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\work\Catalina\localhost\ROOT
[DEBUG] 17:04:11.646 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading -  - MainModule      : cn.wizzer.app.web.commons.core.MyMainLauncher
[DEBUG] 17:04:11.655 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - >> app.root = E:/DevTools/tomcat/ceshi/apache-tomcat-8.0.44/webapps/ROOT
[INFO ] 17:04:11.660 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Build URL mapping by org.nutz.mvc.impl.UrlMappingImpl ...
[DEBUG] 17:04:11.661 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - add ViewMaker from Ioc by name=$views_beetl
[DEBUG] 17:04:11.661 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get '$views_beetl'<interface org.nutz.mvc.ViewMaker>
[DEBUG] 17:04:11.664 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - @Views(BeetlViewMakerStarter.class,DefaultViewMaker.class)
[DEBUG] 17:04:11.678 [localhost-startStop-1] org.nutz.resource.Scans - Found 1 resource by src( chain/nutzwk-mvc-chain.json ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 17:04:11.680 [localhost-startStop-1] org.nutz.mvc.impl.chainconfig.JsonActionChainMakerConfiguretion - ActionChain Config:
{
   "default": {
      "ps": ["cn.wizzer.app.web.commons.processor.LogTimeProcessor", "cn.wizzer.app.web.commons.processor.GlobalsSettingProcessor", "org.nutz.mvc.impl.processor.UpdateRequestAttributesProcessor", "org.nutz.mvc.impl.processor.EncodingProcessor", "org.nutz.mvc.impl.processor.ModuleProcessor", "cn.wizzer.app.web.commons.processor.NutShiroProcessor", "cn.wizzer.app.web.commons.processor.XssSqlFilterProcessor", "org.nutz.mvc.impl.processor.ActionFiltersProcessor", "org.nutz.mvc.impl.processor.AdaptorProcessor", "org.nutz.mvc.impl.processor.MethodInvokeProcessor", "org.nutz.mvc.impl.processor.ViewProcessor"],
      "error": "cn.wizzer.app.web.commons.processor.WkFailProcessor"
   }
}
[DEBUG] 17:04:11.686 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - @ChainBy(org.nutz.mvc.impl.NutActionChainMaker)
[DEBUG] 17:04:11.691 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -  > scan 'cn.wizzer'
[DEBUG] 17:04:11.763 [localhost-startStop-1] org.nutz.resource.Scans - Found 272 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[INFO ] 17:04:11.771 [localhost-startStop-1] org.nutz.resource.Scans - Resource can't map to Class, Resource app/web/commons/ext/handler/WkErrorPageHandler.class
[DEBUG] 17:04:11.934 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.front.pc.PcCnIndexController'
[DEBUG] 17:04:11.936 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.front.wx.CmsController'
[DEBUG] 17:04:11.938 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.front.wx.WechatController'
[DEBUG] 17:04:11.938 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.api.ApiDeployController'
[DEBUG] 17:04:11.939 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.api.ApiFileTestController'
[DEBUG] 17:04:11.940 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.api.ApiTestSignController'
[DEBUG] 17:04:11.941 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.api.ApiTestTokenController'
[DEBUG] 17:04:11.941 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.api.ApiTokenController'
[DEBUG] 17:04:11.942 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.file.UploadController'
[DEBUG] 17:04:11.947 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.pay.WxPayBackController'
[DEBUG] 17:04:11.949 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.ueditor.BdController'
[DEBUG] 17:04:11.951 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.ueditor.WxController'
[DEBUG] 17:04:11.951 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.open.wx.WeixinController'
[DEBUG] 17:04:11.952 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.cms.CmsArticleController'
[DEBUG] 17:04:11.956 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.cms.CmsChannelController'
[DEBUG] 17:04:11.957 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.cms.CmsLinkClassController'
[DEBUG] 17:04:11.957 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.cms.CmsLinkController'
[DEBUG] 17:04:11.962 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.cms.CmsSiteController'
[DEBUG] 17:04:11.964 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.crowd.CrowdSituationController'
[DEBUG] 17:04:11.969 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sync.ScenicStateController'
[DEBUG] 17:04:11.972 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sync.SyncDataFromAlibabaController'
[DEBUG] 17:04:11.974 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sync.SyncDataFromKLJKController'
[DEBUG] 17:04:11.977 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sync.SyncDataFromYYGFController'
[DEBUG] 17:04:11.979 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sync.SyncParkDataController'
[DEBUG] 17:04:11.980 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sync.SyncSubwayDataController'
[DEBUG] 17:04:11.981 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysApiController'
[DEBUG] 17:04:11.984 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysAppController'
[DEBUG] 17:04:11.985 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysConfController'
[DEBUG] 17:04:11.986 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysDictController'
[DEBUG] 17:04:11.986 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController'
[DEBUG] 17:04:11.987 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysLogController'
[DEBUG] 17:04:11.987 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysLoginController'
[DEBUG] 17:04:11.988 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysMenuController'
[DEBUG] 17:04:11.988 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysMsgController'
[DEBUG] 17:04:11.988 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysMsgUserController'
[DEBUG] 17:04:11.989 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysRoleController'
[DEBUG] 17:04:11.989 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysRouteController'
[DEBUG] 17:04:11.990 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysTaskController'
[DEBUG] 17:04:11.990 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysUnitController'
[DEBUG] 17:04:11.995 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.sys.SysUserController'
[DEBUG] 17:04:11.996 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxConfigController'
[DEBUG] 17:04:11.997 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxMassController'
[DEBUG] 17:04:11.998 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxMenuController'
[DEBUG] 17:04:11.998 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxMsgUserController'
[DEBUG] 17:04:11.999 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxPayTestController'
[DEBUG] 17:04:12.001 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyController'
[DEBUG] 17:04:12.002 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyImgController'
[DEBUG] 17:04:12.003 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyNewsController'
[DEBUG] 17:04:12.005 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxReplyTxtController'
[DEBUG] 17:04:12.007 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxTplIdController'
[DEBUG] 17:04:12.011 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxTplListController'
[DEBUG] 17:04:12.012 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxTplLogController'
[DEBUG] 17:04:12.014 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -    >> add 'cn.wizzer.app.web.modules.controllers.platform.wx.WxUserController'
[DEBUG] 17:04:12.108 [localhost-startStop-1] org.nutz.mvc.impl.Loadings - module class location 'file:/E:/DevTools/tomcat/ceshi/apache-tomcat-8.0.44/webapps/ROOT/WEB-INF/classes/'
[DEBUG] 17:04:12.108 [localhost-startStop-1] org.nutz.mvc.impl.Loadings -  > scan 'cn.wizzer.app.web.commons.core'
[DEBUG] 17:04:12.113 [localhost-startStop-1] org.nutz.resource.Scans - Found 1 resource by src( cn/wizzer/app/web/commons/core/ ) , regex( ^.+[.]class$ )
[DEBUG] 17:04:12.119 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Use org.nutz.mvc.impl.NutEntryDeterminer as EntryMethodDeterminer
[DEBUG] 17:04:12.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:12.142 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=shiroUtil
[DEBUG] 17:04:12.143 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(shiroUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:12.155 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:12.175 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'shiroUtil' to [app]
[DEBUG] 17:04:12.182 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.utils.ShiroUtil without AOP
[DEBUG] 17:04:12.210 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:12.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=dateUtil
[DEBUG] 17:04:12.218 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:12.218 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:12.219 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'dateUtil' to [app]
[DEBUG] 17:04:12.219 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.utils.DateUtil without AOP
[DEBUG] 17:04:12.247 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:12.247 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=stringUtil
[DEBUG] 17:04:12.250 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:04:12.252 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:12.253 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'stringUtil' to [app]
[DEBUG] 17:04:12.253 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.commons.utils.StringUtil without AOP
[DEBUG] 17:04:12.303 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:04:12.303 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:04:12.305 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:12.308 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:04:12.311 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:04:12.311 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:04:12.312 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:12.312 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:04:12.312 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:04:12.313 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=tmpFilePool
[DEBUG] 17:04:12.314 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tmpFilePool) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:12.314 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'tmpFilePool'<>
[DEBUG] 17:04:12.315 [localhost-startStop-1] org.nutz.ioc.impl.ScopeContext - Save object 'tmpFilePool' to [app]
[DEBUG] 17:04:12.316 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.filepool.NutFilePool without AOP
[INFO ] 17:04:12.330 [localhost-startStop-1] org.nutz.filepool.NutFilePool - Init file-pool by: ~/nutzwk/upload/tmp [1000]
[DEBUG] 17:04:12.331 [localhost-startStop-1] org.nutz.filepool.NutFilePool - file-pool.home: 'C:\Users\12017\nutzwk\upload\tmp'
[INFO ] 17:04:12.331 [localhost-startStop-1] org.nutz.filepool.NutFilePool - file-pool.cursor: 0
[DEBUG] 17:04:12.332 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:04:12.334 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:04:12.359 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:04:33.565 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:04:33.915 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:04:33.915 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:04:33.915 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:04:33.918 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:04:33.918 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:04:33.918 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:04:33.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:04:33.948 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/ueditor/wx/uploadimage' >> (WxController.java:41).uploadimage    : Object     | @Ok(raw  ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.948 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.949 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.953 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/syncdata/park'            >> (SyncParkDataController.java:17).syncParkData : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.954 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.954 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.955 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.957 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/pay/wx/back/sendnotify' >> (WxPayBackController.java:36).sendNotify : String     | @Ok(raw  ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.959 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.959 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.960 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.966 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/user/index', '/platform/wx/user/index/?' >> (WxUserController.java:48).index      : void       | @Ok(beetl:/platform/wx/user/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.969 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/user/data'    >> (WxUserController.java:65).data       : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.970 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/user/down/?'  >> (WxUserController.java:87).down       : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.971 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.971 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/user/', '/platform/wx/msg/user/?' >> (WxMsgUserController.java:49).index   : void       | @Ok(beetl:/platform/wx/msg/user/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.973 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/user/data' >> (WxMsgUserController.java:65).data    : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.974 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.974 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.974 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.975 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/user/replyDo/?' >> (WxMsgUserController.java:84).replyDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.976 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.976 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.980 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.984 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/', '/platform/wx/reply/txt/index/?' >> (WxReplyTxtController.java:43).index  : void       | @Ok(beetl:/platform/wx/reply/txt/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.985 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/delete/?' >> (WxReplyTxtController.java:99).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.987 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.988 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.988 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:33.988 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/data' >> (WxReplyTxtController.java:124).data  : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:33.989 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:33.990 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:33.990 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.018 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/adddo' >> (WxReplyTxtController.java:61).addDo  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.019 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.019 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.020 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.020 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/editdo' >> (WxReplyTxtController.java:86).editDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.020 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.020 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.021 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.022 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/delete' >> (WxReplyTxtController.java:113).deletes : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.022 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.023 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.023 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.025 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/txt/edit/?' >> (WxReplyTxtController.java:74).edit   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.026 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.026 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.026 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.027 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/wx/wechat/?/back'  >> (WechatController.java:68).back       : String     | @Ok(re   ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.027 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.027 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.028 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.031 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/wx/wechat/?/oauth' >> (WechatController.java:49).oauth      : String     | @Ok(re   ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.032 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.033 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.033 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.033 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/disable/?' >> (SysDictController.java:190).disable  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.034 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/enable/?' >> (SysDictController.java:175).enable   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.035 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict'        >> (SysDictController.java:43).index     : Object     | @Ok(beetl:/platform/sys/dict/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.037 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.038 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/delete/?' >> (SysDictController.java:159).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.039 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.041 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/tree'   >> (SysDictController.java:78).tree      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.042 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.044 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.044 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.044 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/child'  >> (SysDictController.java:51).child     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:34.044 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:04:34.045 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:04:34.045 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:04:34.048 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/adddo'  >> (SysDictController.java:113).addDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:04:58.891 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:05:16.613 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.616 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.616 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.617 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/sortdo' >> (SysDictController.java:239).sortDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.618 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.618 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.618 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.620 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/editdo' >> (SysDictController.java:143).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.620 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.621 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.621 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.622 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/menuAll' >> (SysDictController.java:204).menuAll  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.623 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.623 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.623 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.623 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/dict/edit/?' >> (SysDictController.java:131).edit     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.624 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.629 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.629 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.630 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit'        >> (SysUnitController.java:46).index     : void       | @Ok(beetl:/platform/sys/unit/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.630 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.631 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.631 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.631 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit/delete/?' >> (SysUnitController.java:189).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.631 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.632 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.632 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.633 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit/tree'   >> (SysUnitController.java:93).tree      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.633 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.634 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.634 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.635 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit/child'  >> (SysUnitController.java:52).child     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.635 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.636 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.636 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.640 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit/adddo'  >> (SysUnitController.java:145).addDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.640 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.640 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.641 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.643 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit/editdo' >> (SysUnitController.java:174).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.644 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.644 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.644 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.645 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/unit/edit/?' >> (SysUnitController.java:161).edit     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.646 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.646 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.646 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.647 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/', '/platform/sys/msg/list/?' >> (SysMsgController.java:51).index      : void       | @Ok(beetl:/platform/sys/msg/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.648 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.648 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.648 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.651 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/delete/?' >> (SysMsgController.java:147).delete    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.651 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.652 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.652 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.653 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/data'    >> (SysMsgController.java:59).data       : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.653 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.653 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.653 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.656 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/addDo'   >> (SysMsgController.java:107).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.656 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.657 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.657 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.657 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user_view_data' >> (SysMsgController.java:86).user_view_data : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.658 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.658 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.658 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.719 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user_data' >> (SysMsgController.java:128).user_data : Object     | @Ok(json:{locked:'password|salt',ignoreNull:false}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.721 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.721 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.721 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.722 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/disable/?' >> (CmsArticleController.java:198).disable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.722 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.722 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.722 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.723 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/enable/?' >> (CmsArticleController.java:183).enable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.723 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.723 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.723 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.723 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article', '/platform/cms/article/?' >> (CmsArticleController.java:50).index  : void       | @Ok(beetl:/platform/cms/article/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.724 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.724 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.724 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.725 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/delete/?', '/platform/cms/article/delete' >> (CmsArticleController.java:213).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.725 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.731 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.732 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.732 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/tree/?' >> (CmsArticleController.java:67).tree   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.732 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.732 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.732 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.733 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/data/?' >> (CmsArticleController.java:107).data  : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.733 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.733 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.734 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.748 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/addDo/?' >> (CmsArticleController.java:131).addDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.748 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.748 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.748 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.749 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/editdo' >> (CmsArticleController.java:163).editDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.749 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.749 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.750 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.751 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/article/edit/?' >> (CmsArticleController.java:149).edit  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.752 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.752 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.752 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.752 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/disable/?' >> (SysMenuController.java:284).disable  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.752 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.752 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.753 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.753 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/enable/?' >> (SysMenuController.java:267).enable   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.753 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.753 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.753 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.753 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu'        >> (SysMenuController.java:49).index     : void       | @Ok(beetl:/platform/sys/menu/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.754 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.754 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.754 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.754 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/delete/?' >> (SysMenuController.java:246).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.754 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.755 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.755 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.755 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/tree'   >> (SysMenuController.java:82).tree      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.755 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.755 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.755 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/child'  >> (SysMenuController.java:55).child     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/adddo'  >> (SysMenuController.java:118).addDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.756 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.758 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/sortdo' >> (SysMenuController.java:335).sortDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.760 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.762 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.763 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.763 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/menuAll' >> (SysMenuController.java:300).menuAll  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.763 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.763 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.763 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.764 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/editData/?' >> (SysMenuController.java:214).editData : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.764 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.764 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.764 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.765 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/editdatado' >> (SysMenuController.java:226).editDataDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.765 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.765 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.765 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.766 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/editmenudo' >> (SysMenuController.java:182).editMenuDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.766 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.766 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.766 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.766 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/menu/editMenu/?' >> (SysMenuController.java:154).editMenu : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.767 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.767 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.767 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.769 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/deploy/task'     >> (ApiDeployController.java:67).task    : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.770 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.770 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.770 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.772 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/deploy/report'   >> (ApiDeployController.java:102).report : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.773 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.773 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.773 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.775 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/deploy/conf/download' >> (ApiDeployController.java:137).confDownload : void       | @Ok(void ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.775 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.775 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.775 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.775 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/deploy/jar/download' >> (ApiDeployController.java:113).jarDownload : void       | @Ok(void ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.776 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.776 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.777 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.777 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/disable/?' >> (CmsChannelController.java:213).disable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.777 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.778 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.778 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.778 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/enable/?' >> (CmsChannelController.java:198).enable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.778 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.778 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.778 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel', '/platform/cms/channel/?' >> (CmsChannelController.java:47).index  : void       | @Ok(beetl:/platform/cms/channel/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/delete/?' >> (CmsChannelController.java:182).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.779 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/sort/?' >> (CmsChannelController.java:227).sort  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/tree/?' >> (CmsChannelController.java:91).tree   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.780 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.781 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/child/?' >> (CmsChannelController.java:63).child  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.781 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.781 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.781 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.782 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/adddo' >> (CmsChannelController.java:127).addDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/sortDo/?' >> (CmsChannelController.java:262).sortDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.784 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.785 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/editdo' >> (CmsChannelController.java:166).editDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.785 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.785 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.785 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.785 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/channel/edit/?' >> (CmsChannelController.java:144).edit  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.786 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.786 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.786 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.787 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?', '/platform/wx/reply/conf/?/index/?' >> (WxReplyController.java:48).index     : void       | @Ok(beetl:/platform/wx/reply/conf/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.787 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.787 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.787 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.788 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/delete/?' >> (WxReplyController.java:133).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.788 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.788 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.788 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.789 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/data' >> (WxReplyController.java:158).data     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.789 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.789 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.789 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.791 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/addDo' >> (WxReplyController.java:67).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.791 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.791 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.791 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.792 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/editDo' >> (WxReplyController.java:112).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.794 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.794 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.794 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/delete' >> (WxReplyController.java:146).deletes  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/selectData' >> (WxReplyController.java:182).selectData : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.795 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.796 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.796 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/conf/?/edit/?' >> (WxReplyController.java:92).edit      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.797 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.797 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.797 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.797 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/all', '/platform/sys/msg/user/all/?' >> (SysMsgUserController.java:40).index  : void       | @Ok(beetl:/platform/sys/msg/user/indexAll.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.798 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.798 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.798 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.798 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/delete/?', '/platform/sys/msg/user/delete' >> (SysMsgUserController.java:92).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.798 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/read', '/platform/sys/msg/user/read/?' >> (SysMsgUserController.java:47).read   : void       | @Ok(beetl:/platform/sys/msg/user/indexRead.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.799 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/status/read' >> (SysMsgUserController.java:128).read  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/unread', '/platform/sys/msg/user/unread/?' >> (SysMsgUserController.java:55).unread : void       | @Ok(beetl:/platform/sys/msg/user/indexUnread.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.800 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.801 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/status/readAll' >> (SysMsgUserController.java:144).readAll : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.801 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.801 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.801 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.801 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/data/?' >> (SysMsgUserController.java:63).data   : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.801 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.802 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.806 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.806 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/unread_num' >> (SysMsgUserController.java:113).unread_num : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.806 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.806 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.806 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.807 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/unread/detail/?' >> (SysMsgUserController.java:191).unreadDetail : void       | @Ok(beetl:/platform/sys/msg/user/detailUnread.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.807 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.807 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.807 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.807 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/all/detail/?' >> (SysMsgUserController.java:157).allDetail : void       | @Ok(beetl:/platform/sys/msg/user/detailAll.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.807 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.808 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.808 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.808 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/msg/user/read/detail/?' >> (SysMsgUserController.java:174).readDetail : void       | @Ok(beetl:/platform/sys/msg/user/detailRead.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.811 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.811 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.811 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.813 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/', '/index'               >> (SysHomeController.java:150).index    : void       | @Ok(>>:/sysadmin) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.814 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.816 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.816 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.820 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/home/path'       >> (SysHomeController.java:70).path      : void       | @Ok(beetl:/platform/sys/left.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.821 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.822 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.823 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.823 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/home/left'       >> (SysHomeController.java:46).left      : void       | @Ok(beetl:/platform/sys/left.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.823 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.823 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.824 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.828 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/home'            >> (SysHomeController.java:40).home      : void       | @Ok(beetl:/platform/sys/home.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.829 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.829 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.829 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.829 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/home/404'        >> (SysHomeController.java:130).error404 : Object     | @Ok(re   ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.830 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.830 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.830 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.830 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/home/500'        >> (SysHomeController.java:140).error500 : Object     | @Ok(re   ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.830 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.831 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.831 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.831 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/home/403'        >> (SysHomeController.java:120).error403 : Object     | @Ok(re   ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.832 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.832 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.832 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.833 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/paytest' >> (WxPayTestController.java:47).index   : void       | @Ok(beetl:/platform/wx/pay/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.836 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.839 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.839 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.839 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/paytest/paywxpay' >> (WxPayTestController.java:54).payWxpay : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.839 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.840 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.840 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.840 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/paytest/redpack' >> (WxPayTestController.java:84).redpack : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.840 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.840 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.841 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.841 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/paytest/transfers' >> (WxPayTestController.java:152).transfers : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.841 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.841 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.841 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.842 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/paytest/redpackgroup' >> (WxPayTestController.java:118).redpackGroup : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.843 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.843 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.844 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.844 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/', '/platform/wx/reply/img/index/?' >> (WxReplyImgController.java:60).index  : void       | @Ok(beetl:/platform/wx/reply/img/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.844 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.845 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.845 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.845 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/delete/?' >> (WxReplyImgController.java:116).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.845 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.845 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.845 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.846 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/data' >> (WxReplyImgController.java:141).data  : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.846 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.846 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.846 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.847 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/adddo' >> (WxReplyImgController.java:78).addDo  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.849 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.849 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.849 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.849 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/editdo' >> (WxReplyImgController.java:103).editDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/delete' >> (WxReplyImgController.java:130).deletes : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.850 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.851 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.852 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.853 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.854 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/uploadImage/?' >> (WxReplyImgController.java:160).uploadImage : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.855 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.855 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.855 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.855 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/img/edit/?' >> (WxReplyImgController.java:91).edit   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.856 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.856 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.856 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.857 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/', '/platform/wx/msg/mass/?' >> (WxMassController.java:73).index      : void       | @Ok(beetl:/platform/wx/msg/mass/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.859 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.859 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.860 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.860 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/select/?' >> (WxMassController.java:261).select    : void       | @Ok(beetl:/platform/wx/msg/mass/select.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.861 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.861 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.861 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.862 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/send/?' >> (WxMassController.java:254).send      : void       | @Ok(beetl:/platform/wx/msg/mass/send.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.862 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.862 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.862 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.863 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/adddo' >> (WxMassController.java:145).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.863 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.863 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.863 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.864 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/massdata' >> (WxMassController.java:89).massData   : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.864 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.864 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.864 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.864 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/newsData/?' >> (WxMassController.java:114).newsData  : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.867 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.868 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.870 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.870 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/deleteNews/?' >> (WxMassController.java:130).deleteNews : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.871 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.871 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.871 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.873 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/senddo' >> (WxMassController.java:270).sendDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.873 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.873 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.873 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.874 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/newsDetail/?' >> (WxMassController.java:158).newsDetail : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.874 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.874 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.874 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.876 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.876 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.877 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.878 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.883 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/uploadImage/?' >> (WxMassController.java:218).uploadImage : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.885 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.886 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.886 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.886 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.886 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.886 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.887 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.888 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.888 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.888 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.888 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.888 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.888 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.889 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.889 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.889 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/uploadThumb/?' >> (WxMassController.java:173).uploadThumb : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.889 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.889 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.889 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.890 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/msg/mass/news/?' >> (WxMassController.java:106).news      : void       | @Ok(beetl:/platform/wx/msg/mass/news.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.890 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.890 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.891 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.891 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/disable/?' >> (SysUserController.java:214).disable  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.891 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.891 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.891 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.892 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/enable/?' >> (SysUserController.java:199).enable   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.892 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.892 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.893 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.898 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user'        >> (SysUserController.java:65).index     : void       | @Ok(beetl:/platform/sys/user/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.899 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.899 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.899 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.899 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/delete/?' >> (SysUserController.java:157).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.900 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.900 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.901 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.901 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/data'   >> (SysUserController.java:254).data     : Object     | @Ok(json:{locked:'password|salt',ignoreNull:false}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.901 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.902 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.902 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.902 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/mode'   >> (SysUserController.java:348).mode     : void       | @Ok(beetl:/platform/sys/user/mode.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.902 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.902 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.902 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/export' >> (SysUserController.java:289).export   : void       | @Ok(void ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/custom' >> (SysUserController.java:341).custom   : void       | @Ok(beetl:/platform/sys/user/custom.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.903 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.904 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.912 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/adddo'  >> (SysUserController.java:73).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.912 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.912 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.913 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.913 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/editdo' >> (SysUserController.java:122).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.914 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.915 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.915 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.916 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/pass'   >> (SysUserController.java:334).pass     : void       | @Ok(beetl:/platform/sys/user/pass.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.917 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.917 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.917 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.918 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/modedo' >> (SysUserController.java:355).modeDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.918 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.918 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.918 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/customdo' >> (SysUserController.java:376).customDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/resetPwd/?' >> (SysUserController.java:138).resetPwd : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.919 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/delete' >> (SysUserController.java:176).deletes  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/dochangepassword' >> (SysUserController.java:397).doChangePassword : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.920 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.921 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/edit/?' >> (SysUserController.java:110).edit     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.921 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.921 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.921 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.921 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/user/menu/?' >> (SysUserController.java:232).menu     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.922 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.922 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.922 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.922 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/pc/cn/index'       >> (PcCnIndexController.java:21).index   : void       | @Ok(beetl:/public/pc/cn/index/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.923 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.923 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.923 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.923 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/disable/?' >> (SysRouteController.java:135).disable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.923 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.923 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.924 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.926 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/enable/?' >> (SysRouteController.java:119).enable  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route'       >> (SysRouteController.java:39).index    : void       | @Ok(beetl:/platform/sys/route/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.927 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/delete/?' >> (SysRouteController.java:105).delete  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/data'  >> (SysRouteController.java:46).data     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.928 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.930 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/adddo' >> (SysRouteController.java:62).addDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.931 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.931 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.931 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.932 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/editdo' >> (SysRouteController.java:88).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.932 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.932 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.932 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.932 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/route/edit/?' >> (SysRouteController.java:76).edit     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.933 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.933 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.933 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.933 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account' >> (WxConfigController.java:40).index    : void       | @Ok(beetl:/platform/wx/account/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.933 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.933 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/delete/?' >> (WxConfigController.java:91).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/data' >> (WxConfigController.java:105).data    : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.934 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.935 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.936 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.938 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/adddo' >> (WxConfigController.java:48).addDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.938 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.938 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.938 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.938 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/editdo' >> (WxConfigController.java:77).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.938 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.939 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.939 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.939 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/account/edit/?' >> (WxConfigController.java:65).edit     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.939 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.939 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.940 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.940 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/syncdata/yygf'            >> (SyncDataFromYYGFController.java:20).syncdataFromYYGF : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.940 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.940 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.940 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.940 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.941 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.942 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.943 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.945 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/file/upload/image_by_sign' >> (ApiFileTestController.java:38).upload1 : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.947 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.947 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.947 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.949 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.949 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.950 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.951 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/file/upload/image_by_header_sign' >> (ApiFileTestController.java:75).upload2 : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.952 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.952 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.952 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.954 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/test/test2'      >> (ApiTestSignController.java:23).test2 : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.955 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.956 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.957 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.957 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/syncdata/scenic'          >> (ScenicStateController.java:17).syncScenidData : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.958 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.959 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.959 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.960 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'fileUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.960 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=fileUpload
[DEBUG] 17:05:16.961 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(fileUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.961 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'fileUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.961 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadFileContext'<>
[DEBUG] 17:05:16.961 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadFileContext
[DEBUG] 17:05:16.961 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.961 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadFileContext'<>
[DEBUG] 17:05:16.962 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.962 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.962 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.963 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.963 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadFileContext'<>
[DEBUG] 17:05:16.963 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadFileContext
[DEBUG] 17:05:16.963 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadFileContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.963 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadFileContext'<>
[DEBUG] 17:05:16.963 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.964 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.964 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.964 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/file/upload/file'    >> (UploadController.java:44).file       : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.964 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.964 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.964 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.965 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.966 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:16.966 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.966 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:16.967 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/file/upload/image'   >> (UploadController.java:120).image     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.968 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'videoUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=videoUpload
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(videoUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'videoUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadVideoContext'<>
[DEBUG] 17:05:16.969 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadVideoContext
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadVideoContext'<>
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadVideoContext'<>
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadVideoContext
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadVideoContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadVideoContext'<>
[DEBUG] 17:05:16.970 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.971 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:16.971 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:16.971 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/file/upload/video'   >> (UploadController.java:82).video      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.971 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.972 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/class'  >> (CmsLinkClassController.java:41).index : void       | @Ok(beetl:/platform/cms/link/class/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.972 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.974 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/class/delete/?', '/platform/cms/link/class/delete' >> (CmsLinkClassController.java:87).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.977 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.978 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.978 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.978 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/class/data' >> (CmsLinkClassController.java:107).data : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.978 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.978 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.978 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.979 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/class/adddo' >> (CmsLinkClassController.java:49).addDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.980 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.980 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.980 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.980 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/class/editdo' >> (CmsLinkClassController.java:74).editDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.980 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.981 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.981 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.981 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/class/edit/?' >> (CmsLinkClassController.java:62).edit : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app'         >> (SysAppController.java:61).index      : void       | @Ok(beetl:/platform/sys/app/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.982 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/version' >> (SysAppController.java:115).version   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar'     >> (SysAppController.java:128).jar       : void       | @Ok(beetl:/platform/sys/app/jar.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.983 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf'    >> (SysAppController.java:219).conf      : void       | @Ok(beetl:/platform/sys/app/conf.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/data'    >> (SysAppController.java:69).data       : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.984 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar/search' >> (SysAppController.java:172).jarSearch : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/osdata'  >> (SysAppController.java:96).osData     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.985 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar/disable/?' >> (SysAppController.java:207).jarDisable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.986 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.987 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.987 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.988 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar/addDo' >> (SysAppController.java:154).jarAddDo  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.988 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.988 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.988 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.988 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar/delete/?' >> (SysAppController.java:181).jarDelete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.990 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.991 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.991 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:16.994 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar/enable/?' >> (SysAppController.java:194).jarEnable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:16.997 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:16.999 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:16.999 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.000 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/addDo' >> (SysAppController.java:246).confAddDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.000 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.001 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.001 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.002 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/jar/data' >> (SysAppController.java:135).jarData   : Object     | @Ok(json:{locked:'password|salt',ignoreNull:false}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.002 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.002 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.002 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.003 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/task/data' >> (SysAppController.java:377).taskData  : Object     | @Ok(json:{locked:'confData',ignoreNull:false}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.003 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.003 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.003 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.011 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/task/addDo' >> (SysAppController.java:350).taskAddDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.012 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.012 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.012 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.012 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/task/cannel/?' >> (SysAppController.java:394).taskAddDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.012 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.013 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.013 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.013 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/editDo' >> (SysAppController.java:336).confEditDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.013 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.013 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.013 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/disable/?' >> (SysAppController.java:299).confDisable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/search' >> (SysAppController.java:264).confSearch : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.014 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/delete/?' >> (SysAppController.java:273).confDelete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/enable/?' >> (SysAppController.java:286).confEnable : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.015 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.016 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.016 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/edit/?' >> (SysAppController.java:327).confEdit  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.016 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.016 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.016 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.016 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/loglevel' >> (SysAppController.java:406).loglevel  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.017 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.017 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.017 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.017 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/data' >> (SysAppController.java:227).confData  : Object     | @Ok(json:{locked:'confData|password|salt',ignoreNull:false}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.017 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.017 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.024 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.024 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/app/conf/download/?' >> (SysAppController.java:311).confDownload : void       | @Ok(void ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.026 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.026 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.027 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.027 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/disable/?' >> (SysTaskController.java:170).disable  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.027 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.027 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.028 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.028 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/enable/?' >> (SysTaskController.java:151).enable   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.028 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.028 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.028 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.031 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task'        >> (SysTaskController.java:38).index     : void       | @Ok(beetl:/platform/sys/task/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.034 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.034 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/delete/?' >> (SysTaskController.java:129).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.035 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/data'   >> (SysTaskController.java:63).data      : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.035 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.036 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.036 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.036 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/adddo'  >> (SysTaskController.java:79).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.037 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.037 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.037 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.037 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/editdo' >> (SysTaskController.java:106).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.037 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/cronexp' >> (SysTaskController.java:52).cronExp   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.038 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/cron'   >> (SysTaskController.java:45).cron      : void       | @Ok(beetl:/platform/sys/task/cron.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.039 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.045 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.046 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.046 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/task/edit/?' >> (SysTaskController.java:94).edit      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.047 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.048 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.048 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.048 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/captcha'   >> (SysLoginController.java:275).next    : BufferedImage | @Ok(raw:png) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.048 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.048 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.048 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/logout'    >> (SysLoginController.java:250).logout  : void       | @Ok(>>:/platform/login) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login'           >> (SysLoginController.java:83).login    : String     | @Ok(re   ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.049 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.050 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/theme'     >> (SysLoginController.java:104).theme   : void       | @Ok(json:{locked:'password|createAt',ignoreNull:true}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.053 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.055 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.055 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.056 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/noPermission' >> (SysLoginController.java:93).noPermission : void       | @Ok(beetl:/platform/sys/noPermission.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.056 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.056 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.056 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.062 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/doLogin'   >> (SysLoginController.java:174).doLogin : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.063 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.063 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.063 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.063 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/menuTheme' >> (SysLoginController.java:124).menuTheme : void       | @Ok(json:{locked:'password|createAt',ignoreNull:true}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.063 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.063 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.064 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.064 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/login/layout'    >> (SysLoginController.java:145).layout  : void       | @Ok(json:{locked:'password|createAt',ignoreNull:true}) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.064 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:17.065 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.066 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:17.068 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:17.069 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:17.070 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:17.072 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:17.072 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.072 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:17.072 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.072 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/ueditor/bd/uploadimage' >> (BdController.java:45).uploadimage    : Object     | @Ok(raw  ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.073 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.074 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.074 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.074 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/id', '/platform/wx/tpl/id/index/?' >> (WxTplIdController.java:42).index     : void       | @Ok(beetl:/platform/wx/tpl/id/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.074 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.074 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.074 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.075 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/id/delete', '/platform/wx/tpl/id/delete/?' >> (WxTplIdController.java:93).delete    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.076 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.076 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.077 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.077 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/id/data'  >> (WxTplIdController.java:58).data      : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.078 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.078 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.078 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.079 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/id/adddo' >> (WxTplIdController.java:72).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.079 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.079 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.080 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.082 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/log'         >> (SysLogController.java:33).index      : void       | @Ok(beetl:/platform/sys/log/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.090 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.094 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.097 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.097 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/log/data'    >> (SysLogController.java:41).data       : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.098 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.098 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.098 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.101 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/link', '/platform/cms/link/link/?' >> (CmsLinkController.java:44).index     : void       | @Ok(beetl:/platform/cms/link/link/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.103 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.103 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.103 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.103 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/link/delete/?', '/platform/cms/link/link/delete' >> (CmsLinkController.java:104).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.104 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.104 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.104 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.104 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/link/data/', '/platform/cms/link/link/data/?' >> (CmsLinkController.java:123).data     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.105 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.105 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.105 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.106 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/link/adddo' >> (CmsLinkController.java:63).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.106 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.106 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.107 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.107 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/link/editdo' >> (CmsLinkController.java:90).editDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.108 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.108 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.108 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.109 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/link/link/edit/?' >> (CmsLinkController.java:77).edit      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.111 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.113 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.113 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.113 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site'        >> (CmsSiteController.java:36).index     : Object     | @Ok(beetl:/platform/cms/site/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.113 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.113 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.113 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.117 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site/add'    >> (CmsSiteController.java:71).add       : void       | @Ok(beetl:/platform/cms/site/add.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.118 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.118 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.118 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.119 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site/delete/?' >> (CmsSiteController.java:124).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.119 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.119 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.119 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.120 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site/data'   >> (CmsSiteController.java:53).data      : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.120 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.120 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.120 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.121 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site/adddo'  >> (CmsSiteController.java:91).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.121 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.121 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.122 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.124 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site/editdo' >> (CmsSiteController.java:108).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.125 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.125 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.125 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.125 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/cms/site/edit/?' >> (CmsSiteController.java:78).edit      : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.126 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.126 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.126 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.126 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/syncdata/kljk'            >> (SyncDataFromKLJKController.java:20).syncDataFromKLJK : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.127 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.127 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.127 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.128 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu', '/platform/wx/conf/menu/index/?' >> (WxMenuController.java:64).index      : void       | @Ok(beetl:/platform/wx/menu/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.128 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.128 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.128 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.128 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/delete/?' >> (WxMenuController.java:217).delete    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.128 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.129 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.129 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.129 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/sort' >> (WxMenuController.java:332).sort      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.129 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.129 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.129 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/tree' >> (WxMenuController.java:108).tree      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/keywordData' >> (WxMenuController.java:319).data      : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.130 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.131 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/child' >> (WxMenuController.java:80).child      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.131 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.131 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.131 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.137 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/adddo' >> (WxMenuController.java:145).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.138 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.138 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.138 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.138 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/sortdo' >> (WxMenuController.java:171).sortDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/sortDo' >> (WxMenuController.java:367).sortDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.139 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.140 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/editdo' >> (WxMenuController.java:204).editDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.140 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/pushMenu' >> (WxMenuController.java:232).pushMenu  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.140 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.141 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.141 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.141 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/conf/menu/edit/?' >> (WxMenuController.java:191).edit      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.141 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.142 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.145 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.145 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/wx/cms/list/?'     >> (CmsController.java:48).list          : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.145 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.145 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.146 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.147 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/wx/cms/test'       >> (CmsController.java:68).test          : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.149 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.150 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.150 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.151 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/wx/cms/channel/?', '/public/wx/cms/channel/' >> (CmsController.java:39).channel       : Object     | @Ok(beetl:/public/wx/cms/channel.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.151 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.151 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.151 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.151 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/public/wx/cms/article/?'  >> (CmsController.java:62).article       : Object     | @Ok(beetl:/public/wx/cms/article.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.152 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.152 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.152 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.152 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/token/get'       >> (ApiTokenController.java:38).get      : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.153 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.153 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.153 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.153 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/syncdata/ditie'           >> (SyncSubwayDataController.java:17).syncSubwayData : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.154 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.156 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.156 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.159 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/api/test/test1'      >> (ApiTestTokenController.java:23).test1 : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.162 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.162 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.162 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.163 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/list', '/platform/wx/tpl/list/index/?' >> (WxTplListController.java:42).index   : void       | @Ok(beetl:/platform/wx/tpl/list/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.163 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.163 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.163 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.163 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/list/data' >> (WxTplListController.java:58).data    : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.164 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.168 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.169 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.169 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/list/getdo' >> (WxTplListController.java:71).getDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.170 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.170 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.170 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.171 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/', '/platform/wx/reply/news/index/?' >> (WxReplyNewsController.java:67).index : void       | @Ok(beetl:/platform/wx/reply/news/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.171 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.171 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.171 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.171 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/delete/?' >> (WxReplyNewsController.java:127).delete : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.172 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.172 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.172 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.172 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/data' >> (WxReplyNewsController.java:152).data : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.172 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.173 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.173 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.175 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/adddo' >> (WxReplyNewsController.java:87).addDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.178 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.178 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.178 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.180 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/editdo' >> (WxReplyNewsController.java:114).editDo : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.181 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.181 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.181 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.181 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/delete' >> (WxReplyNewsController.java:141).deletes : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=imageUpload
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(imageUpload) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'imageUpload'<class org.nutz.mvc.upload.UploadAdaptor>
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:17.182 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadAdaptor without AOP
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'uploadImageContext'<>
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Load definition name=uploadImageContext
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(uploadImageContext) in JsonLoader(paths=[ioc/])
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc -          >> Make...'uploadImageContext'<>
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.183 [localhost-startStop-1] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.mvc.upload.UploadingContext without AOP
[DEBUG] 17:05:17.184 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'tmpFilePool'<>
[DEBUG] 17:05:17.184 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/uploadImage/?' >> (WxReplyNewsController.java:174).uploadImage : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.184 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.184 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.184 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.185 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/channel_data' >> (WxReplyNewsController.java:217).channel_data : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.187 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.187 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.187 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.188 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/article_data' >> (WxReplyNewsController.java:231).article_data : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.188 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.188 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.188 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.188 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/reply/news/edit/?' >> (WxReplyNewsController.java:100).edit : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.189 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.189 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.189 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.189 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/syncdata/alibaba'         >> (SyncDataFromAlibabaController.java:17).syncDataFromAlibaba : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.190 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.190 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.190 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.190 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/api/disable/?' >> (SysApiController.java:82).disable    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/api/enable/?' >> (SysApiController.java:69).enable     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.191 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/api'         >> (SysApiController.java:35).index      : void       | @Ok(beetl:/platform/sys/api/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.192 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.192 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/api/delete/?' >> (SysApiController.java:56).delete     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.194 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.197 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.198 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.198 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/api/data'    >> (SysApiController.java:94).data       : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.198 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.198 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.199 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.199 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/api/adddo'   >> (SysApiController.java:43).addDo      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.200 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.200 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.200 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.200 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/conf'        >> (SysConfController.java:39).index     : void       | @Ok(beetl:/platform/sys/conf/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.200 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.201 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.201 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.201 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/conf/delete/?' >> (SysConfController.java:92).delete    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.201 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.201 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.201 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.202 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/conf/data'   >> (SysConfController.java:109).data     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.202 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.202 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.202 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.203 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/conf/adddo'  >> (SysConfController.java:47).addDo     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.203 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.203 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.203 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.203 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/conf/editdo' >> (SysConfController.java:75).editDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.204 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.204 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.204 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.204 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/conf/edit/?' >> (SysConfController.java:63).edit      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.215 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.215 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.215 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.215 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/disable/?' >> (SysRoleController.java:176).disable  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.215 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/enable/?' >> (SysRoleController.java:159).enable   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.216 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role'        >> (SysRoleController.java:61).index     : void       | @Ok(beetl:/platform/sys/role/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/delete/?' >> (SysRoleController.java:313).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.217 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.218 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/tree'   >> (SysRoleController.java:68).tree      : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.220 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.220 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.220 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.220 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/data'   >> (SysRoleController.java:121).data     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/user'   >> (SysRoleController.java:387).user     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.221 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.222 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/adddo'  >> (SysRoleController.java:266).addDo    : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.222 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.222 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.222 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/editdo' >> (SysRoleController.java:345).editDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/menuAll' >> (SysRoleController.java:194).menuAll  : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.223 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/menudo' >> (SysRoleController.java:371).menuDo   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/usersadd' >> (SysRoleController.java:420).usersAdd : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.224 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/menuRole/?' >> (SysRoleController.java:220).menuRole : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.225 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.225 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.226 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.226 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/usersdel' >> (SysRoleController.java:441).usersDel : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.226 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.226 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.226 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.226 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/edit/?' >> (SysRoleController.java:332).edit     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.227 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.227 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.228 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.230 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/usersearch' >> (SysRoleController.java:407).userSearch : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.230 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.230 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.230 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.230 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/sys/role/menu/?' >> (SysRoleController.java:290).menu     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.231 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.231 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.231 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.234 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getCrowdPastHourData' >> (CrowdSituationController.java:184).getCrowdPastHourData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.234 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.234 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.234 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.234 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getAllSpotEveryHourData' >> (CrowdSituationController.java:206).getAllSpotEveryData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getSubwayData'      >> (CrowdSituationController.java:60).getSubwayData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getParkInfoData'    >> (CrowdSituationController.java:110).getParkInfoData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.235 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/sync/crowd'         >> (CrowdSituationController.java:24).getDataFromKLJK : void       | @Ok(null ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getRealTimeNumber'  >> (CrowdSituationController.java:36).getRealTimeNumber : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.236 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getSubwayFlowData'  >> (CrowdSituationController.java:85).getSubwayFlowData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getScenicStateData' >> (CrowdSituationController.java:160).getScenicStateData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.237 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.238 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/crowd/getParkInfoRealTimeData' >> (CrowdSituationController.java:135).getParkInfoRealTimeData : Object     | @Ok(json ) @Fail(null ) | by 1 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.241 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.241 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.241 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.242 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/log', '/platform/wx/tpl/log/index/?' >> (WxTplLogController.java:36).index    : void       | @Ok(beetl:/platform/wx/tpl/log/index.html) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.242 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.242 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.242 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.243 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/log/delete/?', '/platform/wx/tpl/log/delete' >> (WxTplLogController.java:71).delete   : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.243 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.244 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.244 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.244 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/platform/wx/tpl/log/data' >> (WxTplLogController.java:52).data     : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 17:05:17.245 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:05:17.245 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'dateUtil'<class cn.wizzer.app.web.commons.utils.DateUtil>
[DEBUG] 17:05:17.245 [localhost-startStop-1] org.nutz.ioc.impl.NutIoc - Get 'stringUtil'<class cn.wizzer.app.web.commons.utils.StringUtil>
[DEBUG] 17:05:17.251 [localhost-startStop-1] org.nutz.mvc.impl.UrlMappingImpl -    '/open/weixin/api', '/open/weixin/api/?' >> (WeixinController.java:36).msgIn      : View       | @Ok(null ) @Fail(http:200) | by 0 Filters | (I:UTF-8/O:UTF-8)
[INFO ] 17:05:17.251 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Found 316 module methods
[DEBUG] 17:05:17.251 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Localization: org.nutz.mvc.impl.NutMessageLoader('locales/')  dft<zh_CN>
[DEBUG] 17:05:17.257 [localhost-startStop-1] org.nutz.resource.Scans - Found 6 resource by src( locales/ ) , regex( ^.+[.]properties$ )
[DEBUG] 17:05:17.257 [localhost-startStop-1] org.nutz.mvc.impl.NutMessageLoader - Load Messages in 6 resource : [[File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\locales\en_US\sys\role.properties], File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\locales\en_US\sys\unit.properties], File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\locales\en_US\system.properties], File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\locales\zh_CN\sys\role.properties], File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\locales\zh_CN\sys\unit.properties], File[E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT\WEB-INF\classes\locales\zh_CN\system.properties]]]
[DEBUG] 17:05:17.262 [localhost-startStop-1] org.nutz.mvc.impl.NutMessageLoader - Message Loaded, size = 3
[INFO ] 17:05:17.265 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - SessionBy --> org.nutz.integration.shiro.ShiroSessionProvider@569714a1
[INFO ] 17:05:17.267 [localhost-startStop-1] org.nutz.mvc.impl.NutLoading - Nutz.Mvc[nutz] is up in 65619ms
[INFO ] 17:05:17.267 [localhost-startStop-1] org.nutz.mvc.NutFilter - exclusionsPrefix  = ^(/druid/)
31-Oct-2019 17:05:17.286 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\webapps\ROOT.war has finished in 142,555 ms
31-Oct-2019 17:05:17.292 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-8080"]
31-Oct-2019 17:05:17.305 信息 [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-apr-8009"]
31-Oct-2019 17:05:17.309 信息 [main] org.apache.catalina.startup.Catalina.start Server startup in 142669 ms
[DEBUG] 17:05:31.204 [http-apr-8080-exec-4] org.apache.shiro.session.mgt.AbstractValidatingSessionManager - No sessionValidationScheduler set.  Attempting to create default instance.
[INFO ] 17:05:31.204 [http-apr-8080-exec-4] org.apache.shiro.session.mgt.AbstractValidatingSessionManager - Enabling session validation scheduler...
[DEBUG] 17:05:31.208 [http-apr-8080-exec-4] org.apache.shiro.web.servlet.SimpleCookie - Found 'sid' cookie value [3tf1qjki12jf2rt63ksu7hbgto]
[INFO ] 17:05:31.210 [http-apr-8080-exec-4] org.apache.shiro.cache.ehcache.EhCacheManager - Cache with name 'shiro-activeSessionCache' does not yet exist.  Creating now.
[DEBUG] 17:05:31.244 [http-apr-8080-exec-4] net.sf.ehcache.DiskStorePathManager - Using diskstore path E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\temp
[DEBUG] 17:05:31.244 [http-apr-8080-exec-4] net.sf.ehcache.DiskStorePathManager - Holding exclusive lock on E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\temp\.ehcache-diskstore.lock
[DEBUG] 17:05:31.245 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.DiskStorageFactory - Failed to delete file shiro-active%0053ession%0043ache.data
[DEBUG] 17:05:31.245 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.DiskStorageFactory - Failed to delete file shiro-active%0053ession%0043ache.index
[DEBUG] 17:05:31.261 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.DiskStorageFactory - Matching data file missing (or empty) for index file. Deleting index file E:\DevTools\tomcat\ceshi\apache-tomcat-8.0.44\temp\shiro-active%0053ession%0043ache.index
[DEBUG] 17:05:31.261 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.DiskStorageFactory - Failed to delete file shiro-active%0053ession%0043ache.index
[DEBUG] 17:05:31.373 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
[DEBUG] 17:05:31.375 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
[DEBUG] 17:05:31.375 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
[DEBUG] 17:05:31.375 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Pass-Through Statistic: REMOTE_SIZE
[DEBUG] 17:05:31.376 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
[DEBUG] 17:05:31.401 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: OFFHEAP_GET
[DEBUG] 17:05:31.403 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: OFFHEAP_PUT
[DEBUG] 17:05:31.403 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: OFFHEAP_REMOVE
[DEBUG] 17:05:31.404 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: XA_COMMIT
[DEBUG] 17:05:31.404 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: XA_ROLLBACK
[DEBUG] 17:05:31.404 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: XA_RECOVERY
[DEBUG] 17:05:31.405 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: CLUSTER_EVENT
[DEBUG] 17:05:31.405 [http-apr-8080-exec-4] net.sf.ehcache.statistics.extended.ExtendedStatisticsImpl - Mocking Operation Statistic: NONSTOP
[DEBUG] 17:05:31.410 [http-apr-8080-exec-4] net.sf.ehcache.Cache - Initialised cache: shiro-activeSessionCache
[DEBUG] 17:05:31.411 [http-apr-8080-exec-4] net.sf.ehcache.config.ConfigurationHelper - CacheDecoratorFactory not configured for defaultCache. Skipping for 'shiro-activeSessionCache'.
[INFO ] 17:05:31.411 [http-apr-8080-exec-4] org.apache.shiro.cache.ehcache.EhCacheManager - Added EhCache named [shiro-activeSessionCache]
[DEBUG] 17:05:31.499 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.Segment - put added 0 on heap
[DEBUG] 17:05:31.510 [http-apr-8080-exec-4] org.nutz.plugins.cache.impl.lcache.LCache - fire channel=LCache:shiro-activeSessionCache msg=vpk7mb35amhvcokn6jq339vg3q:3tf1qjki12jf2rt63ksu7hbgto
[DEBUG] 17:05:31.511 [lcache.pubsub] org.nutz.plugins.cache.impl.lcache.CachePubSub - channel=LCache:shiro-activeSessionCache, msg=vpk7mb35amhvcokn6jq339vg3q:3tf1qjki12jf2rt63ksu7hbgto
[DEBUG] 17:05:31.520 [shiro-active%0053ession%0043ache.data] net.sf.ehcache.store.disk.Segment - fault removed 0 from heap
[DEBUG] 17:05:31.528 [shiro-active%0053ession%0043ache.data] net.sf.ehcache.store.disk.Segment - fault added 0 on disk
[DEBUG] 17:05:31.528 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.Segment - put added 0 on heap
[DEBUG] 17:05:31.586 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.Segment - put updated, deleted 0 on heap
[DEBUG] 17:05:31.588 [http-apr-8080-exec-4] net.sf.ehcache.store.disk.Segment - put updated, deleted 0 on disk
[DEBUG] 17:05:31.594 [shiro-active%0053ession%0043ache.data] net.sf.ehcache.store.disk.Segment - fault removed 0 from heap
[DEBUG] 17:05:31.610 [shiro-active%0053ession%0043ache.data] net.sf.ehcache.store.disk.Segment - fault added 0 on disk
[DEBUG] 17:05:31.609 [http-apr-8080-exec-4] org.nutz.plugins.cache.impl.lcache.LCache - fire channel=LCache:shiro-activeSessionCache msg=vpk7mb35amhvcokn6jq339vg3q:3tf1qjki12jf2rt63ksu7hbgto
[DEBUG] 17:05:31.621 [lcache.pubsub] org.nutz.plugins.cache.impl.lcache.CachePubSub - channel=LCache:shiro-activeSessionCache, msg=vpk7mb35amhvcokn6jq339vg3q:3tf1qjki12jf2rt63ksu7hbgto
[DEBUG] 17:05:31.625 [http-apr-8080-exec-4] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/sysadmin : NOT Action match
[DEBUG] 17:05:43.632 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:06:00.428 [http-apr-8080-exec-6] org.apache.shiro.web.servlet.SimpleCookie - Found 'sid' cookie value [3tf1qjki12jf2rt63ksu7hbgto]
[DEBUG] 17:06:03.907 [http-apr-8080-exec-6] org.nutz.mvc.impl.UrlMappingImpl - Found mapping for [GET] path=/ : SysHomeController.index(SysHomeController.java:150)
[DEBUG] 17:06:03.910 [http-apr-8080-exec-6] org.nutz.ioc.impl.NutIoc - Get 'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 17:06:03.910 [http-apr-8080-exec-6] org.nutz.ioc.impl.NutIoc -   >> Load definition name=sysHomeController
[DEBUG] 17:06:03.910 [http-apr-8080-exec-6] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysHomeController) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 17:06:03.910 [http-apr-8080-exec-6] org.nutz.ioc.impl.NutIoc -   >> Make...'sysHomeController'<class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController>
[DEBUG] 17:06:03.911 [http-apr-8080-exec-6] org.nutz.ioc.impl.ScopeContext - Save object 'sysHomeController' to [app]
[DEBUG] 17:06:03.915 [http-apr-8080-exec-6] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.web.modules.controllers.platform.sys.SysHomeController without AOP
[DEBUG] 17:06:03.936 [http-apr-8080-exec-6] org.nutz.ioc.val.ReferTypeValue - name=sysMenuService not found, search for type=cn.wizzer.app.sys.modules.services.SysMenuService
[DEBUG] 17:06:03.937 [http-apr-8080-exec-6] org.nutz.ioc.impl.NutIoc - Get 'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 17:06:03.938 [http-apr-8080-exec-6] org.nutz.ioc.impl.NutIoc - Get 'shiroUtil'<class cn.wizzer.app.web.commons.utils.ShiroUtil>
[DEBUG] 17:06:03.939 [http-apr-8080-exec-6] cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/ 31ms
[DEBUG] 17:06:03.948 [http-apr-8080-exec-7] org.apache.shiro.web.servlet.SimpleCookie - Found 'sid' cookie value [3tf1qjki12jf2rt63ksu7hbgto]
[DEBUG] 17:06:03.949 [http-apr-8080-exec-7] org.nutz.mvc.impl.UrlMappingImpl - Search mapping for [GET] path=/sysadmin : NOT Action match
[DEBUG] 17:06:12.733 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:06:38.074 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:07:08.070 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers
[DEBUG] 17:07:59.125 [NutzbootScheduler_QuartzSchedulerThread] org.quartz.core.QuartzSchedulerThread - batch acquisition of 0 triggers

cn.wizzer.app.web.commons.processor.LogTimeProcessor - [GET ]URI=/ 31ms

都已经启动成功了, url mapping都对上了, 跟之前的错误不一样啦

127.0.0.1:8080/sysadmin
页面直接报404错误,但是可以访问其它不需要登陆的接口地址

Search mapping for [GET] path=/sysadmin : NOT Action match
添加回复
请先登陆
回到顶部