DH-LOD Builder Thread ERROR
I keep getting this error message in the server console
[02:20:12] [DH-LOD Builder Thread[6898]/ERROR]: Uncaught exception in thread "DH-LOD Builder Thread[6898]"
java.util.concurrent.RejectedExecutionException: Task com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable@68033923 rejected from com.seibel.distanthorizons.core.util.threading.RateLimitedThreadPoolExecutor@39ff35f1[Running, pool size = 12, active threads = 4, queued tasks = 8, completed tasks = 919248]
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$Executor.runTask(PriorityTaskPicker.java:243) ~[DistantHorizons-2.3.6-b-1.21.10-fabric-neoforge.jar:?]
at knot/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.tryStartNextTask(PriorityTaskPicker.java:91) ~[DistantHorizons-2.3.6-b-1.21.10-fabric-neoforge.jar:?]
at knot/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.access$100(PriorityTaskPicker.java:22) ~[DistantHorizons-2.3.6-b-1.21.10-fabric-neoforge.jar:?]
at knot/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:326) ~[DistantHorizons-2.3.6-b-1.21.10-fabric-neoforge.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) [?:?]
3 Replies
Version: 1.21.10
Mods:
Current Game Music Track (by Serilum)
Enchantment Descriptions (by DarkhaxDev)
Just Enough Items (JEI) (by mezz)
Drippy Loading Screen (by Keksuccino)
Cloth Config API (Fabric/Forge/NeoForge) (by shedaniel)
ClickThrough Plus (by cassiancc)
Optiboxes (by lowercasebtw)
Mod Menu (by Prospector)
Fast Better Grass (by robotkoer)
Xaero's Minimap (by xaero96)
Visible Ores Plus (by d_de_diego_d)
Entity Culling Fabric/Forge (by tr7zw)
Lithium (Fabric/NeoForge) (by JellySquid)
Dramatic Skys (by thebaum64)
Balm (by BlayTheNinth)
Distant Horizons: A Level of Detail mod (by James_Seibel)
FerriteCore (Fabric) (by malte0811)
Colourful Containers Dark Mode GUI (by Kingybu)
FancyMenu (by Keksuccino)
JourneyMap (by techbrew)
Easy Magic (by Fuzs)
Sodium (by JellySquid)
Forge Config API Port (by Fuzs)
Better Mace (by ElGeroIngles)
Text Placeholder API (by Patbox)
Easy Elytra Takeoff (by Serilum)
Cool Rain (by JaizYT)
Mandala's GUI - Dark mode (by cesarzorak)
Prickle (by DarkhaxDev)
anime waifu Beds #20 (by Waifusik)
Clumps (by Jaredlll08)
ModernFix-mVUS (by Coredex)
Collective (by Serilum)
Better End's Sky (by PinkGoosik)
Even Better Enchants (by mythitorium)
AppleSkin (by squeek502)
Double Doors (by Serilum)
Gamma Utils (Fullbright) (by Sjouwer)
Rug Life (by lowresbones)
MCEF [Keksuccino's Fork] (by Keksuccino)
Fabric API (by modmuss50)
Client Tweaks (by BlayTheNinth)
Actually Harvest (right click and XP) (by wendall911)
Melody (by Keksuccino)
Searchables (by Jaredlll08)
Simple Voice Chat (by henkelmax)
Konkrete (by Keksuccino)
Puzzles Lib (by Fuzs)
So i have my fabric server running in a container. The container has 8 virtual cpus and dh has 6 threads assigned so it shouldnt be a confilict?
Something is preventing DH from creating new threads
You can try running only DH to see if it is some mod that is blocking DH
But it usually is something in the OS
Is there some sort of debug mode for dh so i can further inspect what is causing the issue?