springMVC启动特别慢,没加AOP时候,30秒启动好,加了AOP配置,启动要5分钟
idea开发springMVC项目的时候,启动特别慢,哪位大大帮忙看看
电脑配置不低,16G内存,4核8线程CPU,固态硬盘
没加
<aop:aspectj-autoproxy proxy-target-class="true"/>
启动要30秒
启动日志:
"D:Program Filesapache-tomcat-8.0.36bincatalina.bat" run
[2016-08-29 06:47:14,516] Artifact juno-finance-web:war exploded: Server is not connected. Deploy is not available.
Using CATALINA_BASE: "C:UsersFaberWong.IntelliJIdea15systemtomcatUnnamed_juno_2"
Using CATALINA_HOME: "D:Program Filesapache-tomcat-8.0.36"
Using CATALINA_TMPDIR: "D:Program Filesapache-tomcat-8.0.36temp"
Using JRE_HOME: "D:Program FilesJavajdk1.7.0_13"
Using CLASSPATH: "D:Program Filesapache-tomcat-8.0.36binbootstrap.jar;D:Program Filesapache-tomcat-8.0.36bintomcat-juli.jar"
Connected to the target VM, address: '127.0.0.1:64807', transport: 'socket'
29-Aug-2016 18:47:15.176 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.36
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jun 9 2016 13:55:50 UTC
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.0.36.0
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Windows 7
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 6.1
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: D:Program FilesJavajdk1.7.0_13jre
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.7.0_13-b20
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
29-Aug-2016 18:47:15.177 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: C:UsersFaberWong.IntelliJIdea15systemtomcatUnnamed_juno_2
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: D:Program Filesapache-tomcat-8.0.36
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:64807,suspend=y,server=n
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote=
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.port=1099
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.ssl=false
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcom.sun.management.jmxremote.authenticate=false
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.rmi.server.hostname=127.0.0.1
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:UsersFaberWong.IntelliJIdea15systemtomcatUnnamed_juno_2conflogging.properties
29-Aug-2016 18:47:15.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
29-Aug-2016 18:47:15.179 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=D:Program Filesapache-tomcat-8.0.36endorsed
29-Aug-2016 18:47:15.179 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:UsersFaberWong.IntelliJIdea15systemtomcatUnnamed_juno_2
29-Aug-2016 18:47:15.179 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=D:Program Filesapache-tomcat-8.0.36
29-Aug-2016 18:47:15.179 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=D:Program Filesapache-tomcat-8.0.36temp
29-Aug-2016 18:47:15.179 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library 1.2.7 using APR version 1.5.2.
29-Aug-2016 18:47:15.179 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
29-Aug-2016 18:47:16.222 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.2h 3 May 2016)
29-Aug-2016 18:47:16.317 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-8080"]
29-Aug-2016 18:47:16.324 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-apr-8009"]
29-Aug-2016 18:47:16.326 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1443 ms
29-Aug-2016 18:47:16.347 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
29-Aug-2016 18:47:16.347 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.36
29-Aug-2016 18:47:16.355 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-8080"]
29-Aug-2016 18:47:16.363 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-apr-8009"]
29-Aug-2016 18:47:16.366 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 39 ms
Connected to server
[2016-08-29 06:47:16,617] Artifact juno-finance-web:war exploded: Artifact is being deployed, please wait...
29-Aug-2016 18:47:20.443 INFO [RMI TCP Connection(3)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-08-29 18:47:22,026 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoChargeTypeDao.class]
2016-08-29 18:47:22,026 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoModelDao.class]
2016-08-29 18:47:22,026 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoTransTypeDao.class]
2016-08-29 18:47:22,027 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoTransTypeModelDao.class]
2016-08-29 18:47:22,027 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoUserDao.class]
2016-08-29 18:47:22,029 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/DepartmentDao.class]
2016-08-29 18:47:22,030 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/DepartmentRoleDao.class]
2016-08-29 18:47:22,030 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/DepartmentRolePermissionDao.class]
2016-08-29 18:47:22,030 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/MenuDao.class]
2016-08-29 18:47:22,031 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/OrgDao.class]
2016-08-29 18:47:22,031 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/OrgPermDao.class]
2016-08-29 18:47:22,031 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/PermDao.class]
2016-08-29 18:47:22,032 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/PermissionDao.class]
2016-08-29 18:47:22,032 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/PermMenuDao.class]
2016-08-29 18:47:22,032 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/RoleDao.class]
2016-08-29 18:47:22,033 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/RolePermDao.class]
2016-08-29 18:47:22,033 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserDao.class]
2016-08-29 18:47:22,033 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserDepartmentRoleDao.class]
2016-08-29 18:47:22,033 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserPermissionDao.class]
2016-08-29 18:47:22,034 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserRoleDao.class]
2016-08-29 18:47:22,036 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/mybatis/mysql/dao/SystemConfigDao.class]
2016-08-29 18:47:22,036 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:ChargeTypeDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.ChargeTypeDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:ModelDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.ModelDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:TransTypeDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.TransTypeDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:TransTypeModelDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.TransTypeModelDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:UserDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.UserDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:DepartmentDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.DepartmentDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:DepartmentRoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.DepartmentRoleDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:DepartmentRolePermissionDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.DepartmentRolePermissionDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:MenuDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.MenuDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:OrgDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.OrgDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:OrgPermDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.OrgPermDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:PermDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.PermDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:PermissionDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.PermissionDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:PermMenuDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.PermMenuDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:RoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.RoleDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:RolePermDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.RolePermDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserDao' mapperInterface
2016-08-29 18:47:22,037 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserDepartmentRoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserDepartmentRoleDao' mapperInterface
2016-08-29 18:47:22,040 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserPermissionDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserPermissionDao' mapperInterface
2016-08-29 18:47:22,040 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserRoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserRoleDao' mapperInterface
2016-08-29 18:47:22,040 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'systemConfigDao' and 'com.juno.java.frame.core.config.mybatis.mysql.dao.SystemConfigDao' mapperInterface
2016-08-29 18:47:22,139 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceChargeTypeService.class]
2016-08-29 18:47:22,140 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceModelService.class]
2016-08-29 18:47:22,141 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceTransTypeModelService.class]
2016-08-29 18:47:22,142 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceTransTypeService.class]
2016-08-29 18:47:22,143 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceUserService.class]
2016-08-29 18:47:22,182 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/service/UserDepartmentRoleService.class]
2016-08-29 18:47:22,183 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/service/UserService.class]
2016-08-29 18:47:22,417 DEBUG [net.sf.ehcache.config.ConfigurationFactory] - Configuring ehcache from InputStream
2016-08-29 18:47:22,442 DEBUG [net.sf.ehcache.config.BeanHandler] - Ignoring ehcache attribute xmlns:xsi
2016-08-29 18:47:22,443 DEBUG [net.sf.ehcache.config.BeanHandler] - Ignoring ehcache attribute xsi:noNamespaceSchemaLocation
2016-08-29 18:47:22,444 DEBUG [net.sf.ehcache.config.DiskStoreConfiguration] - Disk Store Path: D:Program Filesapache-tomcat-8.0.36temp
2016-08-29 18:47:22,490 DEBUG [net.sf.ehcache.CacheManager] - Creating new CacheManager with Configuration Object
2016-08-29 18:47:22,493 DEBUG [net.sf.ehcache.util.PropertyUtil] - propertiesString is null.
2016-08-29 18:47:22,511 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheManagerEventListenerFactory class specified. Skipping...
2016-08-29 18:47:22,611 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,611 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,611 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,626 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,626 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,626 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,632 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,632 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,632 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,637 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,637 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,637 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,641 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,641 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,641 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,646 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,646 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,646 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,652 DEBUG [net.sf.ehcache.Cache] - No BootstrapCacheLoaderFactory class specified. Skipping...
2016-08-29 18:47:22,652 DEBUG [net.sf.ehcache.Cache] - CacheWriter factory not configured. Skipping...
2016-08-29 18:47:22,652 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - No CacheExceptionHandlerFactory class specified. Skipping...
2016-08-29 18:47:22,676 DEBUG [net.sf.ehcache.DiskStorePathManager] - Using diskstore path D:Program Filesapache-tomcat-8.0.36temp
2016-08-29 18:47:22,677 DEBUG [net.sf.ehcache.DiskStorePathManager] - Holding exclusive lock on D:Program Filesapache-tomcat-8.0.36temp.ehcache-diskstore.lock
2016-08-29 18:47:22,677 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file token.data
2016-08-29 18:47:22,677 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file token.index
2016-08-29 18:47:22,689 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36temptoken.index
2016-08-29 18:47:22,689 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file token.index
2016-08-29 18:47:22,790 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:22,791 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:22,791 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:22,792 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:22,792 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:22,812 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:22,813 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:22,813 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:22,814 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:22,815 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:22,815 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:22,816 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:22,816 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:22,823 DEBUG [net.sf.ehcache.Cache] - Initialised cache: token
2016-08-29 18:47:22,824 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured. Skipping for 'token'.
2016-08-29 18:47:22,824 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'token'.
2016-08-29 18:47:22,824 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file test.data
2016-08-29 18:47:22,824 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file test.index
2016-08-29 18:47:22,824 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36temptest.index
2016-08-29 18:47:22,825 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file test.index
2016-08-29 18:47:22,830 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:22,830 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:22,831 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:22,831 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:22,831 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:22,832 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:22,833 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:22,833 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:22,834 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:22,834 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:22,835 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:22,836 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:22,836 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:22,839 DEBUG [net.sf.ehcache.Cache] - Initialised cache: test
2016-08-29 18:47:22,839 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured. Skipping for 'test'.
2016-08-29 18:47:22,839 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'test'.
2016-08-29 18:47:22,839 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file request_match_cache.data
2016-08-29 18:47:22,839 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file request_match_cache.index
2016-08-29 18:47:22,840 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36temprequest_match_cache.index
2016-08-29 18:47:22,840 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file request_match_cache.index
2016-08-29 18:47:22,845 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:22,846 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:22,846 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:22,846 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:22,847 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:22,848 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:22,848 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:22,848 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:22,849 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:22,849 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:22,849 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:22,850 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:22,850 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:22,852 DEBUG [net.sf.ehcache.Cache] - Initialised cache: request_match_cache
2016-08-29 18:47:22,852 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured. Skipping for 'request_match_cache'.
2016-08-29 18:47:22,852 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'request_match_cache'.
2016-08-29 18:47:22,852 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session.data
2016-08-29 18:47:22,852 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session.index
2016-08-29 18:47:22,853 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36tempsession.index
2016-08-29 18:47:22,853 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session.index
2016-08-29 18:47:22,858 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:22,859 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:22,859 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:22,859 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:22,859 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:22,860 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:22,860 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:22,860 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:22,861 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:22,861 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:22,862 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:22,862 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:22,862 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:22,864 DEBUG [net.sf.ehcache.Cache] - Initialised cache: session
2016-08-29 18:47:22,864 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured. Skipping for 'session'.
2016-08-29 18:47:22,864 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'session'.
2016-08-29 18:47:22,864 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session_id_cache.data
2016-08-29 18:47:22,865 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session_id_cache.index
2016-08-29 18:47:22,865 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36tempsession_id_cache.index
2016-08-29 18:47:22,865 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session_id_cache.index
2016-08-29 18:47:22,870 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:22,870 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:22,871 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:22,871 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:22,871 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:22,872 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:22,872 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:22,872 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:22,873 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:22,873 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:22,873 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:22,874 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:22,874 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:22,875 DEBUG [net.sf.ehcache.Cache] - Initialised cache: session_id_cache
2016-08-29 18:47:22,875 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured. Skipping for 'session_id_cache'.
2016-08-29 18:47:22,875 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'session_id_cache'.
2016-08-29 18:47:22,876 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session_entity_cache.data
2016-08-29 18:47:22,876 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session_entity_cache.index
2016-08-29 18:47:22,876 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36tempsession_entity_cache.index
2016-08-29 18:47:22,877 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file session_entity_cache.index
2016-08-29 18:47:22,884 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:22,884 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:22,885 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:22,885 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:22,885 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:22,886 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:22,886 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:22,886 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:22,886 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:22,886 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:22,887 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:22,887 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:22,887 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:22,888 DEBUG [net.sf.ehcache.Cache] - Initialised cache: session_entity_cache
2016-08-29 18:47:22,888 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured. Skipping for 'session_entity_cache'.
2016-08-29 18:47:22,889 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'session_entity_cache'.
2016-08-29 18:47:23,183 DEBUG [org.apache.ibatis.logging.LogFactory] - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
2016-08-29 18:47:24,693 INFO [com.alibaba.druid.pool.DruidDataSource] - {dataSource-1} inited
2016-08-29 18:47:24,993 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Property 'configLocation' not specified, using default MyBatis Configuration
2016-08-29 18:47:25,284 DEBUG [org.apache.ibatis.io.ResolverUtil] - Class not found: org.jboss.vfs.VFS
2016-08-29 18:47:25,284 DEBUG [org.apache.ibatis.io.ResolverUtil] - JBoss 6 VFS API is not available in this environment.
2016-08-29 18:47:25,290 DEBUG [org.apache.ibatis.io.ResolverUtil] - Class not found: org.jboss.vfs.VirtualFile
2016-08-29 18:47:25,293 DEBUG [org.apache.ibatis.io.ResolverUtil] - VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment.
2016-08-29 18:47:25,294 DEBUG [org.apache.ibatis.io.ResolverUtil] - Using VFS adapter org.apache.ibatis.io.DefaultVFS
2016-08-29 18:47:25,298 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/
2016-08-29 18:47:25,299 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/
2016-08-29 18:47:25,496 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: ChargeType.class
2016-08-29 18:47:25,501 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: Model.class
2016-08-29 18:47:25,504 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: TransType.class
2016-08-29 18:47:25,508 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: TransTypeModel.class
2016-08-29 18:47:25,511 DEBUG [org.apache.ibatis.io.ResolverUtil] - Listing file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/
2016-08-29 18:47:25,512 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/ChargeType.class
2016-08-29 18:47:25,512 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/ChargeType.class
2016-08-29 18:47:25,513 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 6
2016-08-29 18:47:25,517 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/Model.class
2016-08-29 18:47:25,518 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/Model.class
2016-08-29 18:47:25,519 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 @
2016-08-29 18:47:25,523 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransType.class
2016-08-29 18:47:25,524 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransType.class
2016-08-29 18:47:25,525 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 P
2016-08-29 18:47:25,530 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransTypeModel.class
2016-08-29 18:47:25,530 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransTypeModel.class
2016-08-29 18:47:25,531 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 5
2016-08-29 18:47:25,536 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.ChargeType matches criteria [is assignable to Object]
2016-08-29 18:47:25,538 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.Model matches criteria [is assignable to Object]
2016-08-29 18:47:25,540 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.TransType matches criteria [is assignable to Object]
2016-08-29 18:47:25,542 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.TransTypeModel matches criteria [is assignable to Object]
2016-08-29 18:47:25,549 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Scanned package: 'com.juno.java.web.finance.entity' for aliases
2016-08-29 18:47:25,553 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/entity/
2016-08-29 18:47:25,553 DEBUG [org.apache.ibatis.io.ResolverUtil] - Inner URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/entity/
2016-08-29 18:47:25,553 DEBUG [org.apache.ibatis.io.ResolverUtil] - Extracted JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar
2016-08-29 18:47:25,554 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar
2016-08-29 18:47:25,554 DEBUG [org.apache.ibatis.io.ResolverUtil] - Listing jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/entity/
2016-08-29 18:47:25,555 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/core/config/entity/EmptySystemConfigCache.class
2016-08-29 18:47:25,556 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/core/config/entity/SystemConfig.class
2016-08-29 18:47:25,570 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.core.config.entity.EmptySystemConfigCache matches criteria [is assignable to Object]
2016-08-29 18:47:25,574 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.core.config.entity.SystemConfig matches criteria [is assignable to Object]
2016-08-29 18:47:25,577 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Scanned package: 'com.juno.java.frame.core.config.entity' for aliases
2016-08-29 18:47:25,581 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/entity/
2016-08-29 18:47:25,581 DEBUG [org.apache.ibatis.io.ResolverUtil] - Inner URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/entity/
2016-08-29 18:47:25,582 DEBUG [org.apache.ibatis.io.ResolverUtil] - Extracted JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar
2016-08-29 18:47:25,582 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar
2016-08-29 18:47:25,583 DEBUG [org.apache.ibatis.io.ResolverUtil] - Listing jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/entity/
2016-08-29 18:47:25,583 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Department.class
2016-08-29 18:47:25,584 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/DepartmentRole.class
2016-08-29 18:47:25,584 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/DepartmentRolePermission.class
2016-08-29 18:47:25,584 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Menu.class
2016-08-29 18:47:25,584 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Org.class
2016-08-29 18:47:25,585 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/OrgPerm.class
2016-08-29 18:47:25,585 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Perm.class
2016-08-29 18:47:25,585 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Permission.class
2016-08-29 18:47:25,586 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/PermMenu.class
2016-08-29 18:47:25,586 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Role.class
2016-08-29 18:47:25,586 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/RolePerm.class
2016-08-29 18:47:25,586 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/User.class
2016-08-29 18:47:25,587 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/UserDepartmentRole.class
2016-08-29 18:47:25,587 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/UserPermission.class
2016-08-29 18:47:25,587 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/UserRole.class
2016-08-29 18:47:25,590 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Department matches criteria [is assignable to Object]
2016-08-29 18:47:25,593 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.DepartmentRole matches criteria [is assignable to Object]
2016-08-29 18:47:25,596 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.DepartmentRolePermission matches criteria [is assignable to Object]
2016-08-29 18:47:25,600 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Menu matches criteria [is assignable to Object]
2016-08-29 18:47:25,603 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Org matches criteria [is assignable to Object]
2016-08-29 18:47:25,606 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.OrgPerm matches criteria [is assignable to Object]
2016-08-29 18:47:25,609 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Perm matches criteria [is assignable to Object]
2016-08-29 18:47:25,612 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Permission matches criteria [is assignable to Object]
2016-08-29 18:47:25,615 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.PermMenu matches criteria [is assignable to Object]
2016-08-29 18:47:25,618 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Role matches criteria [is assignable to Object]
2016-08-29 18:47:25,620 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.RolePerm matches criteria [is assignable to Object]
2016-08-29 18:47:25,623 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.User matches criteria [is assignable to Object]
2016-08-29 18:47:25,624 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.UserDepartmentRole matches criteria [is assignable to Object]
2016-08-29 18:47:25,626 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.UserPermission matches criteria [is assignable to Object]
2016-08-29 18:47:25,629 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.UserRole matches criteria [is assignable to Object]
2016-08-29 18:47:25,633 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Scanned package: 'com.juno.java.frame.shiro.entity' for aliases
2016-08-29 18:47:25,633 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Registered plugin: 'com.juno.java.frame.core.dao.mybatis.pagehelper.PageHelper@38ba2b1c'
2016-08-29 18:47:25,633 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Registered plugin: 'com.juno.java.frame.core.dao.mybatis.MybatisJsonInterceptor@4664585c'
2016-08-29 18:47:26,240 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceChargeTypeMapper.xml]'
29-Aug-2016 18:47:26.358 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory D:Program Filesapache-tomcat-8.0.36webappsmanager
2016-08-29 18:47:26,407 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceModelMapper.xml]'
29-Aug-2016 18:47:26.623 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory D:Program Filesapache-tomcat-8.0.36webappsmanager has finished in 264 ms
2016-08-29 18:47:26,627 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceTransTypeMapper.xml]'
2016-08-29 18:47:26,793 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceTransTypeModelMapper.xml]'
2016-08-29 18:47:26,966 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceUserMapper.xml]'
2016-08-29 18:47:27,133 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/mappers/mysql/SystemConfigMapper.xml]'
2016-08-29 18:47:27,281 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/DepartmentMapper.xml]'
2016-08-29 18:47:27,416 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/DepartmentRoleMapper.xml]'
2016-08-29 18:47:27,554 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/DepartmentRolePermissionMapper.xml]'
2016-08-29 18:47:27,717 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/MenuMapper.xml]'
2016-08-29 18:47:27,881 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/OrgMapper.xml]'
2016-08-29 18:47:28,039 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/OrgPermMapper.xml]'
2016-08-29 18:47:28,182 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/PermissionMapper.xml]'
2016-08-29 18:47:28,344 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/PermMapper.xml]'
2016-08-29 18:47:28,504 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/PermMenuMapper.xml]'
2016-08-29 18:47:28,669 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/RoleMapper.xml]'
2016-08-29 18:47:28,827 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/RolePermMapper.xml]'
2016-08-29 18:47:28,994 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserDepartmentRoleMapper.xml]'
2016-08-29 18:47:29,158 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserMapper.xml]'
2016-08-29 18:47:29,295 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserPermissionMapper.xml]'
2016-08-29 18:47:29,452 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserRoleMapper.xml]'
2016-08-29 18:47:29,527 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/_default.xml]'
2016-08-29 18:47:29,788 DEBUG [org.apache.shiro.spring.LifecycleBeanPostProcessor] - Initializing bean [shiroCacheManager]...
2016-08-29 18:47:29,793 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Cache with name 'passwordRetryCache' does not yet exist. Creating now.
2016-08-29 18:47:29,832 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file password%0052etry%0043ache.data
2016-08-29 18:47:29,832 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file password%0052etry%0043ache.index
2016-08-29 18:47:29,833 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36temppassword%0052etry%0043ache.index
2016-08-29 18:47:29,834 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file password%0052etry%0043ache.index
2016-08-29 18:47:29,874 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:29,876 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:29,880 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:29,881 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:29,882 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:29,893 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:29,895 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:29,898 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:29,906 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:29,909 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:29,911 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:29,917 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:29,919 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:29,940 DEBUG [net.sf.ehcache.Cache] - Initialised cache: passwordRetryCache
2016-08-29 18:47:29,941 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'passwordRetryCache'.
2016-08-29 18:47:29,941 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Added EhCache named [passwordRetryCache]
2016-08-29 18:47:30,021 DEBUG [org.apache.shiro.spring.LifecycleBeanPostProcessor] - Initializing bean [userRealm]...
2016-08-29 18:47:30,021 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - No authorizationCache instance set. Checking for a cacheManager...
2016-08-29 18:47:30,022 INFO [org.apache.shiro.realm.AuthorizingRealm] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2016-08-29 18:47:30,253 DEBUG [org.apache.shiro.realm.AuthenticatingRealm] - CacheManager [org.apache.shiro.cache.ehcache.EhCacheManager@5a72f1e9] configured. Building authentication cache 'authenticationCache'
2016-08-29 18:47:30,253 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Cache with name 'authenticationCache' does not yet exist. Creating now.
2016-08-29 18:47:30,293 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file authentication%0043ache.data
2016-08-29 18:47:30,293 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file authentication%0043ache.index
2016-08-29 18:47:30,294 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36tempauthentication%0043ache.index
2016-08-29 18:47:30,294 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file authentication%0043ache.index
2016-08-29 18:47:30,332 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:30,333 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:30,337 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:30,339 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:30,340 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:30,351 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:30,353 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:30,356 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:30,364 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:30,366 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:30,368 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:30,374 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:30,376 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:30,398 DEBUG [net.sf.ehcache.Cache] - Initialised cache: authenticationCache
2016-08-29 18:47:30,398 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'authenticationCache'.
2016-08-29 18:47:30,398 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Added EhCache named [authenticationCache]
2016-08-29 18:47:30,399 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - No authorizationCache instance set. Checking for a cacheManager...
2016-08-29 18:47:30,399 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - CacheManager [org.apache.shiro.cache.ehcache.EhCacheManager@5a72f1e9] has been configured. Building authorization cache named [authorizationCache]
2016-08-29 18:47:30,399 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Cache with name 'authorizationCache' does not yet exist. Creating now.
2016-08-29 18:47:30,438 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file authorization%0043ache.data
2016-08-29 18:47:30,438 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file authorization%0043ache.index
2016-08-29 18:47:30,439 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Matching data file missing (or empty) for index file. Deleting index file D:Program Filesapache-tomcat-8.0.36tempauthorization%0043ache.index
2016-08-29 18:47:30,440 DEBUG [sf.ehcache.store.disk.DiskStorageFactory] - Failed to delete file authorization%0043ache.index
2016-08-29 18:47:30,479 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE
2016-08-29 18:47:30,480 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LOCAL_OFFHEAP_SIZE_BYTES
2016-08-29 18:47:30,484 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: WRITER_QUEUE_LENGTH
2016-08-29 18:47:30,486 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: REMOTE_SIZE
2016-08-29 18:47:30,487 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Pass-Through Statistic: LAST_REJOIN_TIMESTAMP
2016-08-29 18:47:30,499 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_GET
2016-08-29 18:47:30,501 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_PUT
2016-08-29 18:47:30,503 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: OFFHEAP_REMOVE
2016-08-29 18:47:30,512 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_COMMIT
2016-08-29 18:47:30,514 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_ROLLBACK
2016-08-29 18:47:30,516 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: XA_RECOVERY
2016-08-29 18:47:30,523 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: CLUSTER_EVENT
2016-08-29 18:47:30,525 DEBUG [sf.ehcache.statistics.extended.ExtendedStatisticsImpl] - Mocking Operation Statistic: NONSTOP
2016-08-29 18:47:30,547 DEBUG [net.sf.ehcache.Cache] - Initialised cache: authorizationCache
2016-08-29 18:47:30,548 DEBUG [net.sf.ehcache.config.ConfigurationHelper] - CacheDecoratorFactory not configured for defaultCache. Skipping for 'authorizationCache'.
2016-08-29 18:47:30,548 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Added EhCache named [authorizationCache]
29-Aug-2016 18:47:31.602 INFO [RMI TCP Connection(3)-127.0.0.1] org.mongodb.morphia.logging.MorphiaLoggerFactory.chooseLoggerFactory LoggerImplFactory set to org.mongodb.morphia.logging.jdk.JDKLoggerFactory
2016-08-29 18:47:36,359 DEBUG [org.mybatis.spring.SqlSessionUtils] - Creating a new SqlSession
2016-08-29 18:47:36,412 DEBUG [org.mybatis.spring.SqlSessionUtils] - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1263d9eb] was not registered for synchronization because synchronization is not active
2016-08-29 18:47:36,464 DEBUG [org.mybatis.spring.transaction.SpringManagedTransaction] - JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@6be6a28b] will not be managed by Spring
2016-08-29 18:47:36,502 DEBUG [mybatis.mysql.dao.SystemConfigDao.queryAllNoCondition] - ==> Preparing: select system_config_id,module,config_key,value,complex_value,comments from system_config
2016-08-29 18:47:36,683 DEBUG [mybatis.mysql.dao.SystemConfigDao.queryAllNoCondition] - ==> Parameters:
2016-08-29 18:47:36,814 DEBUG [mybatis.mysql.dao.SystemConfigDao.queryAllNoCondition] - <== Total: 0
2016-08-29 18:47:36,814 DEBUG [com.alibaba.druid.pool.PreparedStatementPool] - {conn-10003, pstmt-20003} enter cache
2016-08-29 18:47:36,815 DEBUG [org.mybatis.spring.SqlSessionUtils] - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1263d9eb]
2016-08-29 18:47:37,212 DEBUG [org.apache.shiro.spring.LifecycleBeanPostProcessor] - Initializing bean [Shiro:UserRealm]...
2016-08-29 18:47:37,213 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - No authorizationCache instance set. Checking for a cacheManager...
2016-08-29 18:47:37,213 INFO [org.apache.shiro.realm.AuthorizingRealm] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2016-08-29 18:47:41,254 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoChargeTypeDao.class]
2016-08-29 18:47:41,255 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoModelDao.class]
2016-08-29 18:47:41,256 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoTransTypeDao.class]
2016-08-29 18:47:41,257 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoTransTypeModelDao.class]
2016-08-29 18:47:41,258 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinancemybatismysqldaoUserDao.class]
2016-08-29 18:47:41,274 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/DepartmentDao.class]
2016-08-29 18:47:41,275 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/DepartmentRoleDao.class]
2016-08-29 18:47:41,276 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/DepartmentRolePermissionDao.class]
2016-08-29 18:47:41,278 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/MenuDao.class]
2016-08-29 18:47:41,279 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/OrgDao.class]
2016-08-29 18:47:41,280 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/OrgPermDao.class]
2016-08-29 18:47:41,282 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/PermDao.class]
2016-08-29 18:47:41,283 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/PermissionDao.class]
2016-08-29 18:47:41,284 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/PermMenuDao.class]
2016-08-29 18:47:41,286 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/RoleDao.class]
2016-08-29 18:47:41,287 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/RolePermDao.class]
2016-08-29 18:47:41,289 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserDao.class]
2016-08-29 18:47:41,290 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserDepartmentRoleDao.class]
2016-08-29 18:47:41,291 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserPermissionDao.class]
2016-08-29 18:47:41,293 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/mybatis/mysql/dao/UserRoleDao.class]
2016-08-29 18:47:41,304 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Identified candidate component class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/mybatis/mysql/dao/SystemConfigDao.class]
2016-08-29 18:47:41,305 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:ChargeTypeDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.ChargeTypeDao' mapperInterface
2016-08-29 18:47:41,305 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:ModelDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.ModelDao' mapperInterface
2016-08-29 18:47:41,305 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:TransTypeDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.TransTypeDao' mapperInterface
2016-08-29 18:47:41,305 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:TransTypeModelDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.TransTypeModelDao' mapperInterface
2016-08-29 18:47:41,306 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Finance:UserDao' and 'com.juno.java.web.finance.mybatis.mysql.dao.UserDao' mapperInterface
2016-08-29 18:47:41,306 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:DepartmentDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.DepartmentDao' mapperInterface
2016-08-29 18:47:41,306 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:DepartmentRoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.DepartmentRoleDao' mapperInterface
2016-08-29 18:47:41,307 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:DepartmentRolePermissionDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.DepartmentRolePermissionDao' mapperInterface
2016-08-29 18:47:41,307 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:MenuDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.MenuDao' mapperInterface
2016-08-29 18:47:41,307 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:OrgDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.OrgDao' mapperInterface
2016-08-29 18:47:41,307 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:OrgPermDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.OrgPermDao' mapperInterface
2016-08-29 18:47:41,308 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:PermDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.PermDao' mapperInterface
2016-08-29 18:47:41,308 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:PermissionDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.PermissionDao' mapperInterface
2016-08-29 18:47:41,308 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:PermMenuDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.PermMenuDao' mapperInterface
2016-08-29 18:47:41,308 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:RoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.RoleDao' mapperInterface
2016-08-29 18:47:41,309 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:RolePermDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.RolePermDao' mapperInterface
2016-08-29 18:47:41,309 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserDao' mapperInterface
2016-08-29 18:47:41,309 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserDepartmentRoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserDepartmentRoleDao' mapperInterface
2016-08-29 18:47:41,309 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserPermissionDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserPermissionDao' mapperInterface
2016-08-29 18:47:41,310 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'Shiro:UserRoleDao' and 'com.juno.java.frame.shiro.mybatis.mysql.dao.UserRoleDao' mapperInterface
2016-08-29 18:47:41,310 DEBUG [org.mybatis.spring.mapper.ClassPathMapperScanner] - Creating MapperFactoryBean with name 'systemConfigDao' and 'com.juno.java.frame.core.config.mybatis.mysql.dao.SystemConfigDao' mapperInterface
2016-08-29 18:47:41,529 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceChargeTypeService.class]
2016-08-29 18:47:41,536 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceModelService.class]
2016-08-29 18:47:41,545 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceTransTypeModelService.class]
2016-08-29 18:47:41,553 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceTransTypeService.class]
2016-08-29 18:47:41,560 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassescomjunojavawebfinanceserviceUserService.class]
2016-08-29 18:47:41,792 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/service/UserDepartmentRoleService.class]
2016-08-29 18:47:41,800 DEBUG [frame.core.service.action.ActionScanner] - Ignored because not a concrete top-level class: URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/service/UserService.class]
2016-08-29 18:47:41,992 DEBUG [net.sf.ehcache.config.ConfigurationFactory] - Configuring ehcache from InputStream
2016-08-29 18:47:42,020 DEBUG [net.sf.ehcache.config.BeanHandler] - Ignoring ehcache attribute xmlns:xsi
2016-08-29 18:47:42,021 DEBUG [net.sf.ehcache.config.BeanHandler] - Ignoring ehcache attribute xsi:noNamespaceSchemaLocation
2016-08-29 18:47:42,022 DEBUG [net.sf.ehcache.config.DiskStoreConfiguration] - Disk Store Path: D:Program Filesapache-tomcat-8.0.36temp
2016-08-29 18:47:42,056 DEBUG [net.sf.ehcache.CacheManager] - Attempting to create an existing singleton. Existing singleton returned.
2016-08-29 18:47:42,475 INFO [com.alibaba.druid.pool.DruidDataSource] - {dataSource-2} inited
2016-08-29 18:47:42,617 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Property 'configLocation' not specified, using default MyBatis Configuration
2016-08-29 18:47:42,623 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/
2016-08-29 18:47:42,623 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/
2016-08-29 18:47:42,625 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: ChargeType.class
2016-08-29 18:47:42,629 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: Model.class
2016-08-29 18:47:42,633 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: TransType.class
2016-08-29 18:47:42,637 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: TransTypeModel.class
2016-08-29 18:47:42,640 DEBUG [org.apache.ibatis.io.ResolverUtil] - Listing file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/
2016-08-29 18:47:42,641 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/ChargeType.class
2016-08-29 18:47:42,641 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/ChargeType.class
2016-08-29 18:47:42,642 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 6
2016-08-29 18:47:42,646 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/Model.class
2016-08-29 18:47:42,647 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/Model.class
2016-08-29 18:47:42,648 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 @
2016-08-29 18:47:42,653 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransType.class
2016-08-29 18:47:42,653 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransType.class
2016-08-29 18:47:42,655 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 P
2016-08-29 18:47:42,660 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransTypeModel.class
2016-08-29 18:47:42,660 DEBUG [org.apache.ibatis.io.ResolverUtil] - Not a JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/classes/com/juno/java/web/finance/entity/TransTypeModel.class
2016-08-29 18:47:42,661 DEBUG [org.apache.ibatis.io.ResolverUtil] - Reader entry: 漱壕 1 5
2016-08-29 18:47:42,666 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.ChargeType matches criteria [is assignable to Object]
2016-08-29 18:47:42,666 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.Model matches criteria [is assignable to Object]
2016-08-29 18:47:42,667 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.TransType matches criteria [is assignable to Object]
2016-08-29 18:47:42,667 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.web.finance.entity.TransTypeModel matches criteria [is assignable to Object]
2016-08-29 18:47:42,667 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Scanned package: 'com.juno.java.web.finance.entity' for aliases
2016-08-29 18:47:42,671 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/entity/
2016-08-29 18:47:42,672 DEBUG [org.apache.ibatis.io.ResolverUtil] - Inner URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/entity/
2016-08-29 18:47:42,672 DEBUG [org.apache.ibatis.io.ResolverUtil] - Extracted JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar
2016-08-29 18:47:42,672 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar
2016-08-29 18:47:42,673 DEBUG [org.apache.ibatis.io.ResolverUtil] - Listing jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/com/juno/java/frame/core/config/entity/
2016-08-29 18:47:42,674 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/core/config/entity/EmptySystemConfigCache.class
2016-08-29 18:47:42,674 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/core/config/entity/SystemConfig.class
2016-08-29 18:47:42,689 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.core.config.entity.EmptySystemConfigCache matches criteria [is assignable to Object]
2016-08-29 18:47:42,690 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.core.config.entity.SystemConfig matches criteria [is assignable to Object]
2016-08-29 18:47:42,690 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Scanned package: 'com.juno.java.frame.core.config.entity' for aliases
2016-08-29 18:47:42,694 DEBUG [org.apache.ibatis.io.ResolverUtil] - Find JAR URL: jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/entity/
2016-08-29 18:47:42,694 DEBUG [org.apache.ibatis.io.ResolverUtil] - Inner URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/entity/
2016-08-29 18:47:42,694 DEBUG [org.apache.ibatis.io.ResolverUtil] - Extracted JAR URL: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar
2016-08-29 18:47:42,695 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found JAR: file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar
2016-08-29 18:47:42,695 DEBUG [org.apache.ibatis.io.ResolverUtil] - Listing jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/com/juno/java/frame/shiro/entity/
2016-08-29 18:47:42,696 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Department.class
2016-08-29 18:47:42,696 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/DepartmentRole.class
2016-08-29 18:47:42,696 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/DepartmentRolePermission.class
2016-08-29 18:47:42,697 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Menu.class
2016-08-29 18:47:42,697 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Org.class
2016-08-29 18:47:42,697 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/OrgPerm.class
2016-08-29 18:47:42,698 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Perm.class
2016-08-29 18:47:42,698 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Permission.class
2016-08-29 18:47:42,699 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/PermMenu.class
2016-08-29 18:47:42,699 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/Role.class
2016-08-29 18:47:42,700 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/RolePerm.class
2016-08-29 18:47:42,700 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/User.class
2016-08-29 18:47:42,700 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/UserDepartmentRole.class
2016-08-29 18:47:42,701 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/UserPermission.class
2016-08-29 18:47:42,701 DEBUG [org.apache.ibatis.io.ResolverUtil] - Found resource: /com/juno/java/frame/shiro/entity/UserRole.class
2016-08-29 18:47:42,704 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Department matches criteria [is assignable to Object]
2016-08-29 18:47:42,705 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.DepartmentRole matches criteria [is assignable to Object]
2016-08-29 18:47:42,705 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.DepartmentRolePermission matches criteria [is assignable to Object]
2016-08-29 18:47:42,705 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Menu matches criteria [is assignable to Object]
2016-08-29 18:47:42,705 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Org matches criteria [is assignable to Object]
2016-08-29 18:47:42,706 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.OrgPerm matches criteria [is assignable to Object]
2016-08-29 18:47:42,706 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Perm matches criteria [is assignable to Object]
2016-08-29 18:47:42,706 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Permission matches criteria [is assignable to Object]
2016-08-29 18:47:42,706 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.PermMenu matches criteria [is assignable to Object]
2016-08-29 18:47:42,707 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.Role matches criteria [is assignable to Object]
2016-08-29 18:47:42,707 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.RolePerm matches criteria [is assignable to Object]
2016-08-29 18:47:42,707 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.User matches criteria [is assignable to Object]
2016-08-29 18:47:42,707 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.UserDepartmentRole matches criteria [is assignable to Object]
2016-08-29 18:47:42,708 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.UserPermission matches criteria [is assignable to Object]
2016-08-29 18:47:42,708 DEBUG [org.apache.ibatis.io.ResolverUtil] - Checking to see if class com.juno.java.frame.shiro.entity.UserRole matches criteria [is assignable to Object]
2016-08-29 18:47:42,708 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Scanned package: 'com.juno.java.frame.shiro.entity' for aliases
2016-08-29 18:47:42,709 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Registered plugin: 'com.juno.java.frame.core.dao.mybatis.pagehelper.PageHelper@5b32e7c2'
2016-08-29 18:47:42,709 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Registered plugin: 'com.juno.java.frame.core.dao.mybatis.MybatisJsonInterceptor@6b0da054'
2016-08-29 18:47:42,873 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceChargeTypeMapper.xml]'
2016-08-29 18:47:43,031 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceModelMapper.xml]'
2016-08-29 18:47:43,200 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceTransTypeMapper.xml]'
2016-08-29 18:47:43,397 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceTransTypeModelMapper.xml]'
2016-08-29 18:47:43,567 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'file [E:workspaceztesoftjunojuno-finance-webtargetjuno-finance-webWEB-INFclassesmappersmysqlfinanceUserMapper.xml]'
2016-08-29 18:47:43,730 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-core-1.0-SNAPSHOT.jar!/mappers/mysql/SystemConfigMapper.xml]'
2016-08-29 18:47:43,871 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/DepartmentMapper.xml]'
2016-08-29 18:47:44,008 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/DepartmentRoleMapper.xml]'
2016-08-29 18:47:44,149 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/DepartmentRolePermissionMapper.xml]'
2016-08-29 18:47:44,317 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/MenuMapper.xml]'
2016-08-29 18:47:44,479 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/OrgMapper.xml]'
2016-08-29 18:47:44,639 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/OrgPermMapper.xml]'
2016-08-29 18:47:44,776 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/PermissionMapper.xml]'
2016-08-29 18:47:44,943 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/PermMapper.xml]'
2016-08-29 18:47:45,104 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/PermMenuMapper.xml]'
2016-08-29 18:47:45,270 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/RoleMapper.xml]'
2016-08-29 18:47:45,425 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/RolePermMapper.xml]'
2016-08-29 18:47:45,595 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserDepartmentRoleMapper.xml]'
2016-08-29 18:47:45,755 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserMapper.xml]'
2016-08-29 18:47:45,894 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserPermissionMapper.xml]'
2016-08-29 18:47:46,056 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/UserRoleMapper.xml]'
2016-08-29 18:47:46,132 DEBUG [org.mybatis.spring.SqlSessionFactoryBean] - Parsed mapper file: 'URL [jar:file:/E:/workspace/ztesoft/juno/juno-finance-web/target/juno-finance-web/WEB-INF/lib/juno-frame-shiro-1.0-SNAPSHOT.jar!/mappers/mysql/shiro/_default.xml]'
2016-08-29 18:47:46,278 DEBUG [org.apache.shiro.spring.LifecycleBeanPostProcessor] - Initializing bean [shiroCacheManager]...
2016-08-29 18:47:46,283 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Using existing EHCache named [passwordRetryCache]
2016-08-29 18:47:46,299 DEBUG [org.apache.shiro.spring.LifecycleBeanPostProcessor] - Initializing bean [userRealm]...
2016-08-29 18:47:46,299 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - No authorizationCache instance set. Checking for a cacheManager...
2016-08-29 18:47:46,299 INFO [org.apache.shiro.realm.AuthorizingRealm] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
2016-08-29 18:47:46,365 DEBUG [org.apache.shiro.realm.AuthenticatingRealm] - CacheManager [org.apache.shiro.cache.ehcache.EhCacheManager@9632b8e] configured. Building authentication cache 'authenticationCache'
2016-08-29 18:47:46,365 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Using existing EHCache named [authenticationCache]
2016-08-29 18:47:46,365 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - No authorizationCache instance set. Checking for a cacheManager...
2016-08-29 18:47:46,365 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - CacheManager [org.apache.shiro.cache.ehcache.EhCacheManager@9632b8e] has been configured. Building authorization cache named [authorizationCache]
2016-08-29 18:47:46,366 INFO [apache.shiro.cache.ehcache.EhCacheManager] - Using existing EHCache named [authorizationCache]
2016-08-29 18:47:48,949 DEBUG [org.mybatis.spring.SqlSessionUtils] - Creating a new SqlSession
2016-08-29 18:47:48,949 DEBUG [org.mybatis.spring.SqlSessionUtils] - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ac68b48] was not registered for synchronization because synchronization is not active
2016-08-29 18:47:48,950 DEBUG [org.mybatis.spring.transaction.SpringManagedTransaction] - JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@70e2297e] will not be managed by Spring
2016-08-29 18:47:48,950 DEBUG [mybatis.mysql.dao.SystemConfigDao.queryAllNoCondition] - ==> Preparing: select system_config_id,module,config_key,value,complex_value,comments from system_config
2016-08-29 18:47:48,951 DEBUG [mybatis.mysql.dao.SystemConfigDao.queryAllNoCondition] - ==> Parameters:
2016-08-29 18:47:48,954 DEBUG [mybatis.mysql.dao.SystemConfigDao.queryAllNoCondition] - <== Total: 0
2016-08-29 18:47:48,955 DEBUG [com.alibaba.druid.pool.PreparedStatementPool] - {conn-110003, pstmt-120003} enter cache
2016-08-29 18:47:48,955 DEBUG [org.mybatis.spring.SqlSessionUtils] - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@ac68b48]
2016-08-29 18:47:49,088 DEBUG [org.apache.shiro.spring.LifecycleBeanPostProcessor] - Initializing bean [Shiro:UserRealm]...
2016-08-29 18:47:49,088 DEBUG [org.apache.shiro.realm.AuthorizingRealm] - No authorizationCache instance set. Checking for a cacheManager...
2016-08-29 18:47:49,088 INFO [org.apache.shiro.realm.AuthorizingRealm] - No cache or cacheManager properties have been set. Authorization cache cannot be obtained.
[2016-08-29 06:47:50,248] Artifact juno-finance-web:war exploded: Artifact is deployed successfully
[2016-08-29 06:47:50,248] Artifact juno-finance-web:war exploded: Deploy took 33,631 milliseconds
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
好吧。。。
拜托你不要贴这么多好不好
日志开到info级别,另外idea只要不打方法断点就基本不会影响启动速度
宏哥说的都是对的
那你先把AOP关掉,看看,只是5个注解,不应该这么慢
你是切面有5个呢,还是切入点有5个
@xpbob 就四五个注解,刚搭建好框架,还没开始怎么用自定义的注解。。。
看起来像AOP的东西都点多,字节码增强的次数多
擦,竟然是这个结果
@xpbob 原来是idea打的断点太多了。。擦,去掉就好了,tks