微服务部署auth的时候,出现报错。如何解决?

发布于 2021-08-24 15:13:10

     10:08:01,715 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]

10:08:01,716 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]

10:08:01,716 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/shop/shop-auth.jar!/BOOT-INF/classes!/logback.xml]

10:08:01,841 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4bf558aa - URL [jar:file:/opt/shop/shop-auth.jar!/BOOT-INF/classes!/logback.xml] is not of type file

10:08:02,088 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set

10:08:02,130 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Will scan for changes in [jar:file:/opt/shop/shop-auth.jar!/BOOT-INF/classes!/logback.xml] 

10:08:02,130 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Setting ReconfigureOnChangeTask scanning period to 1 minutes

10:08:02,168 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@3:92 - no applicable action for [springProperty], current ElementPath  is [[configuration][springProperty]]

10:08:02,182 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]

10:08:02,190 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [console]

10:08:02,206 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property

10:08:02,372 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]

10:08:02,374 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file_info]

10:08:02,415 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@758705033 - No compression will be used

10:08:02,419 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@758705033 - Will use the pattern logs/yshop-auth/info/info.%d{yyyy-MM-dd}.log for the active file

10:08:02,423 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/yshop-auth/info/info.%d{yyyy-MM-dd}.log'.

10:08:02,423 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.

10:08:02,448 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Tue Aug 24 10:08:02 CST 2021

10:08:02,449 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property

10:08:02,451 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - Active log file name: logs/yshop-auth/info/info.2021-08-24.log

10:08:02,451 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_info] - File property is set to [null]

10:08:02,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]

10:08:02,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file_error]

10:08:02,452 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1604839423 - No compression will be used

10:08:02,452 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1604839423 - Will use the pattern logs/yshop-auth/error/error.%d{yyyy-MM-dd}.log for the active file

10:08:02,452 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/yshop-auth/error/error.%d{yyyy-MM-dd}.log'.

10:08:02,452 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.

10:08:02,453 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Tue Aug 24 10:08:02 CST 2021

10:08:02,453 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property

10:08:02,453 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - Active log file name: logs/yshop-auth/error/error.2021-08-24.log

10:08:02,453 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file_error] - File property is set to [null]

10:08:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [co.yixiang] to INFO

10:08:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to WARN

10:08:02,454 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO

10:08:02,454 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [console] to Logger[ROOT]

10:08:02,478 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO

10:08:02,478 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file_info] to Logger[ROOT]

10:08:02,478 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file_error] to Logger[ROOT]

10:08:02,478 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.

10:08:02,482 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4629104a - Registering current configuration as safe fallback point

2021-08-24 10:08:04 INFO  yshop-auth background-preinit org.hibernate.validator.internal.util.Version HV000001: Hibernate Validator 6.1.7.Final

Spring Boot Version: 2.4.8

Spring Application Name: yshop-auth

              __

  __ __ ___  / /  ___   ___

 / // /(_-< / _ \/ _ \ / _ \

 \_, //___//_//_/\___// .__/

/___/                /_/

2021-08-24 10:08:07 INFO  yshop-auth main com.alibaba.nacos.client.config.impl.LocalConfigInfoProcessor LOCAL_SNAPSHOT_PATH:/root/nacos/config

2021-08-24 10:08:07 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [RpcClientFactory] create a new rpc client of 276cda24-88f5-4c60-9ede-38bf5e26986a_config-0

2021-08-24 10:08:07 INFO  yshop-auth main org.reflections.Reflections Reflections took 259 ms to scan 1 urls, producing 3 keys and 6 values 

2021-08-24 10:08:08 INFO  yshop-auth main org.reflections.Reflections Reflections took 142 ms to scan 1 urls, producing 4 keys and 9 values 

2021-08-24 10:08:08 INFO  yshop-auth main org.reflections.Reflections Reflections took 164 ms to scan 1 urls, producing 3 keys and 10 values 

2021-08-24 10:08:09 INFO  yshop-auth main org.reflections.Reflections Reflections took 772 ms to scan 242 urls, producing 0 keys and 0 values 

