[Java] java | springboot integrated flowable error solution | Migrate flowable error from Ruoyi

1. Let me talk about the solution first

  1. Turn on automatic table creation

# flowable相关表
flowable:
  # true 会对数据库中所有表进行更新操作。如果表不存在,则自动创建(建议开发时使用)
  database-schema-update: true
  # 关闭定时任务JOB
  async-executor-activate: false
  1. thread pool append bean name

ThreadPoolConfig
@Bean(name = {"threadPoolTaskExecutor", "applicationTaskExecutor"})
  1. Guess the cause of the error

1) In the flowable-spring-boot-starter, the bean injection of autoconfigure may fail due to the dependency order. 2) The
table structure is missing.
3) Look at the content of the gpt reply, you can understand

Two, complete error log

"C:\Program Files\Java\jdk1.8.0_231\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:50935,suspend=y,server=n -javaagent:C:\Users\HUAWEI\.IntelliJIdea2019.2\system\captureAgent\debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Java\jdk1.8.0_231\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_231\jre\lib\rt.jar;F:\citcc\dpm\citcc4-admin-dpm\target\classes;F:\citcc\dpm\citcc4-frame\citcc4-minio\target\classes;F:\citcc\dpm\citcc4-frame\citcc4-common\target\classes;E:\maven\resources\org\springframework\spring-context-support\5.3.14\spring-context-support-5.3.14.jar;E:\maven\resources\org\springframework\spring-web\5.3.14\spring-web-5.3.14.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-security\2.5.8\spring-boot-starter-security-2.5.8.jar;E:\maven\resources\org\springframework\security\spring-security-config\5.5.4\spring-security-config-5.5.4.jar;E:\maven\resources\org\springframework\security\spring-security-core\5.5.4\spring-security-core-5.5.4.jar;E:\maven\resources\org\springframework\security\spring-security-crypto\5.5.4\spring-security-crypto-5.5.4.jar;E:\maven\resources\org\springframework\security\spring-security-web\5.5.4\spring-security-web-5.5.4.jar;E:\maven\resources\com\github\pagehelper\pagehelper-spring-boot-starter\1.4.0\pagehelper-spring-boot-starter-1.4.0.jar;E:\maven\resources\org\mybatis\spring\boot\mybatis-spring-boot-starter\2.2.0\mybatis-spring-boot-starter-2.2.0.jar;E:\maven\resources\org\mybatis\spring\boot\mybatis-spring-boot-autoconfigure\2.2.0\mybatis-spring-boot-autoconfigure-2.2.0.jar;E:\maven\resources\org\mybatis\mybatis\3.5.7\mybatis-3.5.7.jar;E:\maven\resources\com\github\pagehelper\pagehelper-spring-boot-autoconfigure\1.4.0\pagehelper-spring-boot-autoconfigure-1.4.0.jar;E:\maven\resources\com\github\pagehelper\pagehelper\5.3.0\pagehelper-5.3.0.jar;E:\maven\resources\com\github\jsqlparser\jsqlparser\4.2\jsqlparser-4.2.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-validation\2.5.8\spring-boot-starter-validation-2.5.8.jar;E:\maven\resources\org\apache\tomcat\embed\tomcat-embed-el\9.0.56\tomcat-embed-el-9.0.56.jar;E:\maven\resources\org\hibernate\validator\hibernate-validator\6.2.0.Final\hibernate-validator-6.2.0.Final.jar;E:\maven\resources\jakarta\validation\jakarta.validation-api\2.0.2\jakarta.validation-api-2.0.2.jar;E:\maven\resources\org\jboss\logging\jboss-logging\3.4.2.Final\jboss-logging-3.4.2.Final.jar;E:\maven\resources\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;E:\maven\resources\commons-fileupload\commons-fileupload\1.4\commons-fileupload-1.4.jar;E:\maven\resources\org\apache\poi\poi-ooxml\4.1.2\poi-ooxml-4.1.2.jar;E:\maven\resources\org\apache\poi\poi\4.1.2\poi-4.1.2.jar;E:\maven\resources\org\apache\commons\commons-collections4\4.4\commons-collections4-4.4.jar;E:\maven\resources\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;E:\maven\resources\com\zaxxer\SparseBitSet\1.2\SparseBitSet-1.2.jar;E:\maven\resources\org\apache\poi\poi-ooxml-schemas\4.1.2\poi-ooxml-schemas-4.1.2.jar;E:\maven\resources\org\apache\xmlbeans\xmlbeans\3.1.0\xmlbeans-3.1.0.jar;E:\maven\resources\com\github\virtuald\curvesapi\1.06\curvesapi-1.06.jar;E:\maven\resources\org\yaml\snakeyaml\1.28\snakeyaml-1.28.jar;E:\maven\resources\io\jsonwebtoken\jjwt\0.9.1\jjwt-0.9.1.jar;E:\maven\resources\javax\xml\bind\jaxb-api\2.3.1\jaxb-api-2.3.1.jar;E:\maven\resources\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-data-redis\2.5.8\spring-boot-starter-data-redis-2.5.8.jar;E:\maven\resources\org\springframework\data\spring-data-redis\2.5.7\spring-data-redis-2.5.7.jar;E:\maven\resources\org\springframework\data\spring-data-keyvalue\2.5.7\spring-data-keyvalue-2.5.7.jar;E:\maven\resources\org\springframework\data\spring-data-commons\2.5.7\spring-data-commons-2.5.7.jar;E:\maven\resources\org\springframework\spring-oxm\5.3.14\spring-oxm-5.3.14.jar;E:\maven\resources\io\lettuce\lettuce-core\6.1.5.RELEASE\lettuce-core-6.1.5.RELEASE.jar;E:\maven\resources\io\netty\netty-common\4.1.72.Final\netty-common-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-handler\4.1.72.Final\netty-handler-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-resolver\4.1.72.Final\netty-resolver-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-buffer\4.1.72.Final\netty-buffer-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec\4.1.72.Final\netty-codec-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-tcnative-classes\2.0.46.Final\netty-tcnative-classes-2.0.46.Final.jar;E:\maven\resources\io\netty\netty-transport\4.1.72.Final\netty-transport-4.1.72.Final.jar;E:\maven\resources\org\apache\commons\commons-pool2\2.9.0\commons-pool2-2.9.0.jar;E:\maven\resources\eu\bitwalker\UserAgentUtils\1.21\UserAgentUtils-1.21.jar;E:\maven\resources\javax\servlet\javax.servlet-api\4.0.1\javax.servlet-api-4.0.1.jar;E:\maven\resources\cn\hutool\hutool-all\5.8.11\hutool-all-5.8.11.jar;E:\maven\resources\com\baomidou\mybatis-plus-annotation\3.4.1\mybatis-plus-annotation-3.4.1.jar;E:\maven\resources\io\minio\minio\8.4.3\minio-8.4.3.jar;E:\maven\resources\com\carrotsearch\thirdparty\simple-xml-safe\2.7.1\simple-xml-safe-2.7.1.jar;E:\maven\resources\com\fasterxml\jackson\core\jackson-core\2.12.6\jackson-core-2.12.6.jar;E:\maven\resources\org\bouncycastle\bcprov-jdk15on\1.69\bcprov-jdk15on-1.69.jar;E:\maven\resources\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;E:\maven\resources\org\xerial\snappy\snappy-java\1.1.8.4\snappy-java-1.1.8.4.jar;E:\maven\resources\com\squareup\okhttp3\okhttp\4.8.1\okhttp-4.8.1.jar;E:\maven\resources\com\squareup\okio\okio\2.7.0\okio-2.7.0.jar;E:\maven\resources\org\jetbrains\kotlin\kotlin-stdlib-common\1.5.32\kotlin-stdlib-common-1.5.32.jar;E:\maven\resources\org\jetbrains\kotlin\kotlin-stdlib\1.5.32\kotlin-stdlib-1.5.32.jar;E:\maven\resources\org\jetbrains\annotations\13.0\annotations-13.0.jar;F:\citcc\dpm\citcc4-frame\citcc4-web-socket\target\classes;E:\maven\resources\org\springframework\boot\spring-boot-starter-websocket\2.5.8\spring-boot-starter-websocket-2.5.8.jar;E:\maven\resources\org\springframework\spring-messaging\5.3.14\spring-messaging-5.3.14.jar;E:\maven\resources\org\springframework\spring-websocket\5.3.14\spring-websocket-5.3.14.jar;F:\citcc\dpm\citcc4-frame\citcc4-utils\target\classes;E:\maven\resources\org\springframework\spring-context\5.3.14\spring-context-5.3.14.jar;E:\maven\resources\org\springframework\spring-expression\5.3.14\spring-expression-5.3.14.jar;E:\maven\resources\org\springframework\boot\spring-boot-devtools\2.5.8\spring-boot-devtools-2.5.8.jar;E:\maven\resources\org\springframework\boot\spring-boot\2.5.8\spring-boot-2.5.8.jar;E:\maven\resources\org\springframework\spring-core\5.3.14\spring-core-5.3.14.jar;E:\maven\resources\org\springframework\spring-jcl\5.3.14\spring-jcl-5.3.14.jar;E:\maven\resources\org\springframework\boot\spring-boot-autoconfigure\2.5.8\spring-boot-autoconfigure-2.5.8.jar;E:\maven\resources\io\springfox\springfox-swagger2\2.9.2\springfox-swagger2-2.9.2.jar;E:\maven\resources\io\swagger\swagger-annotations\1.5.22\swagger-annotations-1.5.22.jar;E:\maven\resources\io\springfox\springfox-spi\2.9.2\springfox-spi-2.9.2.jar;E:\maven\resources\io\springfox\springfox-core\2.9.2\springfox-core-2.9.2.jar;E:\maven\resources\net\bytebuddy\byte-buddy\1.10.22\byte-buddy-1.10.22.jar;E:\maven\resources\io\springfox\springfox-schema\2.9.2\springfox-schema-2.9.2.jar;E:\maven\resources\io\springfox\springfox-swagger-common\2.9.2\springfox-swagger-common-2.9.2.jar;E:\maven\resources\io\springfox\springfox-spring-web\2.9.2\springfox-spring-web-2.9.2.jar;E:\maven\resources\com\google\guava\guava\20.0\guava-20.0.jar;E:\maven\resources\com\fasterxml\classmate\1.5.1\classmate-1.5.1.jar;E:\maven\resources\org\slf4j\slf4j-api\1.7.32\slf4j-api-1.7.32.jar;E:\maven\resources\org\springframework\plugin\spring-plugin-core\1.2.0.RELEASE\spring-plugin-core-1.2.0.RELEASE.jar;E:\maven\resources\org\springframework\spring-beans\5.3.14\spring-beans-5.3.14.jar;E:\maven\resources\org\springframework\spring-aop\5.3.14\spring-aop-5.3.14.jar;E:\maven\resources\org\springframework\plugin\spring-plugin-metadata\1.2.0.RELEASE\spring-plugin-metadata-1.2.0.RELEASE.jar;E:\maven\resources\org\mapstruct\mapstruct\1.2.0.Final\mapstruct-1.2.0.Final.jar;E:\maven\resources\io\springfox\springfox-swagger-ui\2.9.2\springfox-swagger-ui-2.9.2.jar;E:\maven\resources\com\github\xiaoymin\knife4j-spring-boot-starter\2.0.4\knife4j-spring-boot-starter-2.0.4.jar;E:\maven\resources\com\github\xiaoymin\knife4j-spring-boot-autoconfigure\2.0.4\knife4j-spring-boot-autoconfigure-2.0.4.jar;E:\maven\resources\com\github\xiaoymin\knife4j-spring\2.0.4\knife4j-spring-2.0.4.jar;E:\maven\resources\com\github\xiaoymin\knife4j-annotations\2.0.4\knife4j-annotations-2.0.4.jar;E:\maven\resources\com\github\xiaoymin\knife4j-core\2.0.4\knife4j-core-2.0.4.jar;E:\maven\resources\org\javassist\javassist\3.25.0-GA\javassist-3.25.0-GA.jar;E:\maven\resources\io\springfox\springfox-bean-validators\2.9.2\springfox-bean-validators-2.9.2.jar;E:\maven\resources\com\github\xiaoymin\knife4j-spring-ui\2.0.4\knife4j-spring-ui-2.0.4.jar;E:\maven\resources\io\swagger\swagger-models\1.6.2\swagger-models-1.6.2.jar;E:\maven\resources\com\fasterxml\jackson\core\jackson-annotations\2.12.6\jackson-annotations-2.12.6.jar;E:\maven\resources\mysql\mysql-connector-java\8.0.27\mysql-connector-java-8.0.27.jar;F:\citcc\dpm\citcc4-frame\citcc4-framework\target\classes;E:\maven\resources\org\springframework\boot\spring-boot-starter-web\2.5.8\spring-boot-starter-web-2.5.8.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter\2.5.8\spring-boot-starter-2.5.8.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-logging\2.5.8\spring-boot-starter-logging-2.5.8.jar;E:\maven\resources\org\apache\logging\log4j\log4j-to-slf4j\2.17.1\log4j-to-slf4j-2.17.1.jar;E:\maven\resources\org\apache\logging\log4j\log4j-api\2.17.1\log4j-api-2.17.1.jar;E:\maven\resources\org\slf4j\jul-to-slf4j\1.7.32\jul-to-slf4j-1.7.32.jar;E:\maven\resources\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-json\2.5.8\spring-boot-starter-json-2.5.8.jar;E:\maven\resources\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.12.6\jackson-datatype-jdk8-2.12.6.jar;E:\maven\resources\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.12.6\jackson-datatype-jsr310-2.12.6.jar;E:\maven\resources\com\fasterxml\jackson\module\jackson-module-parameter-names\2.12.6\jackson-module-parameter-names-2.12.6.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-tomcat\2.5.8\spring-boot-starter-tomcat-2.5.8.jar;E:\maven\resources\org\apache\tomcat\embed\tomcat-embed-core\9.0.56\tomcat-embed-core-9.0.56.jar;E:\maven\resources\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.56\tomcat-embed-websocket-9.0.56.jar;E:\maven\resources\org\springframework\spring-webmvc\5.3.14\spring-webmvc-5.3.14.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-aop\2.5.8\spring-boot-starter-aop-2.5.8.jar;E:\maven\resources\org\aspectj\aspectjweaver\1.9.7\aspectjweaver-1.9.7.jar;E:\maven\resources\com\alibaba\druid-spring-boot-starter\1.2.8\druid-spring-boot-starter-1.2.8.jar;E:\maven\resources\com\alibaba\druid\1.2.8\druid-1.2.8.jar;E:\maven\resources\javax\annotation\javax.annotation-api\1.3.2\javax.annotation-api-1.3.2.jar;E:\maven\resources\com\github\penggle\kaptcha\2.3.2\kaptcha-2.3.2.jar;E:\maven\resources\com\jhlabs\filters\2.0.235-1\filters-2.0.235-1.jar;E:\maven\resources\com\github\oshi\oshi-core\5.8.6\oshi-core-5.8.6.jar;E:\maven\resources\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;E:\maven\resources\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;F:\citcc\dpm\citcc4-biz\target\classes;E:\maven\resources\org\springframework\integration\spring-integration-stream\5.5.7\spring-integration-stream-5.5.7.jar;E:\maven\resources\org\springframework\integration\spring-integration-core\5.5.7\spring-integration-core-5.5.7.jar;E:\maven\resources\org\springframework\spring-tx\5.3.14\spring-tx-5.3.14.jar;E:\maven\resources\org\springframework\retry\spring-retry\1.3.1\spring-retry-1.3.1.jar;E:\maven\resources\io\projectreactor\reactor-core\3.4.13\reactor-core-3.4.13.jar;E:\maven\resources\org\reactivestreams\reactive-streams\1.0.3\reactive-streams-1.0.3.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-integration\2.5.8\spring-boot-starter-integration-2.5.8.jar;E:\maven\resources\org\springframework\integration\spring-integration-mqtt\5.5.7\spring-integration-mqtt-5.5.7.jar;E:\maven\resources\org\eclipse\paho\org.eclipse.paho.client.mqttv3\1.2.1\org.eclipse.paho.client.mqttv3-1.2.1.jar;F:\citcc\dpm\citcc4-frame\citcc4-ehcache\target\classes;E:\maven\resources\net\sf\ehcache\ehcache\2.10.9.2\ehcache-2.10.9.2.jar;E:\maven\resources\com\baomidou\mybatis-plus-generator\3.4.1\mybatis-plus-generator-3.4.1.jar;F:\citcc\dpm\citcc4-frame\citcc4-third-service\target\classes;E:\maven\resources\com\sun\mail\jakarta.mail\1.6.7\jakarta.mail-1.6.7.jar;E:\maven\resources\com\sun\activation\jakarta.activation\1.2.2\jakarta.activation-1.2.2.jar;E:\maven\resources\org\apache\dubbo\dubbo\2.7.15\dubbo-2.7.15.jar;E:\maven\resources\com\alibaba\spring\spring-context-support\1.0.11\spring-context-support-1.0.11.jar;E:\maven\resources\io\netty\netty-all\4.1.72.Final\netty-all-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-dns\4.1.72.Final\netty-codec-dns-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-haproxy\4.1.72.Final\netty-codec-haproxy-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-http\4.1.72.Final\netty-codec-http-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-http2\4.1.72.Final\netty-codec-http2-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-memcache\4.1.72.Final\netty-codec-memcache-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-mqtt\4.1.72.Final\netty-codec-mqtt-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-redis\4.1.72.Final\netty-codec-redis-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-smtp\4.1.72.Final\netty-codec-smtp-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-socks\4.1.72.Final\netty-codec-socks-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-stomp\4.1.72.Final\netty-codec-stomp-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-codec-xml\4.1.72.Final\netty-codec-xml-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-handler-proxy\4.1.72.Final\netty-handler-proxy-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-resolver-dns\4.1.72.Final\netty-resolver-dns-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-rxtx\4.1.72.Final\netty-transport-rxtx-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-sctp\4.1.72.Final\netty-transport-sctp-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-udt\4.1.72.Final\netty-transport-udt-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-classes-epoll\4.1.72.Final\netty-transport-classes-epoll-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-native-unix-common\4.1.72.Final\netty-transport-native-unix-common-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-classes-kqueue\4.1.72.Final\netty-transport-classes-kqueue-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-resolver-dns-classes-macos\4.1.72.Final\netty-resolver-dns-classes-macos-4.1.72.Final.jar;E:\maven\resources\io\netty\netty-transport-native-epoll\4.1.72.Final\netty-transport-native-epoll-4.1.72.Final-linux-x86_64.jar;E:\maven\resources\io\netty\netty-transport-native-epoll\4.1.72.Final\netty-transport-native-epoll-4.1.72.Final-linux-aarch_64.jar;E:\maven\resources\io\netty\netty-transport-native-kqueue\4.1.72.Final\netty-transport-native-kqueue-4.1.72.Final-osx-x86_64.jar;E:\maven\resources\io\netty\netty-transport-native-kqueue\4.1.72.Final\netty-transport-native-kqueue-4.1.72.Final-osx-aarch_64.jar;E:\maven\resources\io\netty\netty-resolver-dns-native-macos\4.1.72.Final\netty-resolver-dns-native-macos-4.1.72.Final-osx-x86_64.jar;E:\maven\resources\io\netty\netty-resolver-dns-native-macos\4.1.72.Final\netty-resolver-dns-native-macos-4.1.72.Final-osx-aarch_64.jar;E:\maven\resources\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;E:\maven\resources\com\belerweb\pinyin4j\2.5.0\pinyin4j-2.5.0.jar;F:\citcc\dpm\citcc4-frame\citcc4-quartz\target\classes;E:\maven\resources\org\quartz-scheduler\quartz\2.3.2\quartz-2.3.2.jar;E:\maven\resources\com\mchange\mchange-commons-java\0.2.15\mchange-commons-java-0.2.15.jar;F:\citcc\dpm\citcc4-frame\citcc4-generator\target\classes;E:\maven\resources\org\apache\velocity\velocity-engine-core\2.3\velocity-engine-core-2.3.jar;E:\maven\resources\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;E:\maven\resources\cn\smallbun\screw\screw-core\1.0.5\screw-core-1.0.5.jar;E:\maven\resources\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;E:\maven\resources\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;E:\maven\resources\org\freemarker\freemarker\2.3.31\freemarker-2.3.31.jar;E:\maven\resources\ch\qos\logback\logback-classic\1.2.9\logback-classic-1.2.9.jar;E:\maven\resources\ch\qos\logback\logback-core\1.2.9\logback-core-1.2.9.jar;E:\maven\resources\com\alibaba\fastjson\2.0.23\fastjson-2.0.23.jar;E:\maven\resources\com\alibaba\fastjson2\fastjson2-extension\2.0.23\fastjson2-extension-2.0.23.jar;E:\maven\resources\com\baomidou\mybatis-plus-boot-starter\3.4.1\mybatis-plus-boot-starter-3.4.1.jar;E:\maven\resources\com\baomidou\mybatis-plus\3.4.1\mybatis-plus-3.4.1.jar;E:\maven\resources\com\baomidou\mybatis-plus-extension\3.4.1\mybatis-plus-extension-3.4.1.jar;E:\maven\resources\com\baomidou\mybatis-plus-core\3.4.1\mybatis-plus-core-3.4.1.jar;E:\maven\resources\org\mybatis\mybatis-spring\2.0.5\mybatis-spring-2.0.5.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-jdbc\2.5.8\spring-boot-starter-jdbc-2.5.8.jar;E:\maven\resources\com\zaxxer\HikariCP\4.0.3\HikariCP-4.0.3.jar;E:\maven\resources\org\springframework\spring-jdbc\5.3.14\spring-jdbc-5.3.14.jar;E:\maven\resources\com\baomidou\dynamic-datasource-spring-boot-starter\3.5.0\dynamic-datasource-spring-boot-starter-3.5.0.jar;E:\maven\resources\de\codecentric\spring-boot-admin-starter-server\2.3.1\spring-boot-admin-starter-server-2.3.1.jar;E:\maven\resources\de\codecentric\spring-boot-admin-server\2.3.1\spring-boot-admin-server-2.3.1.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-webflux\2.5.8\spring-boot-starter-webflux-2.5.8.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-reactor-netty\2.5.8\spring-boot-starter-reactor-netty-2.5.8.jar;E:\maven\resources\io\projectreactor\netty\reactor-netty-http\1.0.14\reactor-netty-http-1.0.14.jar;E:\maven\resources\io\projectreactor\netty\reactor-netty-core\1.0.14\reactor-netty-core-1.0.14.jar;E:\maven\resources\org\springframework\spring-webflux\5.3.14\spring-webflux-5.3.14.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-thymeleaf\2.5.8\spring-boot-starter-thymeleaf-2.5.8.jar;E:\maven\resources\org\thymeleaf\thymeleaf-spring5\3.0.14.RELEASE\thymeleaf-spring5-3.0.14.RELEASE.jar;E:\maven\resources\org\thymeleaf\thymeleaf\3.0.14.RELEASE\thymeleaf-3.0.14.RELEASE.jar;E:\maven\resources\org\attoparser\attoparser\2.0.5.RELEASE\attoparser-2.0.5.RELEASE.jar;E:\maven\resources\org\unbescape\unbescape\1.1.6.RELEASE\unbescape-1.1.6.RELEASE.jar;E:\maven\resources\org\thymeleaf\extras\thymeleaf-extras-java8time\3.0.4.RELEASE\thymeleaf-extras-java8time-3.0.4.RELEASE.jar;E:\maven\resources\org\springframework\boot\spring-boot-starter-actuator\2.5.8\spring-boot-starter-actuator-2.5.8.jar;E:\maven\resources\org\springframework\boot\spring-boot-actuator-autoconfigure\2.5.8\spring-boot-actuator-autoconfigure-2.5.8.jar;E:\maven\resources\org\springframework\boot\spring-boot-actuator\2.5.8\spring-boot-actuator-2.5.8.jar;E:\maven\resources\io\micrometer\micrometer-core\1.7.7\micrometer-core-1.7.7.jar;E:\maven\resources\org\hdrhistogram\HdrHistogram\2.1.12\HdrHistogram-2.1.12.jar;E:\maven\resources\org\latencyutils\LatencyUtils\2.0.3\LatencyUtils-2.0.3.jar;E:\maven\resources\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;E:\maven\resources\org\apache\httpcomponents\httpcore\4.4.15\httpcore-4.4.15.jar;E:\maven\resources\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;E:\maven\resources\io\projectreactor\addons\reactor-extra\3.4.6\reactor-extra-3.4.6.jar;E:\maven\resources\de\codecentric\spring-boot-admin-server-ui\2.3.1\spring-boot-admin-server-ui-2.3.1.jar;E:\maven\resources\de\codecentric\spring-boot-admin-server-cloud\2.3.1\spring-boot-admin-server-cloud-2.3.1.jar;F:\citcc\dpm\citcc4-dpm-flowable\target\classes;E:\maven\resources\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;E:\maven\resources\com\fasterxml\jackson\core\jackson-databind\2.12.6\jackson-databind-2.12.6.jar;E:\maven\resources\com\alibaba\fastjson2\fastjson2\2.0.23\fastjson2-2.0.23.jar;E:\maven\resources\org\flowable\flowable-spring-boot-starter\6.7.2\flowable-spring-boot-starter-6.7.2.jar;E:\maven\resources\org\flowable\flowable-spring-boot-autoconfigure\6.7.2\flowable-spring-boot-autoconfigure-6.7.2.jar;E:\maven\resources\org\flowable\flowable-spring-boot-starter-app\6.7.2\flowable-spring-boot-starter-app-6.7.2.jar;E:\maven\resources\org\flowable\flowable-app-engine\6.7.2\flowable-app-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-app-engine-api\6.7.2\flowable-app-engine-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-engine-common-api\6.7.2\flowable-engine-common-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-idm-engine\6.7.2\flowable-idm-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry\6.7.2\flowable-event-registry-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry-model\6.7.2\flowable-event-registry-model-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry-json-converter\6.7.2\flowable-event-registry-json-converter-6.7.2.jar;E:\maven\resources\org\flowable\flowable-eventsubscription-service-api\6.7.2\flowable-eventsubscription-service-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry-configurator\6.7.2\flowable-event-registry-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-variable-service\6.7.2\flowable-variable-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-identitylink-service\6.7.2\flowable-identitylink-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-identitylink-service-api\6.7.2\flowable-identitylink-service-api-6.7.2.jar;E:\maven\resources\org\liquibase\liquibase-core\4.3.5\liquibase-core-4.3.5.jar;E:\maven\resources\com\fasterxml\uuid\java-uuid-generator\3.3.0\java-uuid-generator-3.3.0.jar;E:\maven\resources\org\flowable\flowable-dmn-api\6.7.2\flowable-dmn-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-app-engine-spring\6.7.2\flowable-app-engine-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry-spring-configurator\6.7.2\flowable-event-registry-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry-spring\6.7.2\flowable-event-registry-spring-6.7.2.jar;E:\maven\resources\org\slf4j\jcl-over-slf4j\1.7.32\jcl-over-slf4j-1.7.32.jar;E:\maven\resources\org\flowable\flowable-spring-boot-starter-process\6.7.2\flowable-spring-boot-starter-process-6.7.2.jar;E:\maven\resources\org\flowable\flowable-engine\6.7.2\flowable-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-bpmn-converter\6.7.2\flowable-bpmn-converter-6.7.2.jar;E:\maven\resources\org\flowable\flowable-bpmn-model\6.7.2\flowable-bpmn-model-6.7.2.jar;E:\maven\resources\org\flowable\flowable-process-validation\6.7.2\flowable-process-validation-6.7.2.jar;E:\maven\resources\org\flowable\flowable-image-generator\6.7.2\flowable-image-generator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-entitylink-service\6.7.2\flowable-entitylink-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-entitylink-service-api\6.7.2\flowable-entitylink-service-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-eventsubscription-service\6.7.2\flowable-eventsubscription-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-task-service\6.7.2\flowable-task-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-task-service-api\6.7.2\flowable-task-service-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-job-service\6.7.2\flowable-job-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-job-service-api\6.7.2\flowable-job-service-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-batch-service\6.7.2\flowable-batch-service-6.7.2.jar;E:\maven\resources\org\flowable\flowable-batch-service-api\6.7.2\flowable-batch-service-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-idm-api\6.7.2\flowable-idm-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-api\6.7.2\flowable-cmmn-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-model\6.7.2\flowable-cmmn-model-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-model\6.7.2\flowable-form-model-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-api\6.7.2\flowable-form-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-content-api\6.7.2\flowable-content-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-http-common\6.7.2\flowable-http-common-6.7.2.jar;E:\maven\resources\org\apache\commons\commons-email\1.5\commons-email-1.5.jar;E:\maven\resources\com\sun\mail\javax.mail\1.5.6\javax.mail-1.5.6.jar;E:\maven\resources\javax\activation\activation\1.1\activation-1.1.jar;E:\maven\resources\joda-time\joda-time\2.10.10\joda-time-2.10.10.jar;E:\maven\resources\org\flowable\flowable-spring\6.7.2\flowable-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-job-spring-service\6.7.2\flowable-job-spring-service-6.7.2.jar;E:\maven\resources\org\springframework\spring-orm\5.3.14\spring-orm-5.3.14.jar;E:\maven\resources\org\flowable\flowable-spring-boot-starter-cmmn\6.7.2\flowable-spring-boot-starter-cmmn-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-engine\6.7.2\flowable-cmmn-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-image-generator\6.7.2\flowable-cmmn-image-generator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-converter\6.7.2\flowable-cmmn-converter-6.7.2.jar;E:\maven\resources\org\flowable\flowable-case-validation\6.7.2\flowable-case-validation-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-spring\6.7.2\flowable-cmmn-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-spring-boot-starter-dmn\6.7.2\flowable-spring-boot-starter-dmn-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-engine\6.7.2\flowable-dmn-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-model\6.7.2\flowable-dmn-model-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-xml-converter\6.7.2\flowable-dmn-xml-converter-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-image-generator\6.7.2\flowable-dmn-image-generator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-spring\6.7.2\flowable-dmn-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-spring-configurator\6.7.2\flowable-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-engine-configurator\6.7.2\flowable-engine-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-spring-configurator\6.7.2\flowable-cmmn-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-cmmn-engine-configurator\6.7.2\flowable-cmmn-engine-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-spring-configurator\6.7.2\flowable-dmn-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-dmn-engine-configurator\6.7.2\flowable-dmn-engine-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-spring-configurator\6.7.2\flowable-form-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-spring\6.7.2\flowable-form-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-engine\6.7.2\flowable-form-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-json-converter\6.7.2\flowable-form-json-converter-6.7.2.jar;E:\maven\resources\org\flowable\flowable-form-engine-configurator\6.7.2\flowable-form-engine-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-content-spring-configurator\6.7.2\flowable-content-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-content-spring\6.7.2\flowable-content-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-content-engine\6.7.2\flowable-content-engine-6.7.2.jar;E:\maven\resources\org\flowable\flowable-content-engine-configurator\6.7.2\flowable-content-engine-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-idm-spring-configurator\6.7.2\flowable-idm-spring-configurator-6.7.2.jar;E:\maven\resources\org\flowable\flowable-engine-common\6.7.2\flowable-engine-common-6.7.2.jar;E:\maven\resources\org\flowable\flowable-variable-service-api\6.7.2\flowable-variable-service-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-event-registry-api\6.7.2\flowable-event-registry-api-6.7.2.jar;E:\maven\resources\org\flowable\flowable-spring-common\6.7.2\flowable-spring-common-6.7.2.jar;E:\maven\resources\org\flowable\flowable-idm-spring\6.7.2\flowable-idm-spring-6.7.2.jar;E:\maven\resources\org\flowable\flowable-idm-engine-configurator\6.7.2\flowable-idm-engine-configurator-6.7.2.jar;E:\maven\resources\com\googlecode\aviator\aviator\5.3.3\aviator-5.3.3.jar;E:\maven\resources\org\projectlombok\lombok\1.18.20\lombok-1.18.20.jar;D:\idea\IntelliJ IDEA 2019.2\lib\idea_rt.jar" com.citcc4.AdminApplication
Connected to the target VM, address: '127.0.0.1:50935', transport: 'socket'
Application Version: 1.0.0
Spring Boot Version: 2.5.8

       .__  __                  _____                       .___      .__                     .___
  ____ |__|/  |_  ____  ____   /  |  |          _____     __| _/_____ |__| ____             __| _/_____   _____
_/ ___\|  \   __\/ ___\/ ___\ /   |  |_  ______ \__  \   / __ |/     \|  |/    \   ______  / __ |\____ \ /     \
\  \___|  ||  | \  \__\  \___/    ^   / /_____/  / __ \_/ /_/ |  Y Y  \  |   |  \ /_____/ / /_/ ||  |_> >  Y Y  \
 \___  >__||__|  \___  >___  >____   |          (____  /\____ |__|_|  /__|___|  /         \____ ||   __/|__|_|  /
     \/              \/    \/     |__|               \/      \/     \/        \/               \/|__|         \/

15:22:01.871 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.0.Final
15:22:01.883 [restartedMain] INFO  c.c.AdminApplication - [logStarting,55] - Starting AdminApplication using Java 1.8.0_231 on DESKTOP-HIAAR0N with PID 66472 (F:\citcc\dpm\citcc4-admin-dpm\target\classes started by HUAWEI in F:\citcc\dpm)
15:22:01.883 [restartedMain] INFO  c.c.AdminApplication - [logStartupProfileInfo,674] - The following profiles are active: dev
15:22:05.919 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysTenantMapper' and 'com.citcc4.system.tenant.mapper.SysTenantMapper' mapperInterface. Bean already defined with the same name!
15:22:05.919 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'tenantPacMapper' and 'com.citcc4.system.tenantPac.mapper.TenantPacMapper' mapperInterface. Bean already defined with the same name!
15:22:05.919 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysTenantPacMenuMapper' and 'com.citcc4.system.tenantPacMenu.mapper.SysTenantPacMenuMapper' mapperInterface. Bean already defined with the same name!
15:22:05.919 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysTenantPageConfigMapper' and 'com.citcc4.system.tenantPageConfig.mapper.SysTenantPageConfigMapper' mapperInterface. Bean already defined with the same name!
15:22:05.926 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'flowDeployMapper' and 'com.citcc4.system.mapper.FlowDeployMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysConfigMapper' and 'com.citcc4.system.mapper.SysConfigMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysDeployFormMapper' and 'com.citcc4.system.mapper.SysDeployFormMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysDeptMapper' and 'com.citcc4.system.mapper.SysDeptMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysDictDataMapper' and 'com.citcc4.system.mapper.SysDictDataMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysDictTypeMapper' and 'com.citcc4.system.mapper.SysDictTypeMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysExpressionMapper' and 'com.citcc4.system.mapper.SysExpressionMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysFormMapper' and 'com.citcc4.system.mapper.SysFormMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysListenerMapper' and 'com.citcc4.system.mapper.SysListenerMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysLogininforMapper' and 'com.citcc4.system.mapper.SysLogininforMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysMenuMapper' and 'com.citcc4.system.mapper.SysMenuMapper' mapperInterface. Bean already defined with the same name!
15:22:05.927 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysNoticeMapper' and 'com.citcc4.system.mapper.SysNoticeMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysOperLogMapper' and 'com.citcc4.system.mapper.SysOperLogMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysPostMapper' and 'com.citcc4.system.mapper.SysPostMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysRoleDeptMapper' and 'com.citcc4.system.mapper.SysRoleDeptMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysRoleMapper' and 'com.citcc4.system.mapper.SysRoleMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysRoleMenuMapper' and 'com.citcc4.system.mapper.SysRoleMenuMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysTaskFormMapper' and 'com.citcc4.system.mapper.SysTaskFormMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysUserMapper' and 'com.citcc4.system.mapper.SysUserMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysUserPostMapper' and 'com.citcc4.system.mapper.SysUserPostMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysUserRoleMapper' and 'com.citcc4.system.mapper.SysUserRoleMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysJobLogMapper' and 'com.citcc4.quartz.mapper.SysJobLogMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'sysJobMapper' and 'com.citcc4.quartz.mapper.SysJobMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'genTableColumnMapper' and 'com.citcc4.generator.mapper.GenTableColumnMapper' mapperInterface. Bean already defined with the same name!
15:22:05.928 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - Skipping MapperFactoryBean with name 'genTableMapper' and 'com.citcc4.generator.mapper.GenTableMapper' mapperInterface. Bean already defined with the same name!
15:22:05.929 [restartedMain] WARN  o.m.s.m.ClassPathMapperScanner - [warn,44] - No MyBatis mapper was found in '[com.citcc4.*.*.mapper, com.citcc4.*.mapper]' package. Please check your configuration.
15:22:08.623 [restartedMain] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-28181"]
15:22:08.623 [restartedMain] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:22:08.624 [restartedMain] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.56]
15:22:08.836 [restartedMain] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
 _ _   |_  _ _|_. ___ _ |    _ 
| | |\/|_)(_| | |_\  |_)||_|_\ 
     /               |         
                        3.4.1 
15:22:15.285 [restartedMain] INFO  c.a.d.p.DruidDataSource - [init,998] - {dataSource-1} inited
15:22:18.477 [restartedMain] INFO  o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
15:22:18.502 [restartedMain] INFO  o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
15:22:18.502 [restartedMain] INFO  o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
15:22:18.510 [restartedMain] INFO  o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'RuoyiScheduler' with instanceId 'DESKTOP-HIAAR0N1679383338480'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.

15:22:18.511 [restartedMain] INFO  o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'RuoyiScheduler' initialized from an externally provided properties instance.
15:22:18.511 [restartedMain] INFO  o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
15:22:18.514 [restartedMain] INFO  o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@3d1424eb
15:22:19.487 [restartedMain] INFO  o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
15:22:19.530 [restartedMain] WARN  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - [refresh,591] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flowDefinitionController': Unsatisfied dependency expressed through field 'flowDefinitionService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowDefinitionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'repositoryServiceBean' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngine' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration$AlreadyInitializedAppEngineConfiguration.class]: Unsatisfied dependency expressed through method 'processEngine' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration': Unsatisfied dependency expressed through method 'setEngineConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
15:22:19.530 [restartedMain] INFO  o.q.c.QuartzScheduler - [shutdown,666] - Scheduler RuoyiScheduler_$_DESKTOP-HIAAR0N1679383338480 shutting down.
15:22:19.530 [restartedMain] INFO  o.q.c.QuartzScheduler - [standby,585] - Scheduler RuoyiScheduler_$_DESKTOP-HIAAR0N1679383338480 paused.
15:22:19.531 [restartedMain] INFO  o.q.c.QuartzScheduler - [shutdown,740] - Scheduler RuoyiScheduler_$_DESKTOP-HIAAR0N1679383338480 shutdown complete.
15:22:19.531 [restartedMain] INFO  sys-user - [shutdownAsyncManager,32] - ====关闭后台任务任务线程池====
15:22:19.532 [restartedMain] WARN  o.s.c.a.CommonAnnotationBeanPostProcessor - [postProcessBeforeDestruction,185] - Destroy method on bean with name 'shutdownManager' threw an exception: java.lang.ExceptionInInitializerError
15:22:19.535 [restartedMain] INFO  c.a.d.p.DruidDataSource - [close,2071] - {dataSource-1} closing ...
15:22:19.544 [restartedMain] INFO  c.a.d.p.DruidDataSource - [close,2144] - {dataSource-1} closed
15:22:19.675 [restartedMain] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
15:22:19.679 [restartedMain] WARN  o.a.c.l.WebappClassLoaderBase - [log,173] - The web application [ROOT] appears to have started a thread named [Thread-6] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.net.dns.ResolverConfigurationImpl.notifyAddrChange0(Native Method)
 sun.net.dns.ResolverConfigurationImpl$AddressChangeListener.run(ResolverConfigurationImpl.java:144)
15:22:19.753 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,854] - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flowDefinitionController': Unsatisfied dependency expressed through field 'flowDefinitionService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowDefinitionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'repositoryServiceBean' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngine' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration$AlreadyInitializedAppEngineConfiguration.class]: Unsatisfied dependency expressed through method 'processEngine' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration': Unsatisfied dependency expressed through method 'setEngineConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:765)
    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:445)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
    at com.citcc4.AdminApplication.main(AdminApplication.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'flowDefinitionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'repositoryServiceBean' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngine' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration$AlreadyInitializedAppEngineConfiguration.class]: Unsatisfied dependency expressed through method 'processEngine' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration': Unsatisfied dependency expressed through method 'setEngineConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
    ... 25 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceBean' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration.class]: Unsatisfied dependency expressed through method 'repositoryServiceBean' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngine' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration$AlreadyInitializedAppEngineConfiguration.class]: Unsatisfied dependency expressed through method 'processEngine' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration': Unsatisfied dependency expressed through method 'setEngineConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:544)
    at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:520)
    at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:673)
    at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
    at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329)
    ... 36 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngine' defined in class path resource [org/flowable/spring/boot/ProcessEngineServicesAutoConfiguration$AlreadyInitializedAppEngineConfiguration.class]: Unsatisfied dependency expressed through method 'processEngine' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration': Unsatisfied dependency expressed through method 'setEngineConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
    ... 54 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration': Unsatisfied dependency expressed through method 'setEngineConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.resolveMethodArguments(AutowiredAnnotationBeanPostProcessor.java:767)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:719)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:410)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
    ... 68 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processAppEngineConfigurationConfigurer' defined in class path resource
[org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processAppEngineConfigurationConfigurer' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1607)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1571)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1460)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1347)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.resolveMethodArguments(AutowiredAnnotationBeanPostProcessor.java:759)
    ... 92 common frames omitted
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'processEngineConfigurator' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration$ProcessEngineAppConfiguration.class]: Unsatisfied dependency expressed through method 'processEngineConfigurator' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
    ... 108 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springProcessEngineConfiguration' defined in class path resource [org/flowable/spring/boot/ProcessEngineAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
    ... 122 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flowable.spring.SpringProcessEngineConfiguration]: Factory method 'springProcessEngineConfiguration' threw exception; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
    ... 136 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.core.task.AsyncListenableTaskExecutor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Qualifier(value=applicationTaskExecutor)}
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1799)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1355)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.getObject(DefaultListableBeanFactory.java:1988)
    at org.flowable.spring.boot.ProcessEngineAutoConfiguration.springProcessEngineConfiguration(ProcessEngineAutoConfiguration.java:207)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
    ... 137 common frames omitted
Disconnected from the target VM, address: '127.0.0.1:50935', transport: 'socket'

Process finished with exit code 1

Guess you like

Origin blog.csdn.net/myloverisxin/article/details/129692701