Alleninggx opened a new issue, #6421:
URL: https://github.com/apache/incubator-seata/issues/6421

   <!-- Please do not use this issue template to report security 
vulnerabilities but refer to our [security 
policy](https://github.com/seata/seata/security/policy). -->
   
   - [x ] I have searched the [issues](https://github.com/seata/seata/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Ⅰ. Issue Description
   
   Prompt unable to find class: io/protostuff/runtime/IdStrategy
   提示无法找到类 io/protostuff/runtime/IdStrategy
   
   `2024-03-14 18:37:11.980  WARN 13280 --- [               ] 
ServiceLoader$InnerEnhancedServiceLoader : Load 
[io.seata.rm.datasource.undo.parser.ProtostuffUndoLogParser] class fail: 
io/protostuff/runtime/IdStrategy`
   
   
   full log:
   
   ```
   2024-03-14 18:37:11.459  INFO 13280 --- [               ] 
io.seata.tm.TransactionManagerHolder     : TransactionManager Singleton 
io.seata.tm.DefaultTransactionManager@29c5683e
   2024-03-14 18:37:11.470  INFO 13280 --- [               ] 
i.seata.tm.api.DefaultGlobalTransaction  : Begin new global transaction 
[10.0.30.203:8091:72553274548374422]
   2024-03-14 18:37:11.502 DEBUG 13280 --- [               ] 
c.l.m.s.s.mapper.OrgMapper.updateById    : <==    Updates: 1
   2024-03-14 18:37:11.503 DEBUG 13280 --- [               ] 
c.l.m.s.s.mapper.DeptMapper.editBatch    : ==>  Preparing: UPDATE ~~~
   2024-03-14 18:37:11.720 DEBUG 13280 --- [               ] 
c.l.m.s.s.mapper.DeptMapper.editBatch    : ==> Parameters: ~~~
   2024-03-14 18:37:11.902  INFO 13280 --- [               ] 
io.seata.rm.AbstractResourceManager      : branch register success, 
xid:10.0.30.203:8091:72553274548374422, branchId:72553274548374423, 
lockKeys:dept:135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,160
   2024-03-14 18:37:11.980  WARN 13280 --- [               ] 
ServiceLoader$InnerEnhancedServiceLoader : Load 
[io.seata.rm.datasource.undo.parser.ProtostuffUndoLogParser] class fail: 
io/protostuff/runtime/IdStrategy
   2024-03-14 18:37:12.173 DEBUG 13280 --- [               ] 
c.l.m.s.s.mapper.DeptMapper.editBatch    : <==    Updates: 1
   2024-03-14 18:37:12.173  INFO 13280 --- [               ] 
i.seata.tm.api.DefaultGlobalTransaction  : transaction 
10.0.30.203:8091:72553274548374422 will be commit
   2024-03-14 18:37:12.179  INFO 13280 --- [               ] 
i.seata.tm.api.DefaultGlobalTransaction  : transaction end, xid = 
10.0.30.203:8091:72553274548374422
   2024-03-14 18:37:12.179  INFO 13280 --- [               ] 
i.seata.tm.api.DefaultGlobalTransaction  : [10.0.30.203:8091:72553274548374422] 
commit status: Committed
   2024-03-14 18:37:12.957  INFO 13280 --- [h_RMROLE_1_1_32] 
i.s.c.r.p.c.RmBranchCommitProcessor      : rm client handle branch commit 
process:BranchCommitRequest{xid='10.0.30.203:8091:72553274548374422', 
branchId=72553274548374423, branchType=AT, 
resourceId='jdbc:mysql://MES-MYSQL-SERVER:3306/mes', applicationData='null'}
   2024-03-14 18:37:12.958  INFO 13280 --- [h_RMROLE_1_1_32] 
io.seata.rm.AbstractRMHandler            : Branch committing: 
10.0.30.203:8091:72553274548374422 72553274548374423 
jdbc:mysql://MES-MYSQL-SERVER:3306/mes null
   2024-03-14 18:37:12.959  INFO 13280 --- [h_RMROLE_1_1_32] 
io.seata.rm.AbstractRMHandler            : Branch commit result: 
PhaseTwo_Committed
   ```
   
   
   ### Ⅱ.  Ⅲ.  Ⅳ.  Ⅴ. Anything else we need to know?
   
   
   ### Ⅵ. Environment:
   
   - JDK version(e.g. `java -version`):  openjdk-21.0.2
   - Seata client/server version:  
spring-cloud-starter-alibaba-seata:2023.0.0.0-RC1
   - Database version:  MySQL (ver. 8.0.28)
   - OS(e.g. `uname -a`): Win11
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to