You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/03 12:21:33 UTC

[GitHub] [rocketmq] DISSIDIA-986 edited a comment on issue #2327: SpringBoot 整合RocketMQ和Dubbo以后启动报错

DISSIDIA-986 edited a comment on issue #2327:
URL: https://github.com/apache/rocketmq/issues/2327#issuecomment-1057988118


   I used "Aliyun Java Initializr " to create a new project, with 
   spring-boot-dependencies.version=2.3.7.RELEASE, 
   spring-cloud-alibaba-dependencies.version=2.2.2.RELEASE, 
   rocketmq-spring-boot-starter.version=2.0.2
   dubbo-spring-boot-starter.version=2.7.8
   then with start error:
   [2022-03-03T19:54:41.258+0800] [INFO] [PostProcessorRegistrationDelegate.java:335] [main] [[Bean 'dubboProtocolConfigSupplier' of type [com.alibaba.cloud.dubbo.metadata.DubboProtocolConfigSupplier] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)]]
   [2022-03-03T19:54:49.968+0800] [INFO] [BeanFactoryAwareFunctionRegistry.java:276] [main] [[Looking up function 'dubboProtocolConfigSupplier' with acceptedOutputTypes: []]]
   [2022-03-03T19:54:50.247+0800] [INFO] [ExecutorConfigurationSupport.java:181] [main] [[Initializing ExecutorService 'taskScheduler']]
   [2022-03-03T19:54:50.353+0800] [INFO] [BeanFactoryAwareFunctionRegistry.java:276] [main] [[Looking up function 'dubboProtocolConfigSupplier' with acceptedOutputTypes: []]]
   [2022-03-03T19:54:50.372+0800] [INFO] [BeanFactoryAwareFunctionRegistry.java:276] [main] [[Looking up function 'dubboProtocolConfigSupplier' with acceptedOutputTypes: []]]
   [2022-03-03T19:54:50.373+0800] [INFO] [BeanFactoryAwareFunctionRegistry.java:276] [main] [[Looking up function 'dubboProtocolConfigSupplier' with acceptedOutputTypes: [application/json]]]
   [2022-03-03T19:54:54.170+0800] [INFO] [EventDrivenConsumer.java:107] [main] [[Adding {router} as a subscriber to the 'dubboProtocolConfigSupplier_integrationflow.channel#0' channel]]
   [2022-03-03T19:54:54.171+0800] [INFO] [AbstractSubscribableChannel.java:64] [main] [[Channel 'initializr-1.dubboProtocolConfigSupplier_integrationflow.channel#0' has 1 subscriber(s).]]
   [2022-03-03T19:54:54.171+0800] [INFO] [AbstractEndpoint.java:163] [main] [[started bean 'dubboProtocolConfigSupplier_integrationflow.org.springframework.integration.config.ConsumerEndpointFactoryBean#0']]
   [2022-03-03T19:54:54.564+0800] [INFO] [CacheData.java:93] [main] [[[fixed-10.80.84.160_8849-77adf2a9-5284-4c37-951d-b61219497644] [add-listener] ok, tenant=77adf2a9-5284-4c37-951d-b61219497644, dataId=initializr.properties, group=DEFAULT_GROUP, cnt=1]]
   [2022-03-03T19:54:54.820+0800] [INFO] [AbstractSubscribableChannel.java:64] [main] [[Channel 'initializr-1.dubboProtocolConfigSupplier-out-0' has 1 subscriber(s).]]
   [2022-03-03T19:54:54.828+0800] [INFO] [AbstractEndpoint.java:163] [main] [[started bean 'dubboProtocolConfigSupplier_integrationflow.org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean#0']]
   [2022-03-03T19:54:54.943+0800] [ERROR] [RocketMQMessageHandler.java:220] [AsyncSenderExecutor_1] [[RocketMQ Message hasn't been sent. Caused by No route info of this topic, dubboProtocolConfigSupplier-out-0
   See http://rocketmq.apache.org/docs/faq/ for further details.]]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org