2021-08-24 10:08:09 INFO  yshop-auth main org.reflections.Reflections Reflections took 23 ms to scan 1 urls, producing 1 keys and 5 values 

2021-08-24 10:08:09 INFO  yshop-auth main org.reflections.Reflections Reflections took 24 ms to scan 1 urls, producing 1 keys and 7 values 

2021-08-24 10:08:09 INFO  yshop-auth main org.reflections.Reflections Reflections took 24 ms to scan 1 urls, producing 2 keys and 8 values 

2021-08-24 10:08:09 INFO  yshop-auth main org.reflections.Reflections Reflections took 471 ms to scan 242 urls, producing 0 keys and 0 values 

2021-08-24 10:08:09 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]RpcClient init label, labels={module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}

2021-08-24 10:08:09 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$329/793315160

2021-08-24 10:08:09 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$330/270397815

2021-08-24 10:08:09 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1

2021-08-24 10:08:09 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]RpcClient init, ServerListFactory =com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2

2021-08-24 10:08:09 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0] Try to connect to server on start up, server: {serverIp='nacos', server main port=8848}

2021-08-24 10:08:11 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0] Success to connect to server [nacos:8848] on start up,connectionId=1629770890865_172.18.0.8_58198

2021-08-24 10:08:11 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler

2021-08-24 10:08:11 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4

2021-08-24 10:08:11 INFO  yshop-auth com.alibaba.nacos.client.remote.worker com.alibaba.nacos.common.remote.client [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0]Notify connected event to listeners.

2021-08-24 10:08:11 INFO  yshop-auth com.alibaba.nacos.client.remote.worker com.alibaba.nacos.client.config.impl.ClientWorker [276cda24-88f5-4c60-9ede-38bf5e26986a_config-0] Connected,notify listen context...

2021-08-24 10:08:11 INFO  yshop-auth main com.alibaba.nacos.client.config.impl.Limiter limitTime:5.0

2021-08-24 10:08:11 INFO  yshop-auth main com.alibaba.nacos.client.config.utils.JvmUtil isMultiInstance:false

2021-08-24 10:08:11 WARN  yshop-auth main com.alibaba.cloud.nacos.client.NacosPropertySourceBuilder Ignore the empty nacos configuration and get it based on dataId[yshop-auth] & group[DEFAULT_GROUP]

2021-08-24 10:08:11 INFO  yshop-auth main co.yixiang.auth.YshopAuthApplication The following profiles are active: prod

2021-08-24 10:08:18 WARN  yshop-auth main org.mybatis.spring.mapper.ClassPathMapperScanner No MyBatis mapper was found in '[co.yixiang]' package. Please check your configuration.

2021-08-24 10:08:19 INFO  yshop-auth main io.seata.spring.boot.autoconfigure.SeataAutoConfiguration Automatically configure Seata

2021-08-24 10:08:19 INFO  yshop-auth main io.seata.config.FileConfiguration The file name of the operation is registry

2021-08-24 10:08:20 INFO  yshop-auth main io.seata.config.ConfigurationFactory load Configuration:FileConfiguration$$EnhancerByCGLIB$$862af1eb

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [RpcClientFactory] create a new rpc client of be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]RpcClient init label, labels={module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$329/793315160

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$330/270397815

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]RpcClient init, ServerListFactory =com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0] Try to connect to server on start up, server: {serverIp='nacos', server main port=8848}

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0] Success to connect to server [nacos:8848] on start up,connectionId=1629770900575_172.18.0.8_58236

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler

2021-08-24 10:08:20 INFO  yshop-auth com.alibaba.nacos.client.remote.worker com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]Notify connected event to listeners.

2021-08-24 10:08:20 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4

2021-08-24 10:08:20 INFO  yshop-auth com.alibaba.nacos.client.remote.worker com.alibaba.nacos.client.config.impl.ClientWorker [be2fad44-5f8a-493d-9a06-542ae2d04fea_config-0] Connected,notify listen context...

2021-08-24 10:08:21 INFO  yshop-auth main io.seata.spring.annotation.GlobalTransactionScanner Initializing Global Transaction Clients ... 

2021-08-24 10:08:21 INFO  yshop-auth main io.seata.core.rpc.netty.NettyClientBootstrap NettyClientBootstrap has started

2021-08-24 10:08:21 INFO  yshop-auth main io.seata.spring.annotation.GlobalTransactionScanner Transaction Manager Client is initialized. applicationId[yshop-auth] txServiceGroup[mall_service_group_dev]

2021-08-24 10:08:21 INFO  yshop-auth main io.seata.rm.datasource.AsyncWorker Async Commit Buffer Limit: 10000

2021-08-24 10:08:22 INFO  yshop-auth main io.seata.rm.datasource.xa.ResourceManagerXA ResourceManagerXA init ...

2021-08-24 10:08:22 INFO  yshop-auth main io.seata.core.rpc.netty.NettyClientBootstrap NettyClientBootstrap has started

2021-08-24 10:08:22 INFO  yshop-auth main io.seata.spring.annotation.GlobalTransactionScanner Resource Manager is initialized. applicationId[yshop-auth] txServiceGroup[mall_service_group_dev]

2021-08-24 10:08:22 INFO  yshop-auth main io.seata.spring.annotation.GlobalTransactionScanner Global Transaction Clients are initialized. 

2021-08-24 10:08:25 INFO  yshop-auth main org.apache.coyote.http11.Http11NioProtocol Initializing ProtocolHandler ["http-nio-9200"]

2021-08-24 10:08:26 INFO  yshop-auth main org.apache.catalina.core.StandardService Starting service [Tomcat]

2021-08-24 10:08:26 INFO  yshop-auth main org.apache.catalina.core.StandardEngine Starting Servlet engine: [Apache Tomcat/9.0.48]

2021-08-24 10:08:26 INFO  yshop-auth main org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] Initializing Spring embedded WebApplicationContext

2021-08-24 10:08:27 WARN  yshop-auth main org.springframework.cloud.openfeign.FeignClientFactoryBean The provided URL is empty. Will try picking an instance via load-balancing.

2021-08-24 10:08:28 WARN  yshop-auth main org.springframework.cloud.openfeign.FeignClientFactoryBean The provided URL is empty. Will try picking an instance via load-balancing.

2021-08-24 10:08:30 INFO  yshop-auth main io.seata.spring.annotation.datasource.SeataAutoDataSourceProxyCreator Auto proxy of [dataSource]

2021-08-24 10:08:30 INFO  yshop-auth main com.zaxxer.hikari.HikariDataSource HikariPool-1 - Starting...

2021-08-24 10:08:31 INFO  yshop-auth main com.zaxxer.hikari.HikariDataSource HikariPool-1 - Start completed.

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.client.config.impl.ClientWorker [config_rpc_client] [subscribe] service.vgroupMapping.mall_service_group_dev+SEATA_GROUP_DEV

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.client.config.impl.CacheData [config_rpc_client] [add-listener] ok, tenant=, dataId=service.vgroupMapping.mall_service_group_dev, group=SEATA_GROUP_DEV, cnt=1

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.client.naming initializer namespace from System Property : null

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.client.naming initializer namespace from System Environment :null

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.client.naming initializer namespace from System Property :null

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [RpcClientFactory] create a new rpc client of fd5f8d81-9138-459a-bf59-cc9fcbbce9d6

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]RpcClient init label, labels={module=naming, source=sdk}

2021-08-24 10:08:31 INFO  yshop-auth com.alibaba.nacos.client.Worker com.alibaba.nacos.client.config.impl.CacheData [config_rpc_client] [notify-listener] time cost=35ms in ClientWorker, dataId=service.vgroupMapping.mall_service_group_dev, group=SEATA_GROUP_DEV, md5=c21f969b5f03d33d43e04f8f136e7682, listener=io.seata.config.nacos.NacosConfiguration$NacosListener@6eefc2c2 

2021-08-24 10:08:31 INFO  yshop-auth nacos.client.cachedata.internal.notifier com.alibaba.nacos.client.config.impl.CacheData [config_rpc_client] [notify-context] dataId=service.vgroupMapping.mall_service_group_dev, group=SEATA_GROUP_DEV, md5=c21f969b5f03d33d43e04f8f136e7682

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService

2021-08-24 10:08:31 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler

2021-08-24 10:08:31 INFO  yshop-auth nacos.client.cachedata.internal.notifier com.alibaba.nacos.client.config.impl.CacheData [config_rpc_client] [notify-ok] dataId=service.vgroupMapping.mall_service_group_dev, group=SEATA_GROUP_DEV, md5=c21f969b5f03d33d43e04f8f136e7682, listener=io.seata.config.nacos.NacosConfiguration$NacosListener@6eefc2c2 ,cost=36 millis.

2021-08-24 10:08:32 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6] Try to connect to server on start up, server: {serverIp='nacos', server main port=8848}

2021-08-24 10:08:32 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6] Success to connect to server [nacos:8848] on start up,connectionId=1629770912031_172.18.0.8_58286

2021-08-24 10:08:32 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler

2021-08-24 10:08:32 INFO  yshop-auth com.alibaba.nacos.client.remote.worker com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]Notify connected event to listeners.

2021-08-24 10:08:32 INFO  yshop-auth main com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4

2021-08-24 10:08:32 INFO  yshop-auth com.alibaba.nacos.client.remote.worker com.alibaba.nacos.client.naming Grpc connection connect

2021-08-24 10:08:32 INFO  yshop-auth main com.alibaba.nacos.client.naming init new ips(1) service: SEATA_GROUP_DEV@@seata-server@@default -> [{"instanceId":"192.168.10.200#8091#default#SEATA_GROUP_DEV@@seata-server","ip":"192.168.10.200","port":8091,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"default","serviceName":"SEATA_GROUP_DEV@@seata-server","metadata":{},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"instanceIdGenerator":"simple"}]

2021-08-24 10:08:32 INFO  yshop-auth main com.alibaba.nacos.client.naming current ips:(1) service: SEATA_GROUP_DEV@@seata-server@@default -> [{"instanceId":"192.168.10.200#8091#default#SEATA_GROUP_DEV@@seata-server","ip":"192.168.10.200","port":8091,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"default","serviceName":"SEATA_GROUP_DEV@@seata-server","metadata":{},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"instanceIdGenerator":"simple"}]

2021-08-24 10:08:32 INFO  yshop-auth main io.seata.core.rpc.netty.NettyClientChannelManager will connect to 192.168.10.200:8091

2021-08-24 10:08:32 INFO  yshop-auth main io.seata.core.rpc.netty.RmNettyRemotingClient RM will register :jdbc:mysql://nacos_mysql:3306/yshop_cloud_upms

2021-08-24 10:08:32 INFO  yshop-auth main io.seata.core.rpc.netty.NettyPoolableFactory NettyPool create channel to transactionRole:RMROLE,address:192.168.10.200:8091,msg:< RegisterRMRequest{resourceIds='jdbc:mysql://nacos_mysql:3306/yshop_cloud_upms', applicationId='yshop-auth', transactionServiceGroup='mall_service_group_dev'} >

2021-08-24 10:08:32 WARN  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.common.loader.EnhancedServiceLoader$InnerEnhancedServiceLoader Load [io.seata.serializer.hessian.HessianSerializer] class fail. com/caucho/hessian/io/AbstractHessianOutput

2021-08-24 10:08:32 INFO  yshop-auth nacos-grpc-client-executor-4 com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]receive server push request,request=NotifySubscriberRequest,requestId=4

2021-08-24 10:08:32 INFO  yshop-auth nacos-grpc-client-executor-4 com.alibaba.nacos.client.naming init new ips(1) service: SEATA_GROUP_DEV@@seata-server -> [{"instanceId":"192.168.10.200#8091#default#SEATA_GROUP_DEV@@seata-server","ip":"192.168.10.200","port":8091,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"default","serviceName":"SEATA_GROUP_DEV@@seata-server","metadata":{},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"instanceIdGenerator":"simple"}]

2021-08-24 10:08:32 INFO  yshop-auth nacos-grpc-client-executor-4 com.alibaba.nacos.client.naming current ips:(1) service: SEATA_GROUP_DEV@@seata-server -> [{"instanceId":"192.168.10.200#8091#default#SEATA_GROUP_DEV@@seata-server","ip":"192.168.10.200","port":8091,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"default","serviceName":"SEATA_GROUP_DEV@@seata-server","metadata":{},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"instanceIdGenerator":"simple"}]

2021-08-24 10:08:32 INFO  yshop-auth nacos-grpc-client-executor-4 com.alibaba.nacos.common.remote.client [fd5f8d81-9138-459a-bf59-cc9fcbbce9d6]ack server push request,request=NotifySubscriberRequest,requestId=4

2021-08-24 10:08:32 INFO  yshop-auth main io.seata.core.rpc.netty.RmNettyRemotingClient register RM success. client version:1.4.2, server version:1.4.2,channel:[id: 0xb62911d5, L:/172.18.0.8:42204 - R:/192.168.10.200:8091]

2021-08-24 10:08:32 INFO  yshop-auth main io.seata.core.rpc.netty.NettyPoolableFactory register success, cost 255 ms, version:1.4.2,role:RMROLE,channel:[id: 0xb62911d5, L:/172.18.0.8:42204 - R:/192.168.10.200:8091]

2021-08-24 10:08:34 WARN  yshop-auth main org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Unsatisfied dependency expressed through method 'setFilterChainProxySecurityConfigurer' parameter 1; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration': Unsatisfied dependency expressed through field 'clientDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clientDetailsService': Post-processing of FactoryBean's singleton object failed; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

2021-08-24 10:08:34 INFO  yshop-auth main com.zaxxer.hikari.HikariDataSource HikariPool-1 - Shutdown initiated...

2021-08-24 10:08:34 INFO  yshop-auth main com.zaxxer.hikari.HikariDataSource HikariPool-1 - Shutdown completed.

2021-08-24 10:08:34 INFO  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.core.rpc.netty.AbstractNettyRemotingClient channel inactive: [id: 0xb62911d5, L:/172.18.0.8:42204 ! R:/192.168.10.200:8091]

2021-08-24 10:08:34 INFO  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.core.rpc.netty.NettyClientChannelManager return to pool, rm channel:[id: 0xb62911d5, L:/172.18.0.8:42204 ! R:/192.168.10.200:8091]

2021-08-24 10:08:34 INFO  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.core.rpc.netty.NettyPoolableFactory channel valid false,channel:[id: 0xb62911d5, L:/172.18.0.8:42204 ! R:/192.168.10.200:8091]

2021-08-24 10:08:34 INFO  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.core.rpc.netty.NettyPoolableFactory will destroy channel:[id: 0xb62911d5, L:/172.18.0.8:42204 ! R:/192.168.10.200:8091]

2021-08-24 10:08:34 INFO  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.core.rpc.netty.AbstractNettyRemotingClient ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xb62911d5, L:/172.18.0.8:42204 ! R:/192.168.10.200:8091]) will closed

2021-08-24 10:08:34 INFO  yshop-auth NettyClientSelector_RMROLE_1_1 io.seata.core.rpc.netty.AbstractNettyRemotingClient ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xb62911d5, L:/172.18.0.8:42204 ! R:/192.168.10.200:8091]) will closed

2021-08-24 10:08:34 INFO  yshop-auth main org.apache.catalina.core.StandardService Stopping service [Tomcat]

2021-08-24 10:08:34 ERROR yshop-auth main org.springframework.boot.SpringApplication Application run failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Unsatisfied dependency expressed through method 'setFilterChainProxySecurityConfigurer' parameter 1; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration': Unsatisfied dependency expressed through field 'clientDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clientDetailsService': Post-processing of FactoryBean's singleton object failed; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.resolveMethodArguments(AutowiredAnnotationBeanPostProcessor.java:768)

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:720)

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:1413)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)

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:944)

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:144)

at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:771)

at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:763)

at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:438)

at org.springframework.boot.SpringApplication.run(SpringApplication.java:339)

at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)

at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)

at co.yixiang.auth.YshopAuthApplication.main(YshopAuthApplication.java:22)

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.loader.MainMethodRunner.run(MainMethodRunner.java:49)

at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)

at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)

at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)

Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration': Unsatisfied dependency expressed through field 'clientDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clientDetailsService': Post-processing of FactoryBean's singleton object failed; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:169)

at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1631)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1324)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.resolveMethodArguments(AutowiredAnnotationBeanPostProcessor.java:760)

... 29 common frames omitted

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration': Unsatisfied dependency expressed through field 'clientDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clientDetailsService': Post-processing of FactoryBean's singleton object failed; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)

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:1413)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)

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.getBeansOfType(DefaultListableBeanFactory.java:671)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:659)

at org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:51)

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.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:129)

at org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:139)

at org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:55)

at org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:387)

at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92)

at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:112)

at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:272)

at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:166)

... 33 common frames omitted

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clientDetailsService': Post-processing of FactoryBean's singleton object failed; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:119)

at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1884)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getObjectForBeanInstance(AbstractAutowireCapableBeanFactory.java:1266)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:345)

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:1380)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)

... 58 common frames omitted

Caused by: java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at io.seata.spring.annotation.GlobalTransactionScanner.wrapIfNecessary(GlobalTransactionScanner.java:287)

at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:290)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:437)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.postProcessObjectFromFactoryBean(AbstractAutowireCapableBeanFactory.java:1929)

at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:116)

... 66 common frames omitted

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.clientDetailsService' defined in class path resource [org/springframework/security/oauth2/config/annotation/configuration/ClientDetailsServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)

at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)

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.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35)

at io.seata.spring.util.SpringProxyUtils.findTargetClass(SpringProxyUtils.java:51)

at io.seata.spring.annotation.GlobalTransactionScanner.wrapIfNecessary(GlobalTransactionScanner.java:256)

... 70 common frames omitted

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.security.oauth2.provider.ClientDetailsService]: Factory method 'clientDetailsService' threw exception; nested exception is java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)

... 82 common frames omitted

Caused by: java.lang.UnsupportedOperationException: Cannot build client services (maybe use inMemory() or jdbc()).

at org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.performBuild(ClientDetailsServiceBuilder.java:82)

at org.springframework.security.oauth2.config.annotation.builders.ClientDetailsServiceBuilder.build(ClientDetailsServiceBuilder.java:75)

at org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration.clientDetailsService(ClientDetailsServiceConfiguration.java:46)

at org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration$$EnhancerBySpringCGLIB$$9da1116c.CGLIB$clientDetailsService$0(<generated>)

at org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration$$EnhancerBySpringCGLIB$$9da1116c$$FastClassBySpringCGLIB$$bdc0cfa0.invoke(<generated>)

at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)

at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)

at org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration$$EnhancerBySpringCGLIB$$9da1116c.clientDetailsService(<generated>)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)

... 83 common frames omitted

2021-08-24 10:08:35 WARN  yshop-auth Thread-2 com.alibaba.nacos.common.http.HttpClientBeanHolder [HttpClientBeanHolder] Start destroying common HttpClient

2021-08-24 10:08:35 WARN  yshop-auth Thread-2 com.alibaba.nacos.common.http.HttpClientBeanHolder [HttpClientBeanHolder] Destruction of the end

2021-08-24 10:08:35 WARN  yshop-auth Thread-6 com.alibaba.nacos.common.notify.NotifyCenter [NotifyCenter] Start destroying Publisher

2021-08-24 10:08:35 WARN  yshop-auth Thread-6 com.alibaba.nacos.common.notify.NotifyCenter [NotifyCenter] Destruction of the end

查看更多

关注者
0
被浏览
1.9k
1 个回答
yshop-技术1
yshop-技术1 认证专家 2021-08-26
这家伙很懒,什么也没写!
登录后查看是否有阅读权限

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览