一、该问题的重现步骤是什么?
1. 安装操作手册安装基础软件及相关配置
2. 启动blace-demo,admin任意服务报错
二、你期待的结果是什么?实际看到的又是什么?
启动正常使用
实际报错了
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
2.6.0
mac电脑
四、请提供详细的错误堆栈信息,这很重要。
----启动中,读取到的环境变量:[dev],jar地址:[/Users/yanziqi/Downloads/SpringBlade/blade-ops/blade-seata-order/target/classes/]----
_____ _ ______ _ _
/ ___| (_) | ___ \| | | |
\ `--. _ __ _ __ _ _ __ __ _ | |_/ /| | __ _ __| | ___
`--. \| '_ \ | '__|| || '_ \ / _` | | ___ \| | / _` | / _` | / _ \
/\__/ /| |_) || | | || | | || (_| | | |_/ /| || (_| || (_| || __/
\____/ | .__/ |_| |_||_| |_| \__, | \____/ |_| \__,_| \__,_| \___|
| | __/ |
|_| |___/
:: SpringBlade :: blade-seata-order:dev :: Running SpringBoot 2.2.2.RELEASE ::
2020-01-08 17:25:06.525 WARN 9017 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[blade] & group[DEFAULT_GROUP]
2020-01-08 17:25:06.528 WARN 9017 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[blade.yaml] & group[DEFAULT_GROUP]
2020-01-08 17:25:06.538 INFO 9017 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Loading nacos data, dataId: 'blade-dev.yaml', group: 'DEFAULT_GROUP', data: #spring配置
spring:
redis:
##redis 单机环境配置
host: 127.0.0.1
port: 6379
password: yanziqi
database: 0
ssl: false
##redis 集群环境配置
#cluster:
# nodes: 127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003
# commandTimeout: 5000
#项目模块集中配置
blade:
#通用开发生产环境数据库地址(特殊情况可在对应的子工程里配置覆盖)
datasource:
dev:
url: jdbc:mysql://localhost:3306/seata?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT+8
username: root
password: yanziqi123!@
2020-01-08 17:25:06.543 INFO 9017 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-blade-dev.yaml'}, BootstrapPropertySource {name='bootstrapProperties-blade.yaml'}, BootstrapPropertySource {name='bootstrapProperties-blade'}]
2020-01-08 17:25:11.560 INFO 9017 --- [ main] o.s.seata.order.SeataOrderApplication : The following profiles are active: dev
2020-01-08 17:25:11.652 WARN 9017 --- [ main] o.s.c.c.u.SpringFactoryImportSelector : More than one implementation of @EnableCircuitBreaker (now relying on @Conditionals to pick one): [org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration, com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration]
2020-01-08 17:25:12.824 WARN 9017 --- [ main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
2020-01-08 17:25:12.833 WARN 9017 --- [ main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
2020-01-08 17:25:13.531 INFO 9017 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2020-01-08 17:25:13.536 INFO 9017 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2020-01-08 17:25:13.570 INFO 9017 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 11ms. Found 0 Redis repository interfaces.
2020-01-08 17:25:13.677 WARN 9017 --- [ main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
2020-01-08 17:25:13.696 WARN 9017 --- [ main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'hystrix.stream' contains invalid characters, please migrate to a valid format.
2020-01-08 17:25:13.886 WARN 9017 --- [ main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[org.springblade.seata.order]' package. Please check your configuration.
2020-01-08 17:25:14.020 INFO 9017 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=a50d5760-4b32-305b-8d9e-c0083c47c14a
2020-01-08 17:25:14.155 INFO 9017 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2020-01-08 17:25:14.168 INFO 9017 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2020-01-08 17:25:14.322 INFO 9017 --- [ main] io.seata.config.FileConfiguration : The file name of the operation is registry.conf
2020-01-08 17:25:14.390 WARN 9017 --- [ main] io.seata.config.ConfigurationFactory : failed to load extConfiguration:not found service provider for : io.seata.config.ExtConfigurationProvider[null] and classloader : sun.misc.Launcher$AppClassLoader@18b4aac2
io.seata.common.loader.EnhancedServiceNotFoundException: not found service provider for : io.seata.config.ExtConfigurationProvider[null] and classloader : sun.misc.Launcher$AppClassLoader@18b4aac2
2020-01-08 17:25:14.405 INFO 9017 --- [ main] i.s.common.loader.EnhancedServiceLoader : load ConfigurationProvider[Nacos] extension by class[io.seata.config.nacos.NacosConfigurationProvider]
2020-01-08 17:25:14.421 INFO 9017 --- [ main] i.s.s.a.GlobalTransactionScanner : Initializing Global Transaction Clients ...
2020-01-08 17:25:14.654 INFO 9017 --- [ main] i.s.c.r.netty.AbstractRpcRemotingClient : RpcClientBootstrap has started
2020-01-08 17:25:14.656 INFO 9017 --- [ main] i.s.s.a.GlobalTransactionScanner : Transaction Manager Client is initialized. applicationId[blade-seata-order] txServiceGroup[blade-seata-order-group]
2020-01-08 17:25:14.785 INFO 9017 --- [ main] io.seata.rm.datasource.AsyncWorker : Async Commit Buffer Limit: 10000
2020-01-08 17:25:14.846 INFO 9017 --- [ main] i.s.c.r.netty.AbstractRpcRemotingClient : RpcClientBootstrap has started
2020-01-08 17:25:14.846 INFO 9017 --- [ main] i.s.s.a.GlobalTransactionScanner : Resource Manager is initialized. applicationId[blade-seata-order] txServiceGroup[blade-seata-order-group]
2020-01-08 17:25:14.846 INFO 9017 --- [ main] i.s.s.a.GlobalTransactionScanner : Global Transaction Clients are initialized.
2020-01-08 17:25:15.873 WARN 9017 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2020-01-08 17:25:15.911 INFO 9017 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2020-01-08 17:25:15.912 INFO 9017 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4330 ms
2020-01-08 17:25:15.943 INFO 9017 --- [ main] c.a.c.s.SentinelWebAutoConfiguration : [Sentinel Starter] register Sentinel CommonFilter with urlPatterns: [/*].
2020-01-08 17:25:16.225 WARN 9017 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2020-01-08 17:25:16.225 INFO 9017 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2020-01-08 17:25:16.236 INFO 9017 --- [ main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@131ba005
2020-01-08 17:25:16.752 INFO 9017 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2020-01-08 17:25:16.897 INFO 9017 --- [ main] i.s.common.loader.EnhancedServiceLoader : load RegistryProvider[Nacos] extension by class[io.seata.discovery.registry.nacos.NacosRegistryProvider]
2020-01-08 17:25:22.091 INFO 9017 --- [imeoutChecker_1] i.s.c.r.netty.NettyClientChannelManager : will connect to 192.168.101.62:8091
2020-01-08 17:25:22.091 INFO 9017 --- [imeoutChecker_2] i.s.c.r.netty.NettyClientChannelManager : will connect to 192.168.101.62:8091
2020-01-08 17:25:22.091 INFO 9017 --- [ main] i.s.c.r.netty.NettyClientChannelManager : will connect to 192.168.101.62:8091
2020-01-08 17:25:22.091 INFO 9017 --- [imeoutChecker_2] io.seata.core.rpc.netty.RmRpcClient : RM will register :jdbc:mysql://localhost:3306/seata
2020-01-08 17:25:22.095 INFO 9017 --- [imeoutChecker_1] i.s.core.rpc.netty.NettyPoolableFactory : NettyPool create channel to transactionRole:TMROLE,address:192.168.101.62:8091,msg:< RegisterTMRequest applicationId='blade-seata-order', transactionServiceGroup='blade-seata-order-group'}>
2020-01-08 17:25:22.095 INFO 9017 --- [imeoutChecker_2] i.s.core.rpc.netty.NettyPoolableFactory : NettyPool create channel to transactionRole:RMROLE,address:192.168.101.62:8091,msg:< RegisterRMRequest resourceIds='jdbc:mysql://localhost:3306/seata', applicationId='blade-seata-order', transactionServiceGroup='blade-seata-order-group'}>
2020-01-08 17:25:27.292 INFO 9017 --- [lector_TMROLE_1] i.s.common.loader.EnhancedServiceLoader : load Codec[SEATA] extension by class[io.seata.codec.seata.SeataCodec]
2020-01-08 17:25:27.326 INFO 9017 --- [imeoutChecker_2] io.seata.core.rpc.netty.RmRpcClient : register RM success. server version:1.0.0,channel:[id: 0x5e39cd7e, L:/192.168.101.62:60843 - R:/192.168.101.62:8091]
2020-01-08 17:25:27.341 INFO 9017 --- [imeoutChecker_1] i.s.core.rpc.netty.NettyPoolableFactory : register success, cost 70 ms, version:1.0.0,role:TMROLE,channel:[id: 0xf9e5b9b4, L:/192.168.101.62:60842 - R:/192.168.101.62:8091]
2020-01-08 17:25:27.341 INFO 9017 --- [imeoutChecker_2] i.s.core.rpc.netty.NettyPoolableFactory : register success, cost 84 ms, version:1.0.0,role:RMROLE,channel:[id: 0x5e39cd7e, L:/192.168.101.62:60843 - R:/192.168.101.62:8091]
2020-01-08 17:25:27.833 INFO 9017 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
_ _ |_ _ _|_. ___ _ | _
| | |\/|_)(_| | |_\ |_)||_|_\
/ |
3.2.0
2020-01-08 17:25:29.113 INFO 9017 --- [ main] i.s.s.a.GlobalTransactionScanner : Bean[org.springblade.seata.order.service.impl.OrderServiceImpl$$EnhancerBySpringCGLIB$$ed58c104] with name [orderServiceImpl] would use interceptor [io.seata.spring.annotation.GlobalTransactionalInterceptor]
2020-01-08 17:25:29.417 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /order/create}" onto org.springblade.seata.order.controller.OrderController#createOrder(String, String, Integer)
2020-01-08 17:25:29.417 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{GET /v2/api-docs-ext, produces [application/json || application/hal+json]}" onto com.github.xiaoymin.knife4j.spring.web.Knife4jController#apiSorts(String, HttpServletRequest)
2020-01-08 17:25:29.417 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /swagger-resources/configuration/security}" onto springfox.documentation.swagger.web.ApiResourceController#securityConfiguration()
2020-01-08 17:25:29.417 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /swagger-resources/configuration/ui}" onto springfox.documentation.swagger.web.ApiResourceController#uiConfiguration()
2020-01-08 17:25:29.417 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /swagger-resources}" onto springfox.documentation.swagger.web.ApiResourceController#swaggerResources()
2020-01-08 17:25:29.417 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /error}" onto org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
2020-01-08 17:25:29.418 INFO 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : Mapped "{ /error, produces [text/html]}" onto org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#errorHtml(HttpServletRequest, HttpServletResponse)
2020-01-08 17:25:29.418 DEBUG 9017 --- [ main] .c.c.v.BladeRequestMappingHandlerMapping : 7 mappings in 'requestMappingHandlerMapping'
2020-01-08 17:25:29.551 INFO 9017 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2020-01-08 17:25:30.012 WARN 9017 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2020-01-08 17:25:30.012 INFO 9017 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2020-01-08 17:25:30.170 INFO 9017 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-01-08 17:25:30.628 INFO 9017 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService
2020-01-08 17:25:31.075 INFO 9017 --- [ main] c.f.c.c.BeanFactoryAwareFunctionRegistry : Looking up function '' with acceptedOutputTypes: []
2020-01-08 17:25:31.083 INFO 9017 --- [ main] c.f.c.c.BeanFactoryAwareFunctionRegistry : Looking up function 'hystrixStreamEndpoint' with acceptedOutputTypes: []
2020-01-08 17:25:31.127 INFO 9017 --- [ main] c.f.c.c.BeanFactoryAwareFunctionRegistry : Looking up function 'hystrixStreamEndpoint' with acceptedOutputTypes: []
2020-01-08 17:25:31.140 INFO 9017 --- [ main] c.f.c.c.BeanFactoryAwareFunctionRegistry : Looking up function 'hystrixStreamEndpoint' with acceptedOutputTypes: []
2020-01-08 17:25:31.141 INFO 9017 --- [ main] c.f.c.c.BeanFactoryAwareFunctionRegistry : Looking up function 'hystrixStreamEndpoint' with acceptedOutputTypes: [application/json]
2020-01-08 17:25:31.631 INFO 9017 --- [ main] o.s.core.boot.config.RetryConfiguration : configServerRetryInterceptor: Changing backOffOptions to initial: 1000, multiplier: 1.2, maxInterval: 5000
2020-01-08 17:25:31.687 INFO 9017 --- [ main] o.s.core.log.logger.BladeLogger : blade-seata-order: BladeLogger init success!
2020-01-08 17:25:31.722 INFO 9017 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2020-01-08 17:25:37.473 INFO 9017 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2020-01-08 17:25:37.473 INFO 9017 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'blade-seata-order-1.errorChannel' has 1 subscriber(s).
2020-01-08 17:25:37.473 INFO 9017 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started bean '_org.springframework.integration.errorLogger'
2020-01-08 17:25:37.473 INFO 9017 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {router} as a subscriber to the 'hystrixStreamEndpoint_integrationflow.channel#0' channel
2020-01-08 17:25:37.473 INFO 9017 --- [ main] o.s.integration.channel.DirectChannel : Channel 'blade-seata-order-1.hystrixStreamEndpoint_integrationflow.channel#0' has 1 subscriber(s).
2020-01-08 17:25:37.473 INFO 9017 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started bean 'hystrixStreamEndpoint_integrationflow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0'
2020-01-08 17:25:37.475 WARN 9017 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'outputBindingLifecycle'; nested exception is java.lang.IllegalArgumentException: A default binder has been requested, but there is no binder available
2020-01-08 17:25:37.477 INFO 9017 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-01-08 17:25:37.493 INFO 9017 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2020-01-08 17:25:37.507 INFO 9017 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
2020-01-08 17:25:37.513 INFO 9017 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
2020-01-08 17:25:37.517 INFO 9017 --- [lector_TMROLE_1] i.s.c.r.netty.AbstractRpcRemotingClient : channel inactive: [id: 0xf9e5b9b4, L:/192.168.101.62:60842 ! R:/192.168.101.62:8091]
2020-01-08 17:25:37.517 INFO 9017 --- [lector_TMROLE_1] i.s.c.r.netty.NettyClientChannelManager : return to pool, rm channel:[id: 0xf9e5b9b4, L:/192.168.101.62:60842 ! R:/192.168.101.62:8091]
2020-01-08 17:25:37.517 INFO 9017 --- [lector_TMROLE_1] i.s.core.rpc.netty.NettyPoolableFactory : channel valid false,channel:[id: 0xf9e5b9b4, L:/192.168.101.62:60842 ! R:/192.168.101.62:8091]
2020-01-08 17:25:37.517 INFO 9017 --- [lector_TMROLE_1] i.s.core.rpc.netty.NettyPoolableFactory : will destroy channel:[id: 0xf9e5b9b4, L:/192.168.101.62:60842 ! R:/192.168.101.62:8091]
2020-01-08 17:25:37.518 INFO 9017 --- [lector_TMROLE_1] i.s.core.rpc.netty.AbstractRpcRemoting : ChannelHandlerContext(TmRpcClient#0, [id: 0xf9e5b9b4, L:/192.168.101.62:60842 ! R:/192.168.101.62:8091]) will closed
2020-01-08 17:25:37.518 INFO 9017 --- [lector_TMROLE_1] i.s.core.rpc.netty.AbstractRpcRemoting : ChannelHandlerContext(TmRpcClient#0, [id: 0xf9e5b9b4, L:/192.168.101.62:60842 ! R:/192.168.101.62:8091]) will closed
2020-01-08 17:25:37.534 INFO 9017 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-01-08 17:25:37.544 ERROR 9017 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.context.ApplicationContextException: Failed to start bean 'outputBindingLifecycle'; nested exception is java.lang.IllegalArgumentException: A default binder has been requested, but there is no binder available
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:185)
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:53)
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:360)
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:158)
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:122)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:894)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:140)
at org.springblade.core.launch.BladeApplication.run(BladeApplication.java:49)
at org.springblade.seata.order.SeataOrderApplication.main(SeataOrderApplication.java:33)
Caused by: java.lang.IllegalArgumentException: A default binder has been requested, but there is no binder available
at org.springframework.util.Assert.notEmpty(Assert.java:549)
at org.springframework.cloud.stream.binder.DefaultBinderFactory.doGetBinder(DefaultBinderFactory.java:142)
at org.springframework.cloud.stream.binder.DefaultBinderFactory.getBinder(DefaultBinderFactory.java:132)
at org.springframework.cloud.stream.binding.BindingService.getBinder(BindingService.java:362)
at org.springframework.cloud.stream.binding.BindingService.bindProducer(BindingService.java:257)
at org.springframework.cloud.stream.binding.AbstractBindableProxyFactory.createAndBindOutputs(AbstractBindableProxyFactory.java:136)
at org.springframework.cloud.stream.binding.OutputBindingLifecycle.doStartWithBindable(OutputBindingLifecycle.java:58)
at java.util.LinkedHashMap$LinkedValues.forEach(LinkedHashMap.java:608)
at org.springframework.cloud.stream.binding.AbstractBindingLifecycle.start(AbstractBindingLifecycle.java:57)
at org.springframework.cloud.stream.binding.OutputBindingLifecycle.start(OutputBindingLifecycle.java:34)
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:182)
... 14 common frames omitted
五、若有更多详细信息,请在下面提供。
是否缺少spring cloud stream hystrix 相关配置
扫一扫访问 Blade技术社区 移动端