123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173 |
- [INFO ] [2022-12-02 18:09:32] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 35884 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
- [INFO ] [2022-12-02 18:09:32] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
- [INFO ] [2022-12-02 18:09:32] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
- [INFO ] [2022-12-02 18:09:33] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 18:09:33] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 179 ms. Found 17 JPA repository interfaces.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$bea0af56] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2659 ms
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
- [ERROR] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
- [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- [INFO ] [2022-12-02 18:09:36] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- [INFO ] [2022-12-02 18:09:39] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- [INFO ] [2022-12-02 18:09:39] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
- [INFO ] [2022-12-02 18:09:40] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
- [INFO ] [2022-12-02 18:09:40] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
- [INFO ] [2022-12-02 18:09:40] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
- [WARN ] [2022-12-02 18:09:41] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:09:43] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
- [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [DEBUG] [2022-12-02 18:09:47] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
- [DEBUG] [2022-12-02 18:09:47] T:[] S:[] U:[] [main] ==> ==> Parameters:
- [DEBUG] [2022-12-02 18:09:47] T:[] S:[] U:[] [main] ==> <== Total: 1
- [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> 自定义配置项:
- AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
- [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@157a0109, ORIGINAL=[Ljava.lang.String;@c5b55c8, PIC_CLICK=[Ljava.lang.String;@27ed1d60]
- [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
- [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
- [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
- [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
- [WARN ] [2022-12-02 18:09:50] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- [INFO ] [2022-12-02 18:09:50] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
- [WARN ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
- [WARN ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8077 is already in use
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Closing JPA EntityManagerFactory for persistence unit 'default'
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Pausing ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Stopping ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Destroying ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==>
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [ERROR] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==>
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Web server failed to start. Port 8077 was already in use.
- Action:
- Identify and stop the process that's listening on port 8077 or configure this application to listen on another port.
- [INFO ] [2022-12-02 18:11:47] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
- [INFO ] [2022-12-02 18:11:47] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 32356 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
- [INFO ] [2022-12-02 18:11:47] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 160 ms. Found 17 JPA repository interfaces.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
- [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$505b880b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2535 ms
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
- [ERROR] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
- [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
- [INFO ] [2022-12-02 18:11:51] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- [INFO ] [2022-12-02 18:11:51] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- [INFO ] [2022-12-02 18:11:54] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- [INFO ] [2022-12-02 18:11:54] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
- [INFO ] [2022-12-02 18:11:55] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
- [INFO ] [2022-12-02 18:11:56] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
- [INFO ] [2022-12-02 18:11:56] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
- [WARN ] [2022-12-02 18:11:56] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
- [WARN ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
- [WARN ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
- [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
- [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [DEBUG] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
- [DEBUG] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> ==> Parameters:
- [DEBUG] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> <== Total: 1
- [INFO ] [2022-12-02 18:12:04] T:[] S:[] U:[] [main] ==> 自定义配置项:
- AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
- [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@dfa1f68, ORIGINAL=[Ljava.lang.String;@3741c7de, PIC_CLICK=[Ljava.lang.String;@24a887a0]
- [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
- [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
- [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
- [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
- [WARN ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
- [WARN ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
- [WARN ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 8077 is already in use
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Closing JPA EntityManagerFactory for persistence unit 'default'
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Pausing ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Stopping ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Destroying ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==>
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- [ERROR] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==>
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Web server failed to start. Port 8077 was already in use.
- Action:
- Identify and stop the process that's listening on port 8077 or configure this application to listen on another port.
- [INFO ] [2022-12-02 18:36:46] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 16304 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
- [INFO ] [2022-12-02 18:36:46] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
- [INFO ] [2022-12-02 18:36:46] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 168 ms. Found 17 JPA repository interfaces.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$624935f2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2750 ms
- [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
- [ERROR] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
- [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
- [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
- [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
- [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- [INFO ] [2022-12-02 18:36:50] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- [INFO ] [2022-12-02 18:36:53] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- [INFO ] [2022-12-02 18:36:53] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
- [INFO ] [2022-12-02 18:36:54] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
- [INFO ] [2022-12-02 18:36:54] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
- [INFO ] [2022-12-02 18:36:54] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
- [WARN ] [2022-12-02 18:36:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2022-12-02 18:36:54] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
- [WARN ] [2022-12-02 18:36:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:36:57] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
- [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [DEBUG] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
- [DEBUG] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> ==> Parameters:
- [DEBUG] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> <== Total: 1
- [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> 自定义配置项:
- AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
- [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@16704703, ORIGINAL=[Ljava.lang.String;@39ed2eb1, PIC_CLICK=[Ljava.lang.String;@485f34dc]
- [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
- [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
- [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
- [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
- [WARN ] [2022-12-02 18:37:03] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- [INFO ] [2022-12-02 18:37:03] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
- [WARN ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
- [INFO ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
- [INFO ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 19.324 seconds (JVM running for 20.313)
- [INFO ] [2022-12-02 18:37:05] T:[] S:[] U:[] [RMI TCP Connection(4)-192.168.1.28] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
- [INFO ] [2022-12-02 18:37:05] T:[] S:[] U:[] [RMI TCP Connection(4)-192.168.1.28] ==> Initializing Servlet 'dispatcherServlet'
- [INFO ] [2022-12-02 18:37:05] T:[] S:[] U:[] [RMI TCP Connection(4)-192.168.1.28] ==> Completed initialization in 1 ms
- [ERROR] [2022-12-02 18:37:18] T:[] S:[] U:[] [http-nio-8077-exec-2] ==> Token Expired
- io.jsonwebtoken.ExpiredJwtException: JWT expired at 2022-11-18T10:45:25Z. Current time: 2022-12-02T18:37:18Z, a difference of 1237913757 milliseconds. Allowed clock skew: 0 milliseconds.
- at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:385)
- at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:481)
- at io.jsonwebtoken.impl.DefaultJwtParser.parseClaimsJws(DefaultJwtParser.java:541)
- at com.ankaibei.workFlow.common.core.util.JwtUtil.parseToken(JwtUtil.java:74)
- at com.ankaibei.workFlow.webadmin.interceptor.AuthenticationInterceptor.preHandle(AuthenticationInterceptor.java:59)
- at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1062)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [INFO ] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> 开始请求, url=/api/admin/upms/login/doLogin, reqData={"password":"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D","loginName":"liuchengjing"}
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT user_id,login_name,password,show_name,dept_id,user_type,head_image_url,user_status,email,mobile,deleted_flag,create_user_id,update_user_id,create_time,update_time,region,job_number FROM work_sys_user WHERE login_name=? AND deleted_flag=1
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: liuchengjing(String)
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT user_id,dept_post_id,post_id FROM work_sys_user_post WHERE user_id=?
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT user_id,role_id FROM work_sys_user_role WHERE user_id=?
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT m.* FROM work_sys_user_role ur, work_sys_role_menu rm, work_sys_menu m WHERE ur.user_id = ? AND ur.role_id = rm.role_id AND rm.menu_id = m.menu_id ORDER BY m.show_order
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 38
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT pc.perm_code FROM work_sys_user_role ur, work_sys_role_menu rm, work_sys_menu_perm_code mpc, work_sys_perm_code pc WHERE ur.user_id = ? AND ur.role_id = rm.role_id AND rm.menu_id = mpc.menu_id AND mpc.perm_code_id = pc.perm_code_id
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 31
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT perm_url,module_name,perm_name FROM work_sys_perm_whitelist
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters:
- [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 50
- [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT m.menu_id menuId, p.url url FROM work_sys_role_menu rm, work_sys_menu_perm_code mpc, work_sys_perm_code_perm pcp, work_sys_perm p, work_sys_menu m WHERE rm.role_id IN ( ? ) AND rm.menu_id = m.menu_id AND rm.menu_id = mpc.menu_id AND mpc.perm_code_id = pcp.perm_code_id AND pcp.perm_id = p.perm_id ORDER BY m.menu_type
- [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1575681957692444672(Long)
- [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 168
- [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Preparing: SELECT work_sys_data_perm.*, work_sys_data_perm_dept.*, work_sys_data_perm_menu.* FROM work_sys_data_perm_user INNER JOIN work_sys_data_perm ON work_sys_data_perm_user.data_perm_id = work_sys_data_perm.data_perm_id LEFT JOIN work_sys_data_perm_dept ON work_sys_data_perm.data_perm_id = work_sys_data_perm_dept.data_perm_id LEFT JOIN work_sys_data_perm_menu ON work_sys_data_perm.data_perm_id = work_sys_data_perm_menu.data_perm_id WHERE work_sys_data_perm_user.user_id = ?
- [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
- [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 12
- [INFO ] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> 请求完成, url=/api/admin/upms/login/doLogin, elapse=459ms, respData={"code":"200","data":{"showName":"刘成静","tokenData":"Bearer eyJhbGciOiJIUzUxMiJ9.eyJleHAiOjE2NzAwNDk0MzgsInNlc3Npb25JZCI6ImxpdWNoZW5namluZ180XzRiY2ZjYjI0NjM1MzQ4OWE5ODkwOTIyMGZkNDY0YzYyIiwiQ3JlYXRlZFRpbWUiOjE2Njk5Nzc0Mzg4ODN9.tyY9EC9mPE2jtCCq_z0R4xMM0xDMjkJMhQ2qzeZSDqNeWJEPnp0U1boAFI7UG7RvEuaqoNn6E9k99OLPMBAjaw","headImageUrl":"[{\"downloadUri\":\"/admin/upms/login/downloadHeadImage\",\"filename\":\"0f29f8a0b40243548d19f7dfbe47cd7c.jpg\",\"uploadFailed\":false,\"uploadPath\":\"./zz-resource/upload-files/app/image/SysUser/headImageUrl\"}]","isAdmin":false},"msg":"请求成功"}
- [DEBUG] [2022-12-02 18:37:19] T:[] S:[] U:[] [task-1] ==> ==> Preparing: INSERT INTO zz_sys_operation_log ( log_id, description, operation_type, service_name, api_class, api_method, trace_id, elapse, request_method, request_url, request_arguments, request_ip, success, operation_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
- [DEBUG] [2022-12-02 18:37:19] T:[] S:[] U:[] [task-1] ==> ==> Parameters: 1598627361874513920(Long), (String), 0(Integer), application-webadmin(String), com.ankaibei.workFlow.webadmin.upms.controller.LoginController(String), com.ankaibei.workFlow.webadmin.upms.controller.LoginController.doLogin(String), cc19f96121ea47169aa86f7409aa0b6c(String), 459(Long), POST(String), /api/admin/upms/login/doLogin(String), {"password":"IP3ccke3GhH45iGHB5qP9p7iZw6xUyj28Ju10rnBiPKOI35sc%2BjI7%2FdsjOkHWMfUwGYGfz8ik31HC2Ruk%2Fhkd9f6RPULTHj7VpFdNdde2P9M4mQQnFBAiPM7VT9iW3RyCtPlJexQ3nAiA09OqG%2F0sIf1kcyveSrulxembARDbDo%3D","loginName":"liuchengjing"}(String), 0:0:0:0:0:0:0:1(String), true(Boolean), 2022-12-02 18:37:18.789(Timestamp)
- [DEBUG] [2022-12-02 18:37:19] T:[] S:[] U:[] [task-1] ==> <== Updates: 1
- [INFO ] [2022-12-02 18:38:05] T:[3148b644b2ed44258cc1b8703061aa84] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-3] ==> 开始请求, url=/api/task/findTaskInfo, reqData={"taskInfoVo":{"pageIndex":1,"pageSize":10,"targetTask":"","taskStatus":""}}
- [INFO ] [2022-12-02 18:38:06] T:[3148b644b2ed44258cc1b8703061aa84] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-3] ==> 请求完成, url=/api/task/findTaskInfo, elapse=680ms, respData={"code":"200","data":{"content":[{"taskStatements":"","taskIndex":"xvczzvzxcbzxbbbbbbb","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"xxxxxxxxxxxxxxxvzxbzxbzxbxzbxbxzbxzb","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskId":55,"taskStatus":"4"},{"taskStatements":"","taskIndex":"","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"xxxxxxxx","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskId":54,"taskStatus":"4"},{"taskStatements":"","taskIndex":"","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"xxxxxxxx","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskStatus":"4","taskId":53},{"taskStatements":"fs","taskIndex":"safd","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"sf","targetTask":"sfa","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskId":52,"taskStatus":"4"},{"taskStatements":"fs","taskIndex":"safd","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"sf","targetTask":"sfa","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskId":51,"taskStatus":"1"},{"taskStatements":"","taskIndex":"","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"111","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskId":50,"taskStatus":"1"},{"taskStatements":"","taskIndex":"","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"111","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskStatus":"4","taskId":49},{"taskStatements":"","taskIndex":"","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskStatus":"4","taskId":48},{"taskStatements":"","taskIndex":"","taskPriority":"1","taskCreator":"1585205047283683328","taskStandard":"","targetTask":"","taskParticipant":"ligaojie,","projectId":"测试-新建项目","taskStatus":"1","taskId":47}],"totalElements":9},"msg":"请求成功"}
- [INFO ] [2022-12-02 18:54:30] T:[ebf91a3325f144f19063a5c38352aea0] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-6] ==> 开始请求, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":55}]}
- [ERROR] [2022-12-02 18:54:31] T:[ebf91a3325f144f19063a5c38352aea0] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-6] ==> 请求报错, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":55}]}, error=null
- [ERROR] [2022-12-02 18:54:31] T:[] S:[] U:[] [http-nio-8077-exec-6] ==> Unhandled exception from URL [/api/task/deleteTask]
- java.lang.NullPointerException: null
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$976c1de3.deleteTask(<generated>)
- at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$79fc0643.deleteTask(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [INFO ] [2022-12-02 18:54:55] T:[4f02ee6a08a444dd9b886bc56206a6e7] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-8] ==> 开始请求, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":55}]}
- [ERROR] [2022-12-02 18:55:27] T:[4f02ee6a08a444dd9b886bc56206a6e7] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-8] ==> 请求报错, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":55}]}, error=null
- [ERROR] [2022-12-02 18:55:27] T:[] S:[] U:[] [http-nio-8077-exec-8] ==> Unhandled exception from URL [/api/task/deleteTask]
- java.lang.NullPointerException: null
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$976c1de3.deleteTask(<generated>)
- at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$79fc0643.deleteTask(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [INFO ] [2022-12-02 18:55:41] T:[67cf94d103964f4595cf64cbd68be9fb] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-10] ==> 开始请求, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}
- [ERROR] [2022-12-02 18:55:41] T:[67cf94d103964f4595cf64cbd68be9fb] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-10] ==> 请求报错, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}, error=null
- [ERROR] [2022-12-02 18:55:41] T:[] S:[] U:[] [http-nio-8077-exec-10] ==> Unhandled exception from URL [/api/task/deleteTask]
- java.lang.NullPointerException: null
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$976c1de3.deleteTask(<generated>)
- at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$79fc0643.deleteTask(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [INFO ] [2022-12-02 19:08:46] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
- [INFO ] [2022-12-02 19:08:46] T:[] S:[] U:[] [main] ==> Starting WebAdminApplication using Java 1.8.0_144 on buzhanyi with PID 40380 (D:\Desktop\ankaibeibei\application-webadmin\target\classes started by buzhanyi in D:\Desktop\ankaibeibei)
- [INFO ] [2022-12-02 19:08:46] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
- [INFO ] [2022-12-02 19:08:47] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 19:08:47] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 160 ms. Found 17 JPA repository interfaces.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.AccesoryInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CommunicationMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.CostInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.LoginTokenMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourJobMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ManHourMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectAuditInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.ProjectTeamMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.PurchaseInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RelevanceProjectInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RepastExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.RestInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TaskInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TrafficExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.TravelExpenseMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Spring Data Redis - Could not safely identify store assignment for repository candidate interface com.ankaibei.workFlow.webadmin.ankaibei.mapper.UserInfoMapper. If you want this repository to be a Redis repository, consider annotating your entities with one of these annotations: org.springframework.data.redis.core.RedisHash (preferred), or consider extending one of the following types with your repository: org.springframework.data.keyvalue.repository.KeyValueRepository.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Bean 'commonWebMvcConfig' of type [com.ankaibei.workFlow.common.core.config.CommonWebMvcConfig$$EnhancerBySpringCGLIB$$6de014a5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
- [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2485 ms
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
- [ERROR] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> For security constraints with URL pattern [/*] only the HTTP methods [TRACE HEAD DELETE SEARCH PROPFIND COPY PUT PATCH] are covered. All other methods are uncovered.
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
- [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- [INFO ] [2022-12-02 19:08:50] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- [INFO ] [2022-12-02 19:08:52] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
- [INFO ] [2022-12-02 19:08:52] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
- [INFO ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
- [INFO ] [2022-12-02 19:08:54] T:[] S:[] U:[] [redisson-netty-2-9] ==> 1 connections initialized for 124.70.58.209/124.70.58.209:7001
- [INFO ] [2022-12-02 19:08:54] T:[] S:[] U:[] [redisson-netty-2-13] ==> 5 connections initialized for 124.70.58.209/124.70.58.209:7001
- [WARN ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept".
- [WARN ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermDept ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu".
- [WARN ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser".
- [WARN ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDataPermUser ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysDeptRelation ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysMenuPermCode ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysPermCodePerm ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysRoleMenu ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.ankaibei.entity.UserInfoEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserPost".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserPost ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.webadmin.upms.model.SysUserRole".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.webadmin.upms.model.SysUserRole ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.online.model.OnlineColumnRule".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.online.model.OnlineColumnRule ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.FlowTaskExt".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.FlowTaskExt ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> Can not find table primary key in Class: "com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow".
- [WARN ] [2022-12-02 19:08:55] T:[] S:[] U:[] [main] ==> class com.ankaibei.workFlow.common.flow.model.ProjectInfoEntityOfFlow ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 19:08:57] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
- [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
- [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
- [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
- [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> IdmEngine default created
- [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> ProcessEngine default created
- [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
- [DEBUG] [2022-12-02 19:09:00] T:[] S:[] U:[] [main] ==> ==> Preparing: SELECT dblink_id,dblink_name,variable_name,dblink_desc,dblink_config_constant,create_time FROM zz_online_dblink
- [DEBUG] [2022-12-02 19:09:00] T:[] S:[] U:[] [main] ==> ==> Parameters:
- [DEBUG] [2022-12-02 19:09:00] T:[] S:[] U:[] [main] ==> <== Total: 1
- [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> 自定义配置项:
- AjCaptchaProperties{type=DEFAULT, jigsaw='classpath:images/jigsaw', picClick='classpath:images/pic-click', waterMark='我的水印', waterFont='WenQuanZhengHei.ttf', fontType='WenQuanZhengHei.ttf', slipOffset='5', aesStatus=true, interferenceOptions='2', cacheNumber='1000', timingClear='180', cacheType=redis, reqFrequencyLimitEnable=false, reqGetLockLimit=5, reqGetLockSeconds=360, reqGetMinuteLimit=30, reqCheckMinuteLimit=30, reqVerifyMinuteLimit=60}
- [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> 自定义resource底图:[SLIDING_BLOCK=[Ljava.lang.String;@4dee8b9a, ORIGINAL=[Ljava.lang.String;@7ff2ad88, PIC_CLICK=[Ljava.lang.String;@4e68c590]
- [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
- [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
- [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
- [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
- [WARN ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- [INFO ] [2022-12-02 19:09:04] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
- [WARN ] [2022-12-02 19:09:04] T:[] S:[] U:[] [main] ==> Cannot find template location(s): [classpath:/template/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
- [INFO ] [2022-12-02 19:09:05] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
- [INFO ] [2022-12-02 19:09:05] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
- [INFO ] [2022-12-02 19:09:05] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 19.649 seconds (JVM running for 20.52)
- [INFO ] [2022-12-02 19:09:06] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.28] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
- [INFO ] [2022-12-02 19:09:06] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.28] ==> Initializing Servlet 'dispatcherServlet'
- [INFO ] [2022-12-02 19:09:06] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.28] ==> Completed initialization in 2 ms
- [INFO ] [2022-12-02 19:10:54] T:[59d052f806df4b168c902d7ba67daa00] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-2] ==> 开始请求, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}
- [WARN ] [2022-12-02 19:10:54] T:[59d052f806df4b168c902d7ba67daa00] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-2] ==> discard long time none received connection. , jdbcUrl : jdbc:mysql://124.70.58.209:1122/ankaibei?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai, version : 1.2.5, lastPacketReceivedIdleMillis : 109030
- [ERROR] [2022-12-02 19:10:54] T:[59d052f806df4b168c902d7ba67daa00] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-2] ==> 请求报错, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}, error=null
- [ERROR] [2022-12-02 19:10:54] T:[] S:[] U:[] [http-nio-8077-exec-2] ==> Unhandled exception from URL [/api/task/deleteTask]
- java.lang.NullPointerException: null
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$f6c26416.deleteTask(<generated>)
- at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$59979acf.deleteTask(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [INFO ] [2022-12-02 19:11:26] T:[0e8212fdbb9b4992a9fe58423fb76a51] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-5] ==> 开始请求, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}
- [ERROR] [2022-12-02 19:13:32] T:[0e8212fdbb9b4992a9fe58423fb76a51] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-5] ==> 请求报错, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}, error=null
- [ERROR] [2022-12-02 19:13:32] T:[] S:[] U:[] [http-nio-8077-exec-5] ==> Unhandled exception from URL [/api/task/deleteTask]
- java.lang.NullPointerException: null
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$f6c26416.deleteTask(<generated>)
- at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$59979acf.deleteTask(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
- [INFO ] [2022-12-02 20:13:24] T:[8908322f148845d1b021fa9e707ea6da] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-7] ==> 开始请求, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}
- [ERROR] [2022-12-02 20:14:52] T:[8908322f148845d1b021fa9e707ea6da] S:[liuchengjing_4_4bcfcb246353489a98909220fd464c62] U:[1578419973460594688] [http-nio-8077-exec-7] ==> 请求报错, url=/api/task/deleteTask, reqData={"taskInfoVos":[{"taskId":53}]}, error=null
- [ERROR] [2022-12-02 20:14:52] T:[] S:[] U:[] [http-nio-8077-exec-7] ==> Unhandled exception from URL [/api/task/deleteTask]
- java.lang.NullPointerException: null
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$f6c26416.deleteTask(<generated>)
- at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
- at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
- at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
- at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
- at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$59979acf.deleteTask(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
- at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
- at java.lang.Thread.run(Thread.java:748)
|