wangliang il y a 2 ans
Parent
commit
88836c328b

+ 179 - 0
logs/themis-admin.log

@@ -13641,3 +13641,182 @@ java.lang.IllegalArgumentException: Invalid character found in method name [0xfe
 2022-08-29 13:48:13.913| NettyClientSelector_1 | INFO |  -  | closeChannel: close the connection to remote address[192.168.10.36:10911] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
 2022-08-29 13:48:13.913| NettyClientSelector_1 | INFO |  -  | closeChannel: close the connection to remote address[192.168.10.36:10911] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
 2022-08-29 13:48:13.924| SpringContextShutdownHook | INFO |  -  | {dataSource-1} closing ... | [com.alibaba.druid.pool.DruidDataSource:1965]
 2022-08-29 13:48:13.924| SpringContextShutdownHook | INFO |  -  | {dataSource-1} closing ... | [com.alibaba.druid.pool.DruidDataSource:1965]
 2022-08-29 13:48:13.956| SpringContextShutdownHook | INFO |  -  | {dataSource-1} closed | [com.alibaba.druid.pool.DruidDataSource:2037]
 2022-08-29 13:48:13.956| SpringContextShutdownHook | INFO |  -  | {dataSource-1} closed | [com.alibaba.druid.pool.DruidDataSource:2037]
+2022-09-01 12:49:57.570| main | INFO |  -  | Starting ThemisAdminApplication on kingdeMacBook-Air.local with PID 5000 (/Users/king/git/backend-service/themis-admin/target/classes started by king in /Users/king/git/backend-service) | [org.springframework.boot.StartupInfoLogger:55]
+2022-09-01 12:49:57.583| main | INFO |  -  | The following profiles are active: dev | [org.springframework.boot.SpringApplication:655]
+2022-09-01 12:50:04.559| main | INFO |  -  | Multiple Spring Data modules found, entering strict repository configuration mode! | [org.springframework.data.repository.config.RepositoryConfigurationDelegate:249]
+2022-09-01 12:50:04.576| main | INFO |  -  | Bootstrapping Spring Data Redis repositories in DEFAULT mode. | [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]
+2022-09-01 12:50:04.912| main | INFO |  -  | Finished Spring Data repository scanning in 224ms. Found 0 Redis repository interfaces. | [org.springframework.data.repository.config.RepositoryConfigurationDelegate:187]
+2022-09-01 12:50:05.451| main | WARN |  -  | Skipping MapperFactoryBean with name 'sysConfigMapper' and 'com.qmth.themis.business.dao.SysConfigMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.452| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBAppMapper' and 'com.qmth.themis.business.dao.TBAppMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.453| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBAppVersionMapper' and 'com.qmth.themis.business.dao.TBAppVersionMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.454| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBAttachmentMapper' and 'com.qmth.themis.business.dao.TBAttachmentMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.454| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBClientVersionMapper' and 'com.qmth.themis.business.dao.TBClientVersionMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.455| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBExamInvigilateUserMapper' and 'com.qmth.themis.business.dao.TBExamInvigilateUserMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.455| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBExamInvigilateUserTempMapper' and 'com.qmth.themis.business.dao.TBExamInvigilateUserTempMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.456| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBOrgMapper' and 'com.qmth.themis.business.dao.TBOrgMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.456| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBPrivilegeMapper' and 'com.qmth.themis.business.dao.TBPrivilegeMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.456| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBRoleMapper' and 'com.qmth.themis.business.dao.TBRoleMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.457| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBRolePrivilegeMapper' and 'com.qmth.themis.business.dao.TBRolePrivilegeMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.457| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBSessionMapper' and 'com.qmth.themis.business.dao.TBSessionMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.457| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBTaskHistoryMapper' and 'com.qmth.themis.business.dao.TBTaskHistoryMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.457| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBUserMapper' and 'com.qmth.themis.business.dao.TBUserMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.457| main | WARN |  -  | Skipping MapperFactoryBean with name 'TBUserRoleMapper' and 'com.qmth.themis.business.dao.TBUserRoleMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.458| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEConfigMapper' and 'com.qmth.themis.business.dao.TEConfigMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.458| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamActivityMapper' and 'com.qmth.themis.business.dao.TEExamActivityMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.460| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamBreachLogMapper' and 'com.qmth.themis.business.dao.TEExamBreachLogMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.461| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamCourseMapper' and 'com.qmth.themis.business.dao.TEExamCourseMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.461| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamMapper' and 'com.qmth.themis.business.dao.TEExamMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.462| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamPaperMapper' and 'com.qmth.themis.business.dao.TEExamPaperMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.462| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamReexamAuditingMapper' and 'com.qmth.themis.business.dao.TEExamReexamAuditingMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.463| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamReexamMapper' and 'com.qmth.themis.business.dao.TEExamReexamMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.466| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamStudentLogMapper' and 'com.qmth.themis.business.dao.TEExamStudentLogMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.466| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamStudentMapper' and 'com.qmth.themis.business.dao.TEExamStudentMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.467| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEExamStudentOnlineLogMapper' and 'com.qmth.themis.business.dao.TEExamStudentOnlineLogMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.467| main | WARN |  -  | Skipping MapperFactoryBean with name 'TESimulatePaperMapper' and 'com.qmth.themis.business.dao.TESimulatePaperMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.467| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEStudentMapper' and 'com.qmth.themis.business.dao.TEStudentMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.468| main | WARN |  -  | Skipping MapperFactoryBean with name 'TEUserLogMapper' and 'com.qmth.themis.business.dao.TEUserLogMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.468| main | WARN |  -  | Skipping MapperFactoryBean with name 'TGErrorMapper' and 'com.qmth.themis.business.dao.TGErrorMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.468| main | WARN |  -  | Skipping MapperFactoryBean with name 'TIeExamInvigilateCallLogMapper' and 'com.qmth.themis.business.dao.TIeExamInvigilateCallLogMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.468| main | WARN |  -  | Skipping MapperFactoryBean with name 'TIeExamInvigilateCallMapper' and 'com.qmth.themis.business.dao.TIeExamInvigilateCallMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.468| main | WARN |  -  | Skipping MapperFactoryBean with name 'TIeExamInvigilateNoticeMapper' and 'com.qmth.themis.business.dao.TIeExamInvigilateNoticeMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.469| main | WARN |  -  | Skipping MapperFactoryBean with name 'TIeInvigilateExceptionInfoMapper' and 'com.qmth.themis.business.dao.TIeInvigilateExceptionInfoMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.469| main | WARN |  -  | Skipping MapperFactoryBean with name 'TIeInvigilateWarnInfoMapper' and 'com.qmth.themis.business.dao.TIeInvigilateWarnInfoMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.469| main | WARN |  -  | Skipping MapperFactoryBean with name 'TIpRegionMapper' and 'com.qmth.themis.business.dao.TIpRegionMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.469| main | WARN |  -  | Skipping MapperFactoryBean with name 'TMRocketMessageMapper' and 'com.qmth.themis.business.dao.TMRocketMessageMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.470| main | WARN |  -  | Skipping MapperFactoryBean with name 'TMTencentVideoMessageMapper' and 'com.qmth.themis.business.dao.TMTencentVideoMessageMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.470| main | WARN |  -  | Skipping MapperFactoryBean with name 'TOeExamAnswerMapper' and 'com.qmth.themis.business.dao.TOeExamAnswerMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.470| main | WARN |  -  | Skipping MapperFactoryBean with name 'TOeExamBreakHistoryMapper' and 'com.qmth.themis.business.dao.TOeExamBreakHistoryMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.471| main | WARN |  -  | Skipping MapperFactoryBean with name 'TOeExamRecordMapper' and 'com.qmth.themis.business.dao.TOeExamRecordMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.471| main | WARN |  -  | Skipping MapperFactoryBean with name 'TOeExamSimulateHistoryMapper' and 'com.qmth.themis.business.dao.TOeExamSimulateHistoryMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.471| main | WARN |  -  | Skipping MapperFactoryBean with name 'TOeFaceVerifyHistoryMapper' and 'com.qmth.themis.business.dao.TOeFaceVerifyHistoryMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.472| main | WARN |  -  | Skipping MapperFactoryBean with name 'TOeLivenessVerifyHistoryMapper' and 'com.qmth.themis.business.dao.TOeLivenessVerifyHistoryMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.472| main | WARN |  -  | Skipping MapperFactoryBean with name 'TSyncExamStudentScoreMapper' and 'com.qmth.themis.business.dao.TSyncExamStudentScoreMapper' mapperInterface. Bean already defined with the same name! | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:05.473| main | WARN |  -  | No MyBatis mapper was found in '[com.qmth.themis.business.dao]' package. Please check your configuration. | [org.mybatis.logging.Logger:44]
+2022-09-01 12:50:08.449| main | INFO |  -  | Tomcat initialized with port(s): 6001 (http) | [org.springframework.boot.web.embedded.tomcat.TomcatWebServer:108]
+2022-09-01 12:50:08.491| main | INFO |  -  | Initializing ProtocolHandler ["http-nio-6001"] | [org.apache.juli.logging.DirectJDKLog:173]
+2022-09-01 12:50:08.493| main | INFO |  -  | Starting service [Tomcat] | [org.apache.juli.logging.DirectJDKLog:173]
+2022-09-01 12:50:08.493| main | INFO |  -  | Starting Servlet engine: [Apache Tomcat/9.0.35] | [org.apache.juli.logging.DirectJDKLog:173]
+2022-09-01 12:50:08.802| main | INFO |  -  | Initializing Spring embedded WebApplicationContext | [org.apache.juli.logging.DirectJDKLog:173]
+2022-09-01 12:50:08.802| main | INFO |  -  | Root WebApplicationContext: initialization completed in 10448 ms | [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext:284]
+2022-09-01 12:50:15.012| main | INFO |  -  | Uid init success, datacenterId=1, machineId=1 | [com.qmth.themis.business.util.UidUtil:56]
+2022-09-01 12:50:18.878| main | INFO |  -  | Initializing ExecutorService 'taskScheduler' | [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:181]
+2022-09-01 12:50:18.917| main | INFO |  -  | Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] | [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69]
+2022-09-01 12:50:19.662| main | INFO |  -  | Initializing ExecutorService 'applicationTaskExecutor' | [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:181]
+2022-09-01 12:50:20.497| main | INFO |  -  | Starting ProtocolHandler ["http-nio-6001"] | [org.apache.juli.logging.DirectJDKLog:173]
+2022-09-01 12:50:20.554| main | INFO |  -  | Tomcat started on port(s): 6001 (http) with context path '' | [org.springframework.boot.web.embedded.tomcat.TomcatWebServer:220]
+2022-09-01 12:50:20.560| main | INFO |  -  | Context refreshed | [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]
+2022-09-01 12:50:20.591| main | INFO |  -  | Found 1 custom documentation plugin(s) | [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]
+2022-09-01 12:50:20.734| main | INFO |  -  | Scanning for api listing references | [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]
+2022-09-01 12:50:21.775| main | INFO |  -  | Generating unique operation named: queryUsingPOST_1 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.799| main | INFO |  -  | Generating unique operation named: queryUsingPOST_2 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.806| main | INFO |  -  | Generating unique operation named: saveUsingPOST_1 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.827| main | INFO |  -  | Generating unique operation named: queryUsingPOST_3 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.831| main | INFO |  -  | Generating unique operation named: saveUsingPOST_2 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.858| main | INFO |  -  | Generating unique operation named: saveUsingPOST_3 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.870| main | INFO |  -  | Generating unique operation named: queryUsingPOST_4 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.910| main | INFO |  -  | Generating unique operation named: queryUsingPOST_5 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.913| main | INFO |  -  | Generating unique operation named: saveUsingPOST_4 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.937| main | INFO |  -  | Generating unique operation named: queryUsingPOST_6 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:21.950| main | INFO |  -  | Generating unique operation named: saveUsingPOST_5 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.080| main | INFO |  -  | Generating unique operation named: queryUsingPOST_7 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.121| main | INFO |  -  | Generating unique operation named: saveUsingPOST_6 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.131| main | INFO |  -  | Generating unique operation named: queryUsingPOST_8 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.141| main | INFO |  -  | Generating unique operation named: saveUsingPOST_7 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.145| main | INFO |  -  | Generating unique operation named: importDataUsingPOST_1 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.166| main | INFO |  -  | Generating unique operation named: queryUsingPOST_9 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.182| main | INFO |  -  | Generating unique operation named: saveUsingPOST_8 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.206| main | INFO |  -  | Generating unique operation named: detailUsingPOST_1 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.215| main | INFO |  -  | Generating unique operation named: listUsingPOST_1 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.265| main | INFO |  -  | Generating unique operation named: exportUsingPOST_1 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.268| main | INFO |  -  | Generating unique operation named: importDataUsingPOST_2 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.311| main | INFO |  -  | Generating unique operation named: queryUsingPOST_10 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.322| main | INFO |  -  | Generating unique operation named: saveUsingPOST_9 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.421| main | INFO |  -  | Generating unique operation named: queryUsingPOST_11 | [springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:40]
+2022-09-01 12:50:22.480| main | INFO |  -  | Started ThemisAdminApplication in 27.102 seconds (JVM running for 29.934) | [org.springframework.boot.StartupInfoLogger:61]
+2022-09-01 12:50:22.484| main | INFO |  -  | 服务器启动时执行 start | [com.qmth.themis.admin.start.StartRunning:22]
+2022-09-01 12:51:26.436| main | INFO |  -  | 服务器启动时执行 end | [com.qmth.themis.admin.start.StartRunning:25]
+2022-09-01 12:51:34.281| http-nio-6001-exec-1 | INFO |  -  | Initializing Spring DispatcherServlet 'dispatcherServlet' | [org.apache.juli.logging.DirectJDKLog:173]
+2022-09-01 12:51:34.283| http-nio-6001-exec-1 | INFO |  -  | Initializing Servlet 'dispatcherServlet' | [org.springframework.web.servlet.FrameworkServlet:525]
+2022-09-01 12:51:34.317| http-nio-6001-exec-1 | INFO |  -  | Completed initialization in 33 ms | [org.springframework.web.servlet.FrameworkServlet:547]
+2022-09-01 12:51:35.935| http-nio-6001-exec-1 | INFO |  -  | {dataSource-1} inited | [com.alibaba.druid.pool.DruidDataSource:1003]
+2022-09-01 12:51:35.945| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,code,name,logo,enable,enable_simulate,simulate_paper_id,access_key,access_secret,contact_name,contact_phone,enable_liveness,enable_monitor_record,create_id,create_time,update_id,update_Time FROM t_b_org WHERE (code = ?) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.304| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: test1(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.529| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.596| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,login_name,password,mobile_number,enable,org_id,remark,name,create_id,create_time,update_id,update_Time FROM t_b_user WHERE (login_name = ? AND org_id = ?) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.601| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: admin(String), 240069373300576256(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.639| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.647| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,login_name,password,mobile_number,enable,org_id,remark,name,create_id,create_time,update_id,update_Time FROM t_b_user WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.652| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: 279185753547214848(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.659| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.673| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,user_id,role_code FROM t_b_user_role WHERE (user_id = ?) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.674| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: 279185753547214848(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.691| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.693| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,code,name,logo,enable,enable_simulate,simulate_paper_id,access_key,access_secret,contact_name,contact_phone,enable_liveness,enable_monitor_record,create_id,create_time,update_id,update_Time FROM t_b_org WHERE id=? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.694| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: 240069373300576256(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.697| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.711| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,role_code,privilege_id FROM t_b_role_privilege WHERE (role_code IN (?)) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.714| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: ADMIN(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.742| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 113 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.761| http-nio-6001-exec-1 | DEBUG |  -  | ==>  Preparing: SELECT id,name,url,type,parent_id,sequence,remark,create_time FROM t_b_privilege WHERE (id IN (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?) AND type = ?) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.768| http-nio-6001-exec-1 | DEBUG |  -  | ==> Parameters: 1(Long), 2(Long), 4(Long), 5(Long), 6(Long), 7(Long), 8(Long), 9(Long), 16(Long), 17(Long), 18(Long), 19(Long), 21(Long), 22(Long), 24(Long), 25(Long), 26(Long), 27(Long), 28(Long), 29(Long), 30(Long), 35(Long), 36(Long), 37(Long), 38(Long), 39(Long), 40(Long), 41(Long), 42(Long), 43(Long), 44(Long), 45(Long), 46(Long), 47(Long), 48(Long), 49(Long), 50(Long), 51(Long), 52(Long), 53(Long), 54(Long), 55(Long), 56(Long), 57(Long), 58(Long), 59(Long), 82(Long), 83(Long), 84(Long), 85(Long), 86(Long), 98(Long), 99(Long), 100(Long), 101(Long), 104(Long), 105(Long), 106(Long), 107(Long), 108(Long), 109(Long), 110(Long), 111(Long), 112(Long), 113(Long), 119(Long), 120(Long), 122(Long), 123(Long), 124(Long), 125(Long), 126(Long), 127(Long), 128(Long), 129(Long), 130(Long), 131(Long), 132(Long), 133(Long), 134(Long), 135(Long), 136(Long), 141(Long), 143(Long), 144(Long), 145(Long), 146(Long), 147(Long), 148(Long), 149(Long), 150(Long), 151(Long), 152(Long), 153(Long), 155(Long), 156(Long), 159(Long), 160(Long), 161(Long), 162(Long), 163(Long), 168(Long), 169(Long), 170(Long), 171(Long), 172(Long), 173(Long), 174(Long), 176(Long), 177(Long), 178(Long), 179(Long), 180(Long), LINK(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.796| http-nio-6001-exec-1 | DEBUG |  -  | <==      Total: 92 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:36.865| http-nio-6001-exec-1 | INFO |  -  | sendOneWay mqDto:{"id":"19b45571f1594f8b9eb8e064935e3e94","topic":"themis-topic-exam","tag":"WEB","timestamp":1662007896859,"body":"SESSION","type":"WEB","objId":"0c1d55b1e36204bab6800539693450f6","objName":null,"ack":0,"sequence":null,"properties":null,"reconsume":0} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
+2022-09-01 12:51:36.935| http-nio-6001-exec-1 | INFO |  -  | sendOneWay mqDto:{"id":"b5b6efe43e7c482fa7036b6ba0f7ba0e","topic":"themis-topic-exam","tag":"USER","timestamp":1662007896934,"body":"LOGIN","type":"USER","objId":"279185753547214848","objName":"admin","ack":0,"sequence":null,"properties":null,"reconsume":0} | [com.qmth.themis.business.service.impl.ProducerServerImpl:168]
+2022-09-01 12:51:36.943| http-nio-6001-exec-1 | INFO |  -  | request:============请求地址============:/api/admin/user/login/account
+============类============:com.qmth.themis.admin.api.TBUserController
+============方法============:login
+参数key:"mapParameter",参数value:{"loginName":"admin","password":"MTIzNDU2","code":"test1"}
+============耗时============:2秒 | [com.qmth.themis.admin.aspect.ApiControllerAspect:85]
+2022-09-01 12:51:37.053| http-nio-6001-exec-2 | INFO |  -  | admin HandlerInterceptor preHandle is come in | [com.qmth.themis.admin.interceptor.AuthInterceptor:34]
+2022-09-01 12:51:37.053| http-nio-6001-exec-2 | INFO |  -  | Start authorization: url:/api/admin/sys/getPlayUrls, method:POST, platform:WEB, deviceId:50c8d9b05bd8f16ab43de4f7614ff534, authorization:Token 0c1d55b1e36204bab6800539693450f6:w44ONgK1URCbLU970rfHlrDLWvQ=, time:1662007897041 | [com.qmth.themis.admin.interceptor.AuthInterceptor:44]
+2022-09-01 12:51:37.093| http-nio-6001-exec-2 | INFO |  -  | request:============请求地址============:/api/admin/sys/getPlayUrls
+============类============:com.qmth.themis.admin.api.SysController
+============方法============:getPlayUrls
+============耗时============:0秒 | [com.qmth.themis.admin.aspect.ApiControllerAspect:85]
+2022-09-01 12:51:37.157| http-nio-6001-exec-3 | INFO |  -  | admin HandlerInterceptor preHandle is come in | [com.qmth.themis.admin.interceptor.AuthInterceptor:34]
+2022-09-01 12:51:37.158| http-nio-6001-exec-3 | INFO |  -  | Start authorization: url:/api/admin/sys/getMenu, method:POST, platform:WEB, deviceId:50c8d9b05bd8f16ab43de4f7614ff534, authorization:Token 0c1d55b1e36204bab6800539693450f6:mr/YGVL5Kf3NJh9X8kNYkxj2vbo=, time:1662007897113 | [com.qmth.themis.admin.interceptor.AuthInterceptor:44]
+2022-09-01 12:51:37.170| http-nio-6001-exec-3 | DEBUG |  -  | ==>  Preparing: select tbp.* from t_b_privilege tbp left join t_b_role_privilege tbrp on tbrp.privilege_id = tbp.id left join t_b_role tbr on tbr.role_code = tbrp.role_code left join t_b_user_role tbur on tbur.role_code = tbr.role_code left join t_b_user tbu on tbu.id = tbur.user_id where tbp.`type` = 'MENU' and tbu.id = ? order by tbp.parent_id, tbp.`sequence` | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:37.190| http-nio-6001-exec-3 | DEBUG |  -  | ==> Parameters: 279185753547214848(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:37.210| http-nio-6001-exec-3 | DEBUG |  -  | <==      Total: 20 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:37.211| http-nio-6001-exec-3 | INFO |  -  | request:============请求地址============:/api/admin/sys/getMenu
+============类============:com.qmth.themis.admin.api.SysController
+============方法============:getMenu
+============耗时============:0秒 | [com.qmth.themis.admin.aspect.ApiControllerAspect:85]
+2022-09-01 12:51:37.404| http-nio-6001-exec-4 | INFO |  -  | admin HandlerInterceptor preHandle is come in | [com.qmth.themis.admin.interceptor.AuthInterceptor:34]
+2022-09-01 12:51:37.404| http-nio-6001-exec-4 | INFO |  -  | Start authorization: url:/api/admin/user/query, method:POST, platform:WEB, deviceId:50c8d9b05bd8f16ab43de4f7614ff534, authorization:Token 0c1d55b1e36204bab6800539693450f6:ehM2sujU0bJZbZmfvKCXOGiw7gQ=, time:1662007897387 | [com.qmth.themis.admin.interceptor.AuthInterceptor:44]
+2022-09-01 12:51:37.406| http-nio-6001-exec-5 | INFO |  -  | admin HandlerInterceptor preHandle is come in | [com.qmth.themis.admin.interceptor.AuthInterceptor:34]
+2022-09-01 12:51:37.407| http-nio-6001-exec-5 | INFO |  -  | Start authorization: url:/api/admin/sys/role/query, method:POST, platform:WEB, deviceId:50c8d9b05bd8f16ab43de4f7614ff534, authorization:Token 0c1d55b1e36204bab6800539693450f6:FpsPyEme2TZ8gsGxSdm3Mkh7cmw=, time:1662007897388 | [com.qmth.themis.admin.interceptor.AuthInterceptor:44]
+2022-09-01 12:51:37.450| http-nio-6001-exec-5 | DEBUG |  -  | ==>  Preparing: SELECT id,role_code,role_name,create_time FROM t_b_role WHERE (role_code NOT IN (?,?)) ORDER BY role_code ASC | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:37.453| http-nio-6001-exec-5 | DEBUG |  -  | ==> Parameters: SUPER_ADMIN(String), STUDENT(String) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:37.456| http-nio-6001-exec-5 | DEBUG |  -  | <==      Total: 3 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:37.459| http-nio-6001-exec-5 | INFO |  -  | request:============请求地址============:/api/admin/sys/role/query
+============类============:com.qmth.themis.admin.api.SysController
+============方法============:roleList
+============耗时============:0秒 | [com.qmth.themis.admin.aspect.ApiControllerAspect:85]
+2022-09-01 12:51:43.749| http-nio-6001-exec-4 | DEBUG |  -  | ==>  Preparing: SELECT COUNT(*) FROM (SELECT tbu.org_id AS orgId, tbu.id, tbu.mobile_number AS mobileNumber, tbu.login_name AS loginName, tbu.name, GROUP_CONCAT(tbr.role_code) AS roleCodeStr, GROUP_CONCAT(tbr.role_name) AS roleNameStr, tbu.enable, tbo.name AS orgName, (SELECT t.name FROM t_b_user t WHERE t.id = tbu.create_id) AS createName, tbu.create_time AS createTime, (SELECT t.name FROM t_b_user t WHERE t.id = tbu.update_id) AS updateName, tbu.update_time AS updateTime FROM t_b_user tbu LEFT JOIN t_b_user_role tbur ON tbur.user_id = tbu.id LEFT JOIN t_b_role tbr ON tbr.role_code = tbur.role_code LEFT JOIN t_b_org tbo ON tbo.id = tbu.org_id WHERE tbu.org_id = ? GROUP BY tbu.org_id, tbu.id, tbu.mobile_number, tbu.login_name, tbu.name, tbu.enable) t WHERE t.roleCodeStr <> 'SUPER_ADMIN' | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:43.834| http-nio-6001-exec-4 | DEBUG |  -  | ==> Parameters: 240069373300576256(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:43.851| http-nio-6001-exec-4 | DEBUG |  -  | <==      Total: 1 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:43.891| http-nio-6001-exec-4 | DEBUG |  -  | ==>  Preparing: select t.id, t.name, t.loginName, t.orgId, t.orgName, t.roleNameStr, t.enable, t.mobileNumber, t.roleCodeStr, if(t.updateName is not null, t.updateName, t.createName) as updateName, if(t.updateTime is not null, t.updateTime, t.createTime) as updateTime from ( select tbu.org_id as orgId,tbu.id, tbu.mobile_number as mobileNumber, tbu.login_name as loginName, tbu.name, group_concat(tbr.role_code) as roleCodeStr, group_concat(tbr.role_name) as roleNameStr, tbu.enable,tbo.name as orgName,( select t.name from t_b_user t where t.id = tbu.create_id) as createName, tbu.create_time as createTime, ( select t.name from t_b_user t where t.id = tbu.update_id) as updateName, tbu.update_time as updateTime from t_b_user tbu left join t_b_user_role tbur on tbur.user_id = tbu.id left join t_b_role tbr on tbr.role_code = tbur.role_code left join t_b_org tbo on tbo.id = tbu.org_id WHERE tbu.org_id = ? group by tbu.org_id,tbu.id,tbu.mobile_number,tbu.login_name,tbu.name,tbu.enable) t WHERE t.roleCodeStr <> 'SUPER_ADMIN' order by t.name LIMIT ? | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:43.922| http-nio-6001-exec-4 | DEBUG |  -  | ==> Parameters: 240069373300576256(Long), 10(Long) | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:43.965| http-nio-6001-exec-4 | DEBUG |  -  | <==      Total: 7 | [org.apache.ibatis.logging.jdbc.BaseJdbcLogger:137]
+2022-09-01 12:51:43.969| http-nio-6001-exec-4 | INFO |  -  | request:============请求地址============:/api/admin/user/query
+============类============:com.qmth.themis.admin.api.TBUserController
+============方法============:query
+参数key:"id",参数value:null
+参数key:"loginName",参数value:null
+参数key:"name",参数value:null
+参数key:"roleCode",参数value:null
+参数key:"enable",参数value:null
+参数key:"orgId",参数value:null
+参数key:"pageNumber",参数value:1
+参数key:"pageSize",参数value:10
+============耗时============:6秒 | [com.qmth.themis.admin.aspect.ApiControllerAspect:85]
+2022-09-01 12:51:47.451| SpringContextShutdownHook | INFO |  -  | Shutting down ExecutorService 'applicationTaskExecutor' | [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:218]
+2022-09-01 12:51:47.456| SpringContextShutdownHook | INFO |  -  | Shutting down ExecutorService 'taskScheduler' | [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport:218]
+2022-09-01 12:51:47.470| SpringContextShutdownHook | INFO |  -  | Start release machindId | [com.qmth.themis.business.util.UidUtil:81]
+2022-09-01 12:51:47.490| NettyClientSelector_1 | INFO |  -  | closeChannel: close the connection to remote address[192.168.10.36:9876] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
+2022-09-01 12:51:47.492| NettyClientSelector_1 | INFO |  -  | closeChannel: close the connection to remote address[192.168.10.36:10911] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
+2022-09-01 12:51:47.500| NettyClientSelector_1 | INFO |  -  | closeChannel: close the connection to remote address[192.168.10.36:9876] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
+2022-09-01 12:51:47.501| NettyClientSelector_1 | INFO |  -  | closeChannel: close the connection to remote address[192.168.10.36:10911] result: true | [org.apache.rocketmq.logging.Slf4jLoggerFactory$Slf4jLogger:95]
+2022-09-01 12:51:47.505| SpringContextShutdownHook | INFO |  -  | {dataSource-1} closing ... | [com.alibaba.druid.pool.DruidDataSource:1965]
+2022-09-01 12:51:47.520| SpringContextShutdownHook | INFO |  -  | {dataSource-1} closed | [com.alibaba.druid.pool.DruidDataSource:2037]

+ 2 - 1
themis-business/src/main/java/com/qmth/themis/business/constant/SystemConstant.java

@@ -19,6 +19,7 @@ import com.qmth.themis.common.util.IpUtil;
 import org.lionsoul.ip2region.xdb.Searcher;
 import org.lionsoul.ip2region.xdb.Searcher;
 
 
 import java.io.File;
 import java.io.File;
+import java.io.IOException;
 import java.security.NoSuchAlgorithmException;
 import java.security.NoSuchAlgorithmException;
 import java.util.*;
 import java.util.*;
 import java.util.function.Function;
 import java.util.function.Function;
@@ -504,7 +505,7 @@ public class SystemConstant {
      *
      *
      * @param path
      * @param path
      */
      */
-    public static void getSearcher(String path) {
+    public static void getSearcher(String path) throws IOException {
         SEARCHER = Objects.isNull(SEARCHER) ? IpUtil.getSearcher(path) : SEARCHER;
         SEARCHER = Objects.isNull(SEARCHER) ? IpUtil.getSearcher(path) : SEARCHER;
     }
     }