application-webadmin-2022-12-02-0.log 164 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. [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)
  2. [INFO ] [2022-12-02 18:09:32] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  3. [INFO ] [2022-12-02 18:09:32] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  4. [INFO ] [2022-12-02 18:09:33] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  5. [INFO ] [2022-12-02 18:09:33] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  6. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 179 ms. Found 17 JPA repository interfaces.
  7. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  8. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  9. [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.
  10. [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.
  11. [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.
  12. [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.
  13. [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.
  14. [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.
  15. [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.
  16. [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.
  17. [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.
  18. [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.
  19. [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.
  20. [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.
  21. [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.
  22. [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.
  23. [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.
  24. [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.
  25. [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.
  26. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  27. [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)
  28. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  29. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  30. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  31. [INFO ] [2022-12-02 18:09:34] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  32. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  33. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2659 ms
  34. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  35. [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.
  36. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  37. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  38. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  39. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  40. [INFO ] [2022-12-02 18:09:35] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  41. [INFO ] [2022-12-02 18:09:36] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  42. [INFO ] [2022-12-02 18:09:39] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  43. [INFO ] [2022-12-02 18:09:39] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  44. [INFO ] [2022-12-02 18:09:40] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  45. [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
  46. [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
  47. [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".
  48. [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.
  49. [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".
  50. [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.
  51. [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".
  52. [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.
  53. [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".
  54. [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.
  55. [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".
  56. [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.
  57. [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".
  58. [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.
  59. [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".
  60. [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.
  61. [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".
  62. [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.
  63. [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".
  64. [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.
  65. [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".
  66. [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.
  67. [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".
  68. [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.
  69. [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".
  70. [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.
  71. [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".
  72. [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.
  73. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  74. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  75. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  76. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  77. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  78. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  79. [INFO ] [2022-12-02 18:09:42] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  80. [INFO ] [2022-12-02 18:09:43] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  81. [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  82. [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  83. [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  84. [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> IdmEngine default created
  85. [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  86. [INFO ] [2022-12-02 18:09:46] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  87. [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
  88. [DEBUG] [2022-12-02 18:09:47] T:[] S:[] U:[] [main] ==> ==> Parameters:
  89. [DEBUG] [2022-12-02 18:09:47] T:[] S:[] U:[] [main] ==> <== Total: 1
  90. [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> 自定义配置项:
  91. 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}
  92. [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]
  93. [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  94. [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  95. [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  96. [INFO ] [2022-12-02 18:09:49] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  97. [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
  98. [INFO ] [2022-12-02 18:09:50] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  99. [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)
  100. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  101. [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
  102. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Closing JPA EntityManagerFactory for persistence unit 'default'
  103. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
  104. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
  105. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
  106. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
  107. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Pausing ProtocolHandler ["http-nio-8077"]
  108. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
  109. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Stopping ProtocolHandler ["http-nio-8077"]
  110. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==> Destroying ProtocolHandler ["http-nio-8077"]
  111. [INFO ] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==>
  112. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  113. [ERROR] [2022-12-02 18:09:51] T:[] S:[] U:[] [main] ==>
  114. ***************************
  115. APPLICATION FAILED TO START
  116. ***************************
  117. Description:
  118. Web server failed to start. Port 8077 was already in use.
  119. Action:
  120. Identify and stop the process that's listening on port 8077 or configure this application to listen on another port.
  121. [INFO ] [2022-12-02 18:11:47] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  122. [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)
  123. [INFO ] [2022-12-02 18:11:47] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  124. [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  125. [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  126. [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 160 ms. Found 17 JPA repository interfaces.
  127. [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  128. [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  129. [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.
  130. [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.
  131. [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.
  132. [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.
  133. [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.
  134. [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.
  135. [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.
  136. [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.
  137. [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.
  138. [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.
  139. [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.
  140. [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.
  141. [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.
  142. [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.
  143. [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.
  144. [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.
  145. [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.
  146. [INFO ] [2022-12-02 18:11:49] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  147. [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)
  148. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  149. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  150. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  151. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  152. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  153. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2535 ms
  154. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  155. [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.
  156. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  157. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  158. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  159. [INFO ] [2022-12-02 18:11:50] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  160. [INFO ] [2022-12-02 18:11:51] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  161. [INFO ] [2022-12-02 18:11:51] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  162. [INFO ] [2022-12-02 18:11:54] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  163. [INFO ] [2022-12-02 18:11:54] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  164. [INFO ] [2022-12-02 18:11:55] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  165. [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
  166. [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
  167. [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".
  168. [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.
  169. [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".
  170. [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.
  171. [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".
  172. [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.
  173. [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".
  174. [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.
  175. [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".
  176. [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.
  177. [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".
  178. [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.
  179. [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".
  180. [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.
  181. [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".
  182. [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.
  183. [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".
  184. [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.
  185. [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".
  186. [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.
  187. [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".
  188. [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.
  189. [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".
  190. [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.
  191. [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".
  192. [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.
  193. [INFO ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  194. [INFO ] [2022-12-02 18:11:57] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  195. [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  196. [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  197. [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  198. [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  199. [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  200. [INFO ] [2022-12-02 18:11:58] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  201. [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  202. [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  203. [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  204. [INFO ] [2022-12-02 18:12:01] T:[] S:[] U:[] [main] ==> IdmEngine default created
  205. [INFO ] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  206. [INFO ] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  207. [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
  208. [DEBUG] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> ==> Parameters:
  209. [DEBUG] [2022-12-02 18:12:02] T:[] S:[] U:[] [main] ==> <== Total: 1
  210. [INFO ] [2022-12-02 18:12:04] T:[] S:[] U:[] [main] ==> 自定义配置项:
  211. 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}
  212. [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]
  213. [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  214. [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  215. [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  216. [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  217. [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
  218. [INFO ] [2022-12-02 18:12:05] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  219. [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)
  220. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  221. [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
  222. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Closing JPA EntityManagerFactory for persistence unit 'default'
  223. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-2} closing ...
  224. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-2} closed
  225. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-1} closing ...
  226. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> {dataSource-1} closed
  227. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Pausing ProtocolHandler ["http-nio-8077"]
  228. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Stopping service [Tomcat]
  229. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Stopping ProtocolHandler ["http-nio-8077"]
  230. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==> Destroying ProtocolHandler ["http-nio-8077"]
  231. [INFO ] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==>
  232. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  233. [ERROR] [2022-12-02 18:12:06] T:[] S:[] U:[] [main] ==>
  234. ***************************
  235. APPLICATION FAILED TO START
  236. ***************************
  237. Description:
  238. Web server failed to start. Port 8077 was already in use.
  239. Action:
  240. Identify and stop the process that's listening on port 8077 or configure this application to listen on another port.
  241. [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)
  242. [INFO ] [2022-12-02 18:36:46] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  243. [INFO ] [2022-12-02 18:36:46] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  244. [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  245. [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  246. [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 168 ms. Found 17 JPA repository interfaces.
  247. [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  248. [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  249. [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.
  250. [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.
  251. [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.
  252. [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.
  253. [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.
  254. [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.
  255. [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.
  256. [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.
  257. [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.
  258. [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.
  259. [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.
  260. [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.
  261. [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.
  262. [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.
  263. [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.
  264. [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.
  265. [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.
  266. [INFO ] [2022-12-02 18:36:47] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  267. [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)
  268. [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  269. [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  270. [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  271. [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  272. [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  273. [INFO ] [2022-12-02 18:36:48] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2750 ms
  274. [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  275. [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.
  276. [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  277. [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  278. [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  279. [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  280. [INFO ] [2022-12-02 18:36:49] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  281. [INFO ] [2022-12-02 18:36:50] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  282. [INFO ] [2022-12-02 18:36:53] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  283. [INFO ] [2022-12-02 18:36:53] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  284. [INFO ] [2022-12-02 18:36:54] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  285. [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
  286. [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
  287. [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".
  288. [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.
  289. [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".
  290. [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.
  291. [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".
  292. [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.
  293. [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".
  294. [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.
  295. [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".
  296. [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.
  297. [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".
  298. [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.
  299. [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".
  300. [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.
  301. [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".
  302. [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.
  303. [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".
  304. [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.
  305. [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".
  306. [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.
  307. [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".
  308. [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.
  309. [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".
  310. [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.
  311. [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".
  312. [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.
  313. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  314. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  315. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  316. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  317. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  318. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  319. [INFO ] [2022-12-02 18:36:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  320. [INFO ] [2022-12-02 18:36:57] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  321. [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  322. [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  323. [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  324. [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> IdmEngine default created
  325. [INFO ] [2022-12-02 18:36:59] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  326. [INFO ] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  327. [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
  328. [DEBUG] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> ==> Parameters:
  329. [DEBUG] [2022-12-02 18:37:00] T:[] S:[] U:[] [main] ==> <== Total: 1
  330. [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> 自定义配置项:
  331. 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}
  332. [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]
  333. [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  334. [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  335. [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  336. [INFO ] [2022-12-02 18:37:02] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  337. [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
  338. [INFO ] [2022-12-02 18:37:03] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  339. [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)
  340. [INFO ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  341. [INFO ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
  342. [INFO ] [2022-12-02 18:37:04] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 19.324 seconds (JVM running for 20.313)
  343. [INFO ] [2022-12-02 18:37:05] T:[] S:[] U:[] [RMI TCP Connection(4)-192.168.1.28] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
  344. [INFO ] [2022-12-02 18:37:05] T:[] S:[] U:[] [RMI TCP Connection(4)-192.168.1.28] ==> Initializing Servlet 'dispatcherServlet'
  345. [INFO ] [2022-12-02 18:37:05] T:[] S:[] U:[] [RMI TCP Connection(4)-192.168.1.28] ==> Completed initialization in 1 ms
  346. [ERROR] [2022-12-02 18:37:18] T:[] S:[] U:[] [http-nio-8077-exec-2] ==> Token Expired
  347. 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.
  348. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:385)
  349. at io.jsonwebtoken.impl.DefaultJwtParser.parse(DefaultJwtParser.java:481)
  350. at io.jsonwebtoken.impl.DefaultJwtParser.parseClaimsJws(DefaultJwtParser.java:541)
  351. at com.ankaibei.workFlow.common.core.util.JwtUtil.parseToken(JwtUtil.java:74)
  352. at com.ankaibei.workFlow.webadmin.interceptor.AuthenticationInterceptor.preHandle(AuthenticationInterceptor.java:59)
  353. at org.springframework.web.servlet.HandlerExecutionChain.applyPreHandle(HandlerExecutionChain.java:148)
  354. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1062)
  355. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  356. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  357. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  358. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  359. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  360. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  361. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  362. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  363. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  364. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  365. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  366. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  367. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  368. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  369. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  370. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  371. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  372. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  373. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  374. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  375. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  376. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  377. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  378. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  379. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  380. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  381. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  382. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  383. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  384. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  385. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  386. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  387. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  388. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  389. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  390. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  391. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  392. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  393. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  394. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  395. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  396. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  397. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  398. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  399. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  400. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  401. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  402. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  403. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  404. at java.lang.Thread.run(Thread.java:748)
  405. [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"}
  406. [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
  407. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: liuchengjing(String)
  408. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
  409. [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=?
  410. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  411. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
  412. [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=?
  413. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  414. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 1
  415. [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
  416. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  417. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 38
  418. [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
  419. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  420. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 31
  421. [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
  422. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters:
  423. [DEBUG] [2022-12-02 18:37:18] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 50
  424. [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
  425. [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1575681957692444672(Long)
  426. [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 168
  427. [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 = ?
  428. [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> ==> Parameters: 1578419973460594688(Long)
  429. [DEBUG] [2022-12-02 18:37:19] T:[cc19f96121ea47169aa86f7409aa0b6c] S:[] U:[] [http-nio-8077-exec-2] ==> <== Total: 12
  430. [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":"请求成功"}
  431. [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 ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
  432. [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)
  433. [DEBUG] [2022-12-02 18:37:19] T:[] S:[] U:[] [task-1] ==> <== Updates: 1
  434. [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":""}}
  435. [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":"请求成功"}
  436. [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}]}
  437. [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
  438. [ERROR] [2022-12-02 18:54:31] T:[] S:[] U:[] [http-nio-8077-exec-6] ==> Unhandled exception from URL [/api/task/deleteTask]
  439. java.lang.NullPointerException: null
  440. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
  441. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
  442. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  443. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  444. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  445. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  446. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  447. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  448. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  449. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  450. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  451. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  452. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  453. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  454. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$976c1de3.deleteTask(<generated>)
  455. at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
  456. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
  457. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
  458. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  459. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  460. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  461. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  462. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  463. at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
  464. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  465. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  466. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  467. at java.lang.reflect.Method.invoke(Method.java:498)
  468. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  469. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  470. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  471. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  472. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  473. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  474. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  475. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  476. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  477. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$79fc0643.deleteTask(<generated>)
  478. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  479. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  480. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  481. at java.lang.reflect.Method.invoke(Method.java:498)
  482. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  483. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  484. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  485. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  486. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  487. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  488. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  489. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  490. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  491. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  492. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  493. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  494. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  495. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  496. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  497. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  498. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  499. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  500. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  501. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  502. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  503. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  504. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  505. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  506. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  507. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  508. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  509. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  510. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  511. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  512. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  513. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  514. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  515. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  516. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  517. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  518. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  519. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  520. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  521. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  522. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  523. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  524. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  525. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  526. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  527. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  528. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  529. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  530. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  531. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  532. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  533. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  534. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  535. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  536. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  537. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  538. at java.lang.Thread.run(Thread.java:748)
  539. [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}]}
  540. [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
  541. [ERROR] [2022-12-02 18:55:27] T:[] S:[] U:[] [http-nio-8077-exec-8] ==> Unhandled exception from URL [/api/task/deleteTask]
  542. java.lang.NullPointerException: null
  543. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
  544. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
  545. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  546. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  547. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  548. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  549. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  550. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  551. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  552. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  553. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  554. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  555. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  556. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  557. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$976c1de3.deleteTask(<generated>)
  558. at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
  559. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
  560. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
  561. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  562. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  563. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  564. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  565. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  566. at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
  567. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  568. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  569. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  570. at java.lang.reflect.Method.invoke(Method.java:498)
  571. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  572. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  573. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  574. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  575. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  576. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  577. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  578. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  579. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  580. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$79fc0643.deleteTask(<generated>)
  581. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  582. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  583. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  584. at java.lang.reflect.Method.invoke(Method.java:498)
  585. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  586. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  587. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  588. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  589. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  590. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  591. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  592. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  593. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  594. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  595. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  596. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  597. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  598. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  599. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  600. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  601. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  602. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  603. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  604. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  605. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  606. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  607. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  608. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  609. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  610. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  611. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  612. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  613. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  614. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  615. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  616. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  617. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  618. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  619. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  620. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  621. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  622. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  623. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  624. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  625. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  626. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  627. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  628. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  629. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  630. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  631. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  632. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  633. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  634. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  635. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  636. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  637. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  638. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  639. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  640. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  641. at java.lang.Thread.run(Thread.java:748)
  642. [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}]}
  643. [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
  644. [ERROR] [2022-12-02 18:55:41] T:[] S:[] U:[] [http-nio-8077-exec-10] ==> Unhandled exception from URL [/api/task/deleteTask]
  645. java.lang.NullPointerException: null
  646. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
  647. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
  648. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  649. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  650. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  651. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  652. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  653. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  654. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  655. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  656. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  657. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  658. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  659. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  660. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$976c1de3.deleteTask(<generated>)
  661. at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
  662. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
  663. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
  664. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  665. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  666. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  667. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  668. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  669. at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
  670. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  671. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  672. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  673. at java.lang.reflect.Method.invoke(Method.java:498)
  674. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  675. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  676. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  677. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  678. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  679. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  680. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  681. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  682. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  683. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$79fc0643.deleteTask(<generated>)
  684. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  685. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  686. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  687. at java.lang.reflect.Method.invoke(Method.java:498)
  688. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  689. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  690. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  691. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  692. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  693. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  694. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  695. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  696. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  697. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  698. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  699. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  700. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  701. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  702. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  703. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  704. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  705. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  706. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  707. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  708. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  709. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  710. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  711. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  712. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  713. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  714. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  715. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  716. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  717. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  718. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  719. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  720. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  721. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  722. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  723. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  724. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  725. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  726. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  727. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  728. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  729. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  730. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  731. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  732. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  733. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  734. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  735. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  736. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  737. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  738. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  739. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  740. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  741. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  742. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  743. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  744. at java.lang.Thread.run(Thread.java:748)
  745. [INFO ] [2022-12-02 19:08:46] T:[] S:[] U:[] [background-preinit] ==> HV000001: Hibernate Validator 6.2.0.Final
  746. [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)
  747. [INFO ] [2022-12-02 19:08:46] T:[] S:[] U:[] [main] ==> The following 1 profile is active: "product"
  748. [INFO ] [2022-12-02 19:08:47] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  749. [INFO ] [2022-12-02 19:08:47] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  750. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 160 ms. Found 17 JPA repository interfaces.
  751. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Multiple Spring Data modules found, entering strict repository configuration mode!
  752. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  753. [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.
  754. [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.
  755. [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.
  756. [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.
  757. [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.
  758. [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.
  759. [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.
  760. [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.
  761. [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.
  762. [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.
  763. [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.
  764. [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.
  765. [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.
  766. [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.
  767. [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.
  768. [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.
  769. [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.
  770. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
  771. [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)
  772. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Tomcat initialized with port(s): 8077 (http)
  773. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Initializing ProtocolHandler ["http-nio-8077"]
  774. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Starting service [Tomcat]
  775. [INFO ] [2022-12-02 19:08:48] T:[] S:[] U:[] [main] ==> Starting Servlet engine: [Apache Tomcat/9.0.60]
  776. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> Initializing Spring embedded WebApplicationContext
  777. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> Root WebApplicationContext: initialization completed in 2485 ms
  778. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> Filter characterEncodingFilter was not registered (possibly already registered?)
  779. [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.
  780. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> {dataSource-1} inited
  781. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> {dataSource-2} inited
  782. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> HHH000204: Processing PersistenceUnitInfo [name: default]
  783. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> HHH000412: Hibernate ORM core version 5.4.33
  784. [INFO ] [2022-12-02 19:08:49] T:[] S:[] U:[] [main] ==> HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  785. [INFO ] [2022-12-02 19:08:50] T:[] S:[] U:[] [main] ==> HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  786. [INFO ] [2022-12-02 19:08:52] T:[] S:[] U:[] [main] ==> HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  787. [INFO ] [2022-12-02 19:08:52] T:[] S:[] U:[] [main] ==> Initialized JPA EntityManagerFactory for persistence unit 'default'
  788. [INFO ] [2022-12-02 19:08:54] T:[] S:[] U:[] [main] ==> Redisson 3.17.6
  789. [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
  790. [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
  791. [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".
  792. [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.
  793. [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".
  794. [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.
  795. [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".
  796. [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.
  797. [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".
  798. [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.
  799. [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".
  800. [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.
  801. [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".
  802. [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.
  803. [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".
  804. [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.
  805. [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".
  806. [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.
  807. [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".
  808. [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.
  809. [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".
  810. [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.
  811. [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".
  812. [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.
  813. [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".
  814. [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.
  815. [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".
  816. [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.
  817. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  818. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> No deployment resources were found for autodeployment
  819. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> Found 2 Engine Configurators in total:
  820. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  821. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  822. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  823. [INFO ] [2022-12-02 19:08:56] T:[] S:[] U:[] [main] ==> Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  824. [INFO ] [2022-12-02 19:08:57] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
  825. [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> Reading from ankaibei.FLW_EV_DATABASECHANGELOG
  826. [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> EventRegistryEngine default created
  827. [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:150000)
  828. [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> IdmEngine default created
  829. [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> ProcessEngine default created
  830. [INFO ] [2022-12-02 19:08:59] T:[] S:[] U:[] [main] ==> Total of v5 deployments found: 0
  831. [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
  832. [DEBUG] [2022-12-02 19:09:00] T:[] S:[] U:[] [main] ==> ==> Parameters:
  833. [DEBUG] [2022-12-02 19:09:00] T:[] S:[] U:[] [main] ==> <== Total: 1
  834. [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> 自定义配置项:
  835. 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}
  836. [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]
  837. [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> supported-captchaCache-service:[redis, local]
  838. [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> supported-captchaTypes-service:[clickWord, default, blockPuzzle]
  839. [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---clickWord
  840. [INFO ] [2022-12-02 19:09:03] T:[] S:[] U:[] [main] ==> --->>>初始化验证码底图<<<---blockPuzzle
  841. [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
  842. [INFO ] [2022-12-02 19:09:04] T:[] S:[] U:[] [main] ==> Exposing 14 endpoint(s) beneath base path '/actuator'
  843. [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)
  844. [INFO ] [2022-12-02 19:09:05] T:[] S:[] U:[] [main] ==> Starting ProtocolHandler ["http-nio-8077"]
  845. [INFO ] [2022-12-02 19:09:05] T:[] S:[] U:[] [main] ==> Tomcat started on port(s): 8077 (http) with context path '/api'
  846. [INFO ] [2022-12-02 19:09:05] T:[] S:[] U:[] [main] ==> Started WebAdminApplication in 19.649 seconds (JVM running for 20.52)
  847. [INFO ] [2022-12-02 19:09:06] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.28] ==> Initializing Spring DispatcherServlet 'dispatcherServlet'
  848. [INFO ] [2022-12-02 19:09:06] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.28] ==> Initializing Servlet 'dispatcherServlet'
  849. [INFO ] [2022-12-02 19:09:06] T:[] S:[] U:[] [RMI TCP Connection(2)-192.168.1.28] ==> Completed initialization in 2 ms
  850. [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}]}
  851. [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
  852. [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
  853. [ERROR] [2022-12-02 19:10:54] T:[] S:[] U:[] [http-nio-8077-exec-2] ==> Unhandled exception from URL [/api/task/deleteTask]
  854. java.lang.NullPointerException: null
  855. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
  856. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
  857. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  858. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  859. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  860. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  861. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  862. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  863. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  864. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  865. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  866. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  867. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  868. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  869. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$f6c26416.deleteTask(<generated>)
  870. at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
  871. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
  872. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
  873. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  874. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  875. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  876. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  877. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  878. at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
  879. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  880. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  881. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  882. at java.lang.reflect.Method.invoke(Method.java:498)
  883. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  884. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  885. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  886. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  887. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  888. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  889. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  890. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  891. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  892. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$59979acf.deleteTask(<generated>)
  893. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  894. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  895. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  896. at java.lang.reflect.Method.invoke(Method.java:498)
  897. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  898. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  899. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  900. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  901. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  902. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  903. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  904. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  905. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  906. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  907. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  908. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  909. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  910. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  911. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  912. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  913. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  914. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  915. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  916. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  917. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  918. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  919. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  920. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  921. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  922. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  923. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  924. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  925. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  926. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  927. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  928. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  929. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  930. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  931. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  932. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  933. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  934. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  935. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  936. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  937. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  938. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  939. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  940. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  941. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  942. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  943. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  944. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  945. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  946. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  947. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  948. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  949. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  950. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  951. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  952. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  953. at java.lang.Thread.run(Thread.java:748)
  954. [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}]}
  955. [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
  956. [ERROR] [2022-12-02 19:13:32] T:[] S:[] U:[] [http-nio-8077-exec-5] ==> Unhandled exception from URL [/api/task/deleteTask]
  957. java.lang.NullPointerException: null
  958. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
  959. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
  960. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  961. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  962. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  963. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  964. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  965. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  966. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  967. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  968. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  969. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  970. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  971. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  972. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$f6c26416.deleteTask(<generated>)
  973. at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
  974. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
  975. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
  976. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  977. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  978. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  979. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  980. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  981. at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
  982. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  983. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  984. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  985. at java.lang.reflect.Method.invoke(Method.java:498)
  986. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  987. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  988. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  989. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  990. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  991. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  992. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  993. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  994. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  995. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$59979acf.deleteTask(<generated>)
  996. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  997. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  998. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  999. at java.lang.reflect.Method.invoke(Method.java:498)
  1000. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  1001. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  1002. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  1003. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  1004. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  1005. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  1006. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  1007. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  1008. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  1009. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  1010. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  1011. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  1012. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  1013. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  1014. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1015. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  1016. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1017. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1018. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  1019. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1020. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1021. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1022. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  1023. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1024. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1025. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  1026. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1027. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1028. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1029. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  1030. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1031. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1032. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1033. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  1034. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1035. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1036. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1037. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  1038. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1039. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1040. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1041. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  1042. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  1043. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  1044. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  1045. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  1046. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  1047. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  1048. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  1049. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  1050. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  1051. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  1052. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  1053. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  1054. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  1055. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1056. at java.lang.Thread.run(Thread.java:748)
  1057. [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}]}
  1058. [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
  1059. [ERROR] [2022-12-02 20:14:52] T:[] S:[] U:[] [http-nio-8077-exec-7] ==> Unhandled exception from URL [/api/task/deleteTask]
  1060. java.lang.NullPointerException: null
  1061. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl.deleteTask(TaskInfoServiceImpl.java:149)
  1062. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$FastClassBySpringCGLIB$$ebeb2916.invoke(<generated>)
  1063. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  1064. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  1065. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1066. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1067. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  1068. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1069. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:180)
  1070. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1071. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  1072. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1073. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1074. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  1075. at com.ankaibei.workFlow.webadmin.ankaibei.service.impl.TaskInfoServiceImpl$$EnhancerBySpringCGLIB$$f6c26416.deleteTask(<generated>)
  1076. at com.ankaibei.workFlow.webadmin.ankaibei.api.TaskInfoServiceApi.deleteTask(TaskInfoServiceApi.java:49)
  1077. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController.deleteTask(TaskInfoController.java:87)
  1078. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$FastClassBySpringCGLIB$$1879a7d8.invoke(<generated>)
  1079. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  1080. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  1081. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  1082. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1083. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
  1084. at com.ankaibei.workFlow.common.log.aop.OperationLogAspect.around(OperationLogAspect.java:113)
  1085. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1086. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1087. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1088. at java.lang.reflect.Method.invoke(Method.java:498)
  1089. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
  1090. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
  1091. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
  1092. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1093. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1094. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
  1095. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  1096. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  1097. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  1098. at com.ankaibei.workFlow.webadmin.ankaibei.controller.TaskInfoController$$EnhancerBySpringCGLIB$$59979acf.deleteTask(<generated>)
  1099. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1100. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1102. at java.lang.reflect.Method.invoke(Method.java:498)
  1103. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  1104. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  1105. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
  1106. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
  1107. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
  1108. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  1109. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
  1110. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
  1111. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  1112. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  1113. at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
  1114. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  1115. at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  1116. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  1117. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1118. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  1119. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1120. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1121. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  1122. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1123. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1124. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1125. at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)
  1126. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1127. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1128. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  1129. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1130. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1131. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1132. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  1133. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1134. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1135. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1136. at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
  1137. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1138. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1139. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1140. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  1141. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  1142. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  1143. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  1144. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  1145. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  1146. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
  1147. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  1148. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  1149. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  1150. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
  1151. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
  1152. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  1153. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
  1154. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
  1155. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  1156. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  1157. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  1158. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1159. at java.lang.Thread.run(Thread.java:748)