-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
运行过程中SpringValueRegistry.scanAndClean一直报NullPointerException #4355
Comments
This looks like a bug, would you please help to provide the duplication scenario? |
看其他的issue 我们自身怀疑是原型bean下注入apollo配置导致的这个问题 还需要提供什么? |
I'm not sure what's the actual scenario that caused this issue as the |
|
fixed in apolloconfig/apollo-java#95 |
java.lang.NullPointerException
at java.util.Objects.requireNonNull(Objects.java:203)
at com.google.common.collect.LinkedListMultimap.removeNode(LinkedListMultimap.java:300)
at com.google.common.collect.LinkedListMultimap.access$300(LinkedListMultimap.java:101)
at com.google.common.collect.LinkedListMultimap$NodeIterator.remove(LinkedListMultimap.java:386)
at com.ctrip.framework.apollo.spring.property.SpringValueRegistry.scanAndClean(SpringValueRegistry.java:92)
at com.ctrip.framework.apollo.spring.property.SpringValueRegistry.access$000(SpringValueRegistry.java:36)
at com.ctrip.framework.apollo.spring.property.SpringValueRegistry$1.run(SpringValueRegistry.java:75)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
version:1.9.1
The text was updated successfully, but these errors were encountered: