-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
NullPointerException when start provider #5216
Comments
@lkj41110 NO , I found it is client is null, not Parameters Look at this code : cc.getParameters().put(org.apache.dubbo.remoting.Constants.CLIENT_KEY, rc.getClient()); If cc.getParameters() is NULL, it will throw an NullPointerException. if rc.getClient() is NULL, it will also throw an NullPointerException. #5186 fix the bug the previous one ONLY! |
Map.put(key,null) dont throw an NullPointerException. |
@lkj41110 OK ,I will recheck it. Your dubbo version is 2.7.4.1, mine is 2.7.5-SNAPSHOT(branch master).Thanks anyway. |
Please follow the release progress posted in this issue: #5219 |
Environment
Steps to reproduce this issue
Actual Result
But I got an exception.
Is this an issue?
The text was updated successfully, but these errors were encountered: