Ives-Dong opened a new issue, #6894:
URL: https://github.com/apache/rocketmq/issues/6894

   ### Before Creating the Bug Report
   
   - [X] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [X] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [X] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   BCLinux
   
   ### RocketMQ version
   
   5.1.1
   
   ### JDK Version
   
    jdk1.8.0_202
   
   ### Describe the Bug
   
   2023-06-12 17:20:58 INFO NSScheduledThread - [WATERMARK] ClientQueueSize:0 
ClientQueueSlowTime:0 DefaultQueueSize:0 DefaultQueueSlowTime:0
   2023-06-12 17:20:59 ERROR 
io.openmessaging.storage.dledger.statemachine.StateMachineCaller - Apply task 
exception
   org.apache.commons.lang3.SerializationException: Could not deserialize: 
parseLong error, field : 0
           at 
org.apache.rocketmq.common.utils.FastJsonSerializer.deserialize(FastJsonSerializer.java:56)
           at 
org.apache.rocketmq.controller.impl.event.EventSerializer.deserialize(EventSerializer.java:65)
           at 
org.apache.rocketmq.controller.impl.DLedgerControllerStateMachine.onApply(DLedgerControllerStateMachine.java:57)
           at 
io.openmessaging.storage.dledger.statemachine.StateMachineCaller.doCommitted(StateMachineCaller.java:153)
           at 
io.openmessaging.storage.dledger.statemachine.StateMachineCaller.run(StateMachineCaller.java:128)
           at java.lang.Thread.run(Thread.java:748)
   Caused by: com.alibaba.fastjson.JSONException: parseLong error, field : 0
           at 
com.alibaba.fastjson.serializer.LongCodec.deserialze(LongCodec.java:86)
           at 
com.alibaba.fastjson.parser.DefaultJSONParser.parseArray(DefaultJSONParser.java:792)
           at 
com.alibaba.fastjson.serializer.CollectionCodec.deserialze(CollectionCodec.java:132)
           at 
com.alibaba.fastjson.parser.deserializer.DefaultFieldDeserializer.parseField(DefaultFieldDeserializer.java:88)
           at 
com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.parseField(JavaBeanDeserializer.java:1278)
           at 
com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.deserialze(JavaBeanDeserializer.java:893)
           at 
com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.deserialze(JavaBeanDeserializer.java:291)
           at 
com.alibaba.fastjson.parser.DefaultJSONParser.parseObject(DefaultJSONParser.java:703)
           at com.alibaba.fastjson.JSON.parseObject(JSON.java:394)
           at com.alibaba.fastjson.JSON.parseObject(JSON.java:476)
           at com.alibaba.fastjson.JSON.parseObject(JSON.java:427)
           at 
org.apache.rocketmq.common.utils.FastJsonSerializer.deserialize(FastJsonSerializer.java:54)
           ... 5 common frames omitted
   Caused by: com.alibaba.fastjson.JSONException: can not cast to long, value : 
10.225.149.213:23911
           at com.alibaba.fastjson.util.TypeUtils.castToLong(TypeUtils.java:908)
           at 
com.alibaba.fastjson.serializer.LongCodec.deserialze(LongCodec.java:79)
           ... 16 common frames omitted
   
   ### Steps to Reproduce
   
   After the Rocketmq5.1.1 is started, the error is reported
   
   
   
   ### What Did You Expect to See?
   
   namesrv normally
   
   ### What Did You See Instead?
   
   namesrv not normally
   
   ### Additional Context
   
   _No response_


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to