RejectedExecutionException errors in server console
Hi there,
I've been trying to pregen/gen some chunks on my server but I get these errors when generating lods. I can't find anything online about it, so I came here for help
Error:
Full Log: https://mcpaste.io/8fb97081d1ea3176
Modlist: https://mcpaste.io/f5abe649e2e4525c
Mutiplayer - Hosted on pebblehost.
Thanks for the help and the awesome mod!
MCPaste.io
A easy to use Paste site for Minecraft Server logs.
MCPaste.io
A easy to use Paste site for Minecraft Server logs.
Solution:Jump to solution
The nightly version works without errors! It also seems like lod generation is fully working (albeit, still quite slow).
25 Replies
Oops, forgot to mention I'm on Minecraft 1.21.1, Neoforge 21.1.141, and DH 2.3.2-b (but I had the same issue on older DH versions)
(I have the same issue with chunky, dh pregen, and a player generating chunks)
Is your server running under some sort of web hosting panel?
It's on pebblehost, so its running on their game hosting panel (probably modified pterodactyl).
Hm. Please post the full /logs
You should send your
latest.log
file to provide additional useful information.
Logs are usually located in the .minecraft/logs
directory.
On Windows: %appdata%\.minecraft\logs
On Linux: ~/.minecraft/logs
On Mac: ~/Library/Application Support/minecraft/logs
Please upload the file to mclo.gs instead of sending the raw file. This makes reading the contents of the file a lot easier and improves the chances of you getting the help needed.
After uploading the file, click on Save
and send the link.This log does not have that error
Interestingly, the error doesn't show in latest.log. Only in the server panel. I can send you the logs from the panel, but it will probably be cut off at the start.
What I'm looking for is any error message preceeding this one, to see if the error you posted is a result of something else going wrong first
Heres the most I can get out of the console
https://mclo.gs/BB4FzoX
Yeah that doesn't help, sadly, since the very first things is the error you posted
This one should be better, but pebblehost still cuts off the start
https://mclo.gs/WrPNJZN
Hm, nothing new to go on. It looks to me like this tasks executor is just saturated and cannot accept all the tasks it is being handed. The errors all state that it has 4 threads and 4 currently queued tasks, with a varying number of already completed tasks.
Do the errors eventually stop, or is DH just constantly spamming this?
I've been pregenerating (using dh pregen) overnight and still get it errors, roughly 2 per second.
Any apparent issues when in-game, or does everything still work?
The only issue I can see is extremely slow lod generation (minutes a chunk). Although, that could just be related to hardware.
That's pretty severe. An RPi 5 can do about 8 LODs per second
if the chunks are pre-generated
At least with the plugin, but the mod shouldn't be very far off in performance in ither direction
hmm, annoying. The TPS stays at 20 with no lag when playing, even when lods are generating, so that hints more at threading issues than performance
I could try with the nightly if that helps
Yeah, that's why my initial question was whether it's running under some sort of web panel - because it might be imposing weird restrictions
I'll try the nightly just in case. Do you think I should contact pebblehost support, maybe its a known issue with their panel?
Let's try @James Seibel GMT-5 first. He's on vacation, but maybe he's got a spare moment 🤞
sounds good!
Solution
The nightly version works without errors! It also seems like lod generation is fully working (albeit, still quite slow).
Oh, nice! I had seen this error once before, but not any specific fix related to it
But I guess it must have been known then
Great!
Thanks for the help!