Skip to content
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

timed sync task failed #2401

Closed
lkxiaolou opened this issue Mar 3, 2020 · 0 comments
Closed

timed sync task failed #2401

lkxiaolou opened this issue Mar 3, 2020 · 0 comments
Labels
kind/bug Category issues or prs related to bug.

Comments

@lkxiaolou
Copy link
Contributor

lkxiaolou commented Mar 3, 2020

Describe what happened (or what feature you want)

2020-03-03 04:06:47,613 ERROR timed sync task failed.

java.lang.ArrayIndexOutOfBoundsException: null
at sun.security.provider.DigestBase.engineUpdate(DigestBase.java:115)
at sun.security.provider.MD5.implDigest(MD5.java:109)
at sun.security.provider.DigestBase.engineDigest(DigestBase.java:183)
at sun.security.provider.DigestBase.engineDigest(DigestBase.java:162)
at java.security.MessageDigest$Delegate.engineDigest(MessageDigest.java:592)
at java.security.MessageDigest.digest(MessageDigest.java:365)
at java.security.MessageDigest.digest(MessageDigest.java:411)
at com.alibaba.nacos.naming.core.Instances.recalculateChecksum(Instances.java:88)
at com.alibaba.nacos.naming.core.Instances.getChecksum(Instances.java:72)
at com.alibaba.nacos.naming.consistency.ephemeral.distro.DataSyncer$TimedSync.run(DataSyncer.java:179)
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:748)

Tell us your environment

java8 +nacos 1.1.4

@chuntaojun chuntaojun added the kind/bug Category issues or prs related to bug. label Mar 3, 2020
nkorange added a commit that referenced this issue Mar 29, 2020
@nkorange nkorange added this to the 1.2.1 milestone Mar 30, 2020
@KomachiSion KomachiSion modified the milestones: 1.2.1, 1.4.0 Jun 10, 2020
@KomachiSion KomachiSion removed this from the 1.4.0 milestone Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Category issues or prs related to bug.
Projects
None yet
Development

No branches or pull requests

4 participants