You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main" #1 prio=5 os_prio=0 tid=0x00007f04fc007200 nid=0xf runnable [0x00007f05020e0000]
java.lang.Thread.State: RUNNABLE
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:249)
at java.io.File.isDirectory(File.java:849)
at org.reflections.vfs.SystemDir$1$1.computeNext(SystemDir.java:46)
at org.reflections.vfs.SystemDir$1$1.computeNext(SystemDir.java:39)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:136)
at org.reflections.Reflections.scan(Reflections.java:243)
at org.reflections.Reflections.scan(Reflections.java:202)
at org.reflections.Reflections.(Reflections.java:123)
at org.reflections.Reflections.(Reflections.java:168)
at org.reflections.Reflections.(Reflections.java:141)
at com.alibaba.nacos.api.remote.PayloadRegistry.scan(PayloadRegistry.java:56)
- locked <0x00000000b0fb2b60> (a java.lang.Class for com.alibaba.nacos.api.remote.PayloadRegistry)
at com.alibaba.nacos.api.remote.PayloadRegistry.init(PayloadRegistry.java:44)
at com.alibaba.nacos.common.remote.client.RpcClient.(RpcClient.java:109)
at com.alibaba.nacos.common.remote.client.RpcClientFactory.lambda$createClient$0(RpcClientFactory.java:79)
at com.alibaba.nacos.common.remote.client.RpcClientFactory$$Lambda$257/1375111241.apply(Unknown Source)
at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853)
- locked <0x00000000b02fc188> (a java.util.concurrent.ConcurrentHashMap$ReservationNode)
at com.alibaba.nacos.common.remote.client.RpcClientFactory.createClient(RpcClientFactory.java:75)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:936)
系统启动 HUG死在 Main线程。 Relections 使用 0.9.11
The text was updated successfully, but these errors were encountered:
Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later.
We may solve this issue in new version. So can you upgrade to newest version and retry?
If there are still issues or want to contribute again. Please create new issue or pull request again.
main" #1 prio=5 os_prio=0 tid=0x00007f04fc007200 nid=0xf runnable [0x00007f05020e0000]
java.lang.Thread.State: RUNNABLE
at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:249)
at java.io.File.isDirectory(File.java:849)
at org.reflections.vfs.SystemDir$1$1.computeNext(SystemDir.java:46)
at org.reflections.vfs.SystemDir$1$1.computeNext(SystemDir.java:39)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:136)
at org.reflections.Reflections.scan(Reflections.java:243)
at org.reflections.Reflections.scan(Reflections.java:202)
at org.reflections.Reflections.(Reflections.java:123)
at org.reflections.Reflections.(Reflections.java:168)
at org.reflections.Reflections.(Reflections.java:141)
at com.alibaba.nacos.api.remote.PayloadRegistry.scan(PayloadRegistry.java:56)
- locked <0x00000000b0fb2b60> (a java.lang.Class for com.alibaba.nacos.api.remote.PayloadRegistry)
at com.alibaba.nacos.api.remote.PayloadRegistry.init(PayloadRegistry.java:44)
at com.alibaba.nacos.common.remote.client.RpcClient.(RpcClient.java:109)
at com.alibaba.nacos.common.remote.client.RpcClientFactory.lambda$createClient$0(RpcClientFactory.java:79)
at com.alibaba.nacos.common.remote.client.RpcClientFactory$$Lambda$257/1375111241.apply(Unknown Source)
at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853)
- locked <0x00000000b02fc188> (a java.util.concurrent.ConcurrentHashMap$ReservationNode)
at com.alibaba.nacos.common.remote.client.RpcClientFactory.createClient(RpcClientFactory.java:75)
at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.ensureRpcClient(ClientWorker.java:936)
系统启动 HUG死在 Main线程。 Relections 使用 0.9.11
The text was updated successfully, but these errors were encountered: