Greetings, I've got a development system and as I was working through setting up replication using steps outlined here https://accumulo.apache.org/docs/2.x/administration/replication
I'm getting this error every 30 secs. 2026-01-16T04:25:15,960 [replication.WorkDriver] ERROR: Error while assigning work java.lang.NullPointerException: null at org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.initializeWorkQueue(DistributedWorkQueueWorkAssigner.java:95) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.assignWork(DistributedWorkQueueWorkAssigner.java:107) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.manager.replication.WorkDriver.run(WorkDriver.java:85) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52) ~[accumulo-core-2.1.3.jar:2.1.3] at java.base/java.lang.Thread.run(Thread.java:829) [?:?] 2026-01-16T04:25:45,960 [replication.WorkDriver] ERROR: Error while assigning work java.lang.NullPointerException: null at org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.initializeWorkQueue(DistributedWorkQueueWorkAssigner.java:95) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.assignWork(DistributedWorkQueueWorkAssigner.java:107) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.manager.replication.WorkDriver.run(WorkDriver.java:85) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52) ~[accumulo-core-2.1.3.jar:2.1.3] at java.base/java.lang.Thread.run(Thread.java:829) [?:?] 2026-01-16T04:26:15,960 [replication.WorkDriver] ERROR: Error while assigning work java.lang.NullPointerException: null at org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.initializeWorkQueue(DistributedWorkQueueWorkAssigner.java:95) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.manager.replication.DistributedWorkQueueWorkAssigner.assignWork(DistributedWorkQueueWorkAssigner.java:107) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.manager.replication.WorkDriver.run(WorkDriver.java:85) ~[accumulo-manager-2.1.3.jar:2.1.3] at org.apache.accumulo.core.trace.TraceWrappedRunnable.run(TraceWrappedRunnable.java:52) ~[accumulo-core-2.1.3.jar:2.1.3] at java.base/java.lang.Thread.run(Thread.java:829) [?:?] I tried going in reverse and restarting things, but the error is still occurring. I have 2 tablets/hdfs datanodes, and 1 zookeeper for my little dev stack. Accumulo is otherwise functioning. Thanks for any help. Matthew M. Austin Sr. DevSecOps Engineer DSA, Inc. 8 Neshaminy Interplex Drive| Suite 209 | Trevose, PA 19053 www.dsainc.com<http://www.dsainc.com/> | [email protected]<mailto:[email protected]> Culture makes a difference, learn about ours The DSA Way here: https://www.dsainc.com/the-dsa-way<https://url.emailprotection.link/?b8rNrM4MTPp9c5teJIa0ud060nquUWSdKmf-VkrYQbKNOmgfv-H3v1n4barDHp3uSr2rXffJyixmgWTH9KNbARg~~> [cid:231ceb21-7e24-4a19-b6bf-0ff968cf1de1]<http://www.dsainc.com/index.html> Employee-Owned, Mission-Driven Note: This email and any files transmitted with it are the property of Data Systems Analysts, Inc. and are privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by replying to the message and promptly delete it from your system.
