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 2020/04/22 07:52:14 UTC

[GitHub] [rocketmq] forestpro opened a new issue #1959: springcloud for rocketmq Report errors

forestpro opened a new issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959


   2020-04-22 15:46:32.258  INFO 83079 --- [  restartedMain] io.lettuce.core.EpollProvider            : Starting without optional epoll library
   dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
     Referenced from: /private/var/folders/m2/tv14sy3j2wz8j642m2_0rtf00000gn/T/libnetty_transport_native_kqueue_x86_646220218837221377864.dylib
     Expected in: /usr/lib/libSystem.B.dylib
   
   dyld: Symbol not found: _clock_gettime
     Referenced from: /private/var/folders/m2/tv14sy3j2wz8j642m2_0rtf00000gn/T/libnetty_transport_native_kqueue_x86_646220218837221377864.dylib
     Expected in: /usr/lib/libSystem.B.dylib


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] RongtongJin commented on issue #1959: springcloud for rocketmq Report errors

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959#issuecomment-618173419


   Could you provide more detailed log especially about rocketmq ?


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] forestpro commented on issue #1959: springcloud for rocketmq Report errors

Posted by GitBox <gi...@apache.org>.
forestpro commented on issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959#issuecomment-619318579


   找到原因了,Redis 和 rocketQM 冲突了,两者不能同时存在???
   -------------------------------------
   <!-- redis -->
   		<dependency>
   		    <groupId>org.springframework.boot</groupId>
   		    <artifactId>spring-boot-starter-data-redis</artifactId>
   		</dependency>
   		
   		<dependency>
   		    <groupId>org.apache.commons</groupId>
   		    <artifactId>commons-pool2</artifactId>
   		</dependency>
   		
   		<dependency>
   		    <groupId>org.springframework.session</groupId>
   		    <artifactId>spring-session-data-redis</artifactId>
   		</dependency>
   		
   			
   		<!-- MQ -->
   		<dependency>
               <groupId>org.apache.rocketmq</groupId>
               <artifactId>rocketmq-spring-boot-starter</artifactId>
               <version>2.1.0</version>
           </dependency>


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] forestpro edited a comment on issue #1959: springcloud for rocketmq Report errors

Posted by GitBox <gi...@apache.org>.
forestpro edited a comment on issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959#issuecomment-619318579


   找到原因了,Redis  session 包 和 rocketQM  包冲突了,两者不能同时存在???
   -------------------------------------
                  <!-- redis -->
   		<dependency>
   		    <groupId>org.springframework.session</groupId>
   		    <artifactId>spring-session-data-redis</artifactId>
   		</dependency>
   		
   			
   	 <!-- MQ -->
   	 <dependency>
               <groupId>org.apache.rocketmq</groupId>
               <artifactId>rocketmq-spring-boot-starter</artifactId>
               <version>2.1.0</version>
           </dependency>


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] forestpro edited a comment on issue #1959: springcloud for rocketmq Report errors

Posted by GitBox <gi...@apache.org>.
forestpro edited a comment on issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959#issuecomment-618852061


   这是 rocketmq_client.log 的日志(使用的是mac 电脑)
   ----------------------------------------
   
   2020-04-24 15:21:30,030 INFO io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.KQueueSelectorImpl@400aab9d
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - name server address updated. NEW : [127.0.0.1:9876] , OLD: null
   2020-04-24 15:21:30,030 INFO RocketmqClient - user specified name server address: 127.0.0.1:9876
   2020-04-24 15:21:30,030 INFO RocketmqClient - Created a new client Instance, InstanceIndex:1302, ClientID:192.168.31.163@1587712890005, ClientConfig:ClientConfig [namesrvAddr=127.0.0.1:9876, clientIP=192.168.31.163, instanceName=1587712890005, clientCallbackExecutorThreads=4, pollNameServerInterval=30000, heartbeatBrokerInterval=30000, persistConsumerOffsetInterval=5000, unitMode=false, unitName=null, vipChannelEnabled=true, useTLS=false, language=JAVA], ClientVersion:V4_4_0, SerializerType:JSON
   2020-04-24 15:21:30,030 INFO RocketmqClient - Created new MQClientInstance for clientId:[192.168.31.163@1587712890005]
   2020-04-24 15:21:30,030 INFO RocketmqClient - PullMessageService service started
   2020-04-24 15:21:30,030 INFO RocketmqClient - the producer [CLIENT_INNER_PRODUCER] start OK. sendMessageWithVIPChannel=true
   2020-04-24 15:21:30,030 INFO RocketmqClient - the client factory [192.168.31.163@1587712890005] start OK
   2020-04-24 15:21:30,030 INFO RocketmqClient - the adminExt [admin_ext_group] start OK
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - new name server is chosen. OLD: null , NEW: 127.0.0.1:9876. namesrvIndex = 756
   2020-04-24 15:21:30,030 INFO RocketmqClient - RebalanceService service started
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: begin to connect remote host[127.0.0.1:9876] asynchronously
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9876
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: connect remote host[127.0.0.1:9876] success, DefaultChannelPromise@77cbb809(success)
   2020-04-24 15:21:30,030 INFO RocketmqClient - the topic[TBW102] route info changed, old[null] ,new[TopicRouteData [orderTopicConf=null, queueDatas=[QueueData [brokerName=boren-MacBook-Pro.local, readQueueNums=8, writeQueueNums=8, perm=7, topicSynFlag=0]], brokerDatas=[BrokerData [brokerName=boren-MacBook-Pro.local, brokerAddrs={0=192.168.31.163:10911}]], filterServerTable={}]]
   2020-04-24 15:21:30,030 INFO RocketmqClient - updateTopicPublishInfo prev is not null, TopicPublishInfo [orderTopic=false, messageQueueList=[], sendWhichQueue=ThreadLocalIndex{threadLocalIndex=null}, haveTopicRouterInfo=false]
   2020-04-24 15:21:30,030 INFO RocketmqClient - topicRouteTable.put. Topic = TBW102, TopicRouteData[TopicRouteData [orderTopicConf=null, queueDatas=[QueueData [brokerName=boren-MacBook-Pro.local, readQueueNums=8, writeQueueNums=8, perm=7, topicSynFlag=0]], brokerDatas=[BrokerData [brokerName=boren-MacBook-Pro.local, brokerAddrs={0=192.168.31.163:10911}]], filterServerTable={}]]
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: begin to connect remote host[192.168.31.163:10909] asynchronously
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 192.168.31.163:10909
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: connect remote host[192.168.31.163:10909] success, DefaultChannelPromise@6288b32e(success)
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: begin to connect remote host[192.168.31.163:10911] asynchronously
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 192.168.31.163:10911
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: connect remote host[192.168.31.163:10911] success, DefaultChannelPromise@49395348(success)
   2020-04-24 15:21:30,030 INFO RocketmqClient - unregister client[Producer: CLIENT_INNER_PRODUCER Consumer: null] from broker[boren-MacBook-Pro.local 0 192.168.31.163:10911] success
   2020-04-24 15:21:30,030 INFO RocketmqClient - the producer [CLIENT_INNER_PRODUCER] shutdown OK
   2020-04-24 15:21:30,030 INFO RocketmqCommon - shutdown thread PullMessageService interrupt true
   2020-04-24 15:21:30,030 INFO RocketmqClient - PullMessageService service end
   2020-04-24 15:21:30,030 INFO RocketmqCommon - join thread PullMessageService eclipse time(ms) 0 90000
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: begin close the channel[192.168.31.163:10909] Found: true
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: the channel[192.168.31.163:10909] was removed from channel table
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: begin close the channel[127.0.0.1:9876] Found: true
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: the channel[127.0.0.1:9876] was removed from channel table
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: begin close the channel[192.168.31.163:10911] Found: true
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: the channel[192.168.31.163:10911] was removed from channel table
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - shutdown thread NettyEventExecutor interrupt false
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - join thread NettyEventExecutor eclipse time(ms) 0 90000
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CLOSE 192.168.31.163:10909
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - eventCloseChannel: the channel[null] has been removed from the channel table before
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9876
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - eventCloseChannel: the channel[null] has been removed from the channel table before
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CLOSE 192.168.31.163:10911
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - eventCloseChannel: the channel[null] has been removed from the channel table before
   2020-04-24 15:21:30,030 INFO RocketmqCommon - shutdown thread RebalanceService interrupt false
   2020-04-24 15:21:30,030 INFO RocketmqClient - RebalanceService service end
   2020-04-24 15:21:30,030 INFO RocketmqCommon - join thread RebalanceService eclipse time(ms) 0 90000
   2020-04-24 15:21:30,030 INFO RocketmqClient - the client factory [192.168.31.163@1587712890005] shutdown OK
   2020-04-24 15:21:30,030 INFO RocketmqClient - the adminExt [admin_ext_group] shutdown OK
   


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] forestpro commented on issue #1959: springcloud for rocketmq Report errors

Posted by GitBox <gi...@apache.org>.
forestpro commented on issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959#issuecomment-618852061


   这是 rocketmq_client.log 的日志
   ----------------------------------------
   
   2020-04-24 15:21:30,030 INFO io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.KQueueSelectorImpl@400aab9d
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - name server address updated. NEW : [127.0.0.1:9876] , OLD: null
   2020-04-24 15:21:30,030 INFO RocketmqClient - user specified name server address: 127.0.0.1:9876
   2020-04-24 15:21:30,030 INFO RocketmqClient - Created a new client Instance, InstanceIndex:1302, ClientID:192.168.31.163@1587712890005, ClientConfig:ClientConfig [namesrvAddr=127.0.0.1:9876, clientIP=192.168.31.163, instanceName=1587712890005, clientCallbackExecutorThreads=4, pollNameServerInterval=30000, heartbeatBrokerInterval=30000, persistConsumerOffsetInterval=5000, unitMode=false, unitName=null, vipChannelEnabled=true, useTLS=false, language=JAVA], ClientVersion:V4_4_0, SerializerType:JSON
   2020-04-24 15:21:30,030 INFO RocketmqClient - Created new MQClientInstance for clientId:[192.168.31.163@1587712890005]
   2020-04-24 15:21:30,030 INFO RocketmqClient - PullMessageService service started
   2020-04-24 15:21:30,030 INFO RocketmqClient - the producer [CLIENT_INNER_PRODUCER] start OK. sendMessageWithVIPChannel=true
   2020-04-24 15:21:30,030 INFO RocketmqClient - the client factory [192.168.31.163@1587712890005] start OK
   2020-04-24 15:21:30,030 INFO RocketmqClient - the adminExt [admin_ext_group] start OK
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - new name server is chosen. OLD: null , NEW: 127.0.0.1:9876. namesrvIndex = 756
   2020-04-24 15:21:30,030 INFO RocketmqClient - RebalanceService service started
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: begin to connect remote host[127.0.0.1:9876] asynchronously
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 127.0.0.1:9876
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: connect remote host[127.0.0.1:9876] success, DefaultChannelPromise@77cbb809(success)
   2020-04-24 15:21:30,030 INFO RocketmqClient - the topic[TBW102] route info changed, old[null] ,new[TopicRouteData [orderTopicConf=null, queueDatas=[QueueData [brokerName=boren-MacBook-Pro.local, readQueueNums=8, writeQueueNums=8, perm=7, topicSynFlag=0]], brokerDatas=[BrokerData [brokerName=boren-MacBook-Pro.local, brokerAddrs={0=192.168.31.163:10911}]], filterServerTable={}]]
   2020-04-24 15:21:30,030 INFO RocketmqClient - updateTopicPublishInfo prev is not null, TopicPublishInfo [orderTopic=false, messageQueueList=[], sendWhichQueue=ThreadLocalIndex{threadLocalIndex=null}, haveTopicRouterInfo=false]
   2020-04-24 15:21:30,030 INFO RocketmqClient - topicRouteTable.put. Topic = TBW102, TopicRouteData[TopicRouteData [orderTopicConf=null, queueDatas=[QueueData [brokerName=boren-MacBook-Pro.local, readQueueNums=8, writeQueueNums=8, perm=7, topicSynFlag=0]], brokerDatas=[BrokerData [brokerName=boren-MacBook-Pro.local, brokerAddrs={0=192.168.31.163:10911}]], filterServerTable={}]]
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: begin to connect remote host[192.168.31.163:10909] asynchronously
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 192.168.31.163:10909
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: connect remote host[192.168.31.163:10909] success, DefaultChannelPromise@6288b32e(success)
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: begin to connect remote host[192.168.31.163:10911] asynchronously
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CONNECT  UNKNOWN => 192.168.31.163:10911
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - createChannel: connect remote host[192.168.31.163:10911] success, DefaultChannelPromise@49395348(success)
   2020-04-24 15:21:30,030 INFO RocketmqClient - unregister client[Producer: CLIENT_INNER_PRODUCER Consumer: null] from broker[boren-MacBook-Pro.local 0 192.168.31.163:10911] success
   2020-04-24 15:21:30,030 INFO RocketmqClient - the producer [CLIENT_INNER_PRODUCER] shutdown OK
   2020-04-24 15:21:30,030 INFO RocketmqCommon - shutdown thread PullMessageService interrupt true
   2020-04-24 15:21:30,030 INFO RocketmqClient - PullMessageService service end
   2020-04-24 15:21:30,030 INFO RocketmqCommon - join thread PullMessageService eclipse time(ms) 0 90000
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: begin close the channel[192.168.31.163:10909] Found: true
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: the channel[192.168.31.163:10909] was removed from channel table
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: begin close the channel[127.0.0.1:9876] Found: true
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: the channel[127.0.0.1:9876] was removed from channel table
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: begin close the channel[192.168.31.163:10911] Found: true
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - closeChannel: the channel[192.168.31.163:10911] was removed from channel table
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - shutdown thread NettyEventExecutor interrupt false
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - join thread NettyEventExecutor eclipse time(ms) 0 90000
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CLOSE 192.168.31.163:10909
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - eventCloseChannel: the channel[null] has been removed from the channel table before
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CLOSE 127.0.0.1:9876
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - eventCloseChannel: the channel[null] has been removed from the channel table before
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - NETTY CLIENT PIPELINE: CLOSE 192.168.31.163:10911
   2020-04-24 15:21:30,030 INFO RocketmqRemoting - eventCloseChannel: the channel[null] has been removed from the channel table before
   2020-04-24 15:21:30,030 INFO RocketmqCommon - shutdown thread RebalanceService interrupt false
   2020-04-24 15:21:30,030 INFO RocketmqClient - RebalanceService service end
   2020-04-24 15:21:30,030 INFO RocketmqCommon - join thread RebalanceService eclipse time(ms) 0 90000
   2020-04-24 15:21:30,030 INFO RocketmqClient - the client factory [192.168.31.163@1587712890005] shutdown OK
   2020-04-24 15:21:30,030 INFO RocketmqClient - the adminExt [admin_ext_group] shutdown OK
   


----------------------------------------------------------------
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.

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



[GitHub] [rocketmq] RongtongJin commented on issue #1959: springcloud for rocketmq Report errors

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #1959:
URL: https://github.com/apache/rocketmq/issues/1959#issuecomment-618948955


   It seems that there are no exceptions in the logs of the RocketMQ client. And no  io.lettuce.core.EpollProvider class in RocketMQ. So IMO it may be caused by other components.


----------------------------------------------------------------
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.

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