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) [?:?]
[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) [?:?]
5 Replies
Puhpine
Puhpine2d ago
is this with just DH?
acki022
acki022OP2d ago
no I'll get the modlist in a sec
acki022
acki022OP2d ago
No description
Jckf
Jckf2d ago
The cause for this exception is confined to within one of DH's executors, as far as I know. The only reasons I can think of for it are: * The executor has previously been shut down, but a new task was added after the shutdown. * The executor has some limit that has been exceeded. This this the only error in your log?
acki022
acki022OP2d ago
yes (well apart from a Chunky "you're moving too fast" crash message, but that one was caused way after the one I just sent appeared dozens of times)

Did you find this page helpful?