-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seata 2.2.0 Client Start up phase java.lang.NullPointerException: null #6940
Comments
经过测试,确认当前2.X分支也存在上述问题 java.lang.NullPointerException: null 2024-10-22 13:35:19.315 INFO 31020 --- [ main] o.a.s.c.rpc.netty.NettyPoolableFactory : NettyPool create channel to transactionRole:TMROLE,address:192.168.0.229:8094,msg:< RegisterTMRequest{version='2.3.0-SNAPSHOT', applicationId='card-universal-sass-system-server', transactionServiceGroup='card-universal-sass-system-server-group', extraData='ak=null |
After investigation, it was found that the transactionServiceGroup at line 84 of NacosRegistryServiceImpl is null, which should be corrected for line 195 |
@ChinaJeckXu Why is transactionServiceGroup null? Is the configuration missing? |
i have looked at the case , there is a low level problem for it, i will fix it. |
Ⅰ. Issue Description
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
): 11.0.24uname -a
): Mac、LinuxThe text was updated successfully, but these errors were encountered: