Docker server not pre-generating any LODs

The only thing I get is the following error, and I'm really unsure what it is telling me the problem is.

[19:11:07] [DH-PriorityTaskPicker Thread[59]/ERROR]: Uncaught exception in thread "DH-PriorityTaskPicker Thread[59]"
java.util.concurrent.RejectedExecutionException: Task com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable@1e1e4b04 rejected from com.seibel.distanthorizons.core.util.threading.RateLimitedThreadPoolExecutor@a5ae5ca[Running, pool size = 2, active threads = 2, queued tasks = 2, completed tasks = 5274]
        at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source) ~[?:?]
        at java.base/java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) ~[?:?]
        at java.base/java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) ~[?:?]
        at knot/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.tryStartNextTask(PriorityTaskPicker.java:78) ~[DistantHorizons-neoforge-fabric-2.3.0-b-1.21.4.jar:?]
        at knot/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.access$200(PriorityTaskPicker.java:17) ~[DistantHorizons-neoforge-fabric-2.3.0-b-1.21.4.jar:?]
        at knot/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:217) ~[DistantHorizons-neoforge-fabric-2.3.0-b-1.21.4.jar:?]
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
        at java.base/java.lang.Thread.run(Unknown Source) [?:?]
Solution
there were too many threads specified in the confing than allocated to the container 🙃
Was this page helpful?