Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netty coding update - Build #214 is breaking something #731

Closed
Crosis47 opened this issue Jun 3, 2020 · 4 comments · Fixed by #734
Closed

Netty coding update - Build #214 is breaking something #731

Crosis47 opened this issue Jun 3, 2020 · 4 comments · Fixed by #734

Comments

@Crosis47
Copy link

Crosis47 commented Jun 3, 2020

Not sure what's happening here but it started as of the update which added the netty code and is still present in the latest build. When this error happens it pretty much breaks everything for both Java and Bedrock players until they log out and back in. I added a marker in the log ehere the ERROR starts. I tried this with the last few builds of PaperMC but its always the same and the issue goes away once I roll back to Geyser build #213

[17:56:09] [Server thread/INFO]: Starting minecraft server version 1.15.2
[17:56:09] [Server thread/INFO]: Loading properties
[17:56:10] [Server thread/INFO]: This server is running Paper version git-Paper-333 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[17:56:10] [Server thread/INFO]: Debug logging is disabled
[17:56:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:56:10] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:56:10] [Server thread/INFO]: Default game type: ADVENTURE
[17:56:10] [Server thread/INFO]: Generating keypair
[17:56:11] [Server thread/INFO]: Starting Minecraft server on :25565
[17:56:11] [Server thread/INFO]: Using epoll channel type
[17:56:11] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[17:56:18] [Server thread/WARN]: Legacy plugin dynmap v3.0-beta-10-257 does not specify an api-version.
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.eventbus.EventBus
[17:56:18] [Server thread/WARN]: [WorldEdit] Loaded class org.primesoft.asyncworldedit.injector.injected.util.eventbus.IDispatchableEventBus from AsyncWorldEdit v3.7.2 which is not a depend, softdepend or loadbefore of this plugin.
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.BlockVector2
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.BlockVector3
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.Vector2
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.math.Vector3
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BlockStateHolder
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BaseBlock
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.block.BlockState
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.entity.BaseEntity
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.Location
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.biome.BiomeType
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.world.weather.WeatherType
[17:56:18] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.EditSession
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.AbstractDelegateExtent
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.operation.Operations
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extension.platform.PlayerProxy
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.util.collection.LocatedBlockList
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.reorder.MultiStageReorder
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.reorder.ChunkBatchingExtent
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.AbstractRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.EllipsoidRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.ConvexPolyhedralRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.TransformRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.RegionIntersection
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.NullRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.Polygonal2DRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.CylinderRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.CuboidRegion
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.SnapshotUtilCommands
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.ScriptingCommands
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.SchematicCommands
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.RegionCommands
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.UtilityCommandsRegistration
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.bukkit.BukkitEntity
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.RegionCommandsRegistration
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.mask.AbstractExtentMask
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.LocalSession
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.session.SessionManager
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.ChangeSetExtent
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.extent.world.ChunkLoadingExtent
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.BrushTool
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.BlockReplacer
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.FloodFillTool
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.brush.GravityBrush
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.TreePlanter
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.AreaPickaxe
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.command.tool.RecursivePickaxe
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.WorldEdit
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.entity.ExtentEntityCopy
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.block.ExtentBlockCopy
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.block.BlockReplace
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.operation.ForwardExtentCopy
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.operation.SetLocatedBlocks
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.biome.BiomeReplace
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.biome.ExtentBiomeCopy
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.factory.Deform$DeformOperation
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.factory.Paint
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.mask.BiomeMask2D
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.pattern.AbstractExtentPattern
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.iterator.RegionIterator
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.regions.shape.ArbitraryShape
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.factory.Apply
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Modify class com.sk89q.worldedit.function.visitor.RegionVisitor
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/PlayerWrapper
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/entity/NoPermsPlayer
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/worldedit/extension/platform/NoPermsActor
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/entity/IPlayerFactory
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Creating class org/primesoft/asyncworldedit/injector/injected/extension/platform/IActorFactory
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] Injector Enabled
[17:56:19] [Server thread/INFO]: [AsyncWorldEdit] New class factory set to: org.primesoft.asyncworldedit.asyncinjector.async.AsyncClassFactory
[17:56:19] [Server thread/WARN]: Legacy plugin AutoRestart v4.1.4 does not specify an api-version.
[17:56:19] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.1.26
[17:56:20] [ForkJoinPool-2-worker-51/INFO]: [LuckPerms] It is safe to ignore any warning printed following this message starting with 'WARNING: An illegal reflective access operation has occurred, Illegal reflective access by me.lucko.luckperms.common.dependencies.classloader.ReflectionClassLoader'. This is intended, and will not have any impact on the operation of LuckPerms.
[17:56:20] [Server thread/INFO]: [Geyser-Bukkit] Loading Geyser-Bukkit v1.0-SNAPSHOT
[17:56:20] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-10-257
[17:56:20] [Server thread/INFO]: [dynmap] version=git-Paper-333 (MC: 1.15.2)
[17:56:20] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
[17:56:20] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
[17:56:20] [Server thread/INFO]: [dynmap] Mod Support API available
[17:56:20] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
[17:56:21] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6d5233bf]
[17:56:21] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.7.2
[17:56:21] [Server thread/INFO]: [AsyncWorldEdit] Plugin installed
[17:56:21] [Server thread/INFO]: [AutoRestart] Loading AutoRestart v4.1.4
[17:56:21] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.5.6
[17:56:21] [Server thread/INFO]: [Graves] Loading Graves v3.5
[17:56:21] [Server thread/INFO]: [AsyncWorldEditBossBar] Loading AsyncWorldEditBossBar v1.1.0
[17:56:21] [Server thread/INFO]: [SinglePlayerSleep] Loading SinglePlayerSleep v1.13_2.13.40
[17:56:21] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.128
[17:56:21] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.6.5
[17:56:21] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
[17:56:21] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v3.0.0-b459
[17:56:21] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.1.0-b805
[17:56:21] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.1.0-b763
[17:56:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:56:21] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.1.26
[17:56:21] [Server thread/INFO]: __
[17:56:21] [Server thread/INFO]: | |) LuckPerms v5.1.26
[17:56:21] [Server thread/INFO]: |
_ | Running on Bukkit - Paper
[17:56:21] [Server thread/INFO]:
[17:56:21] [Server thread/INFO]: [LuckPerms] Loading configuration...
[17:56:22] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[17:56:22] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[17:56:22] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[17:56:23] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[17:56:23] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[17:56:23] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[17:56:23] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2055ms)
[17:56:23] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
[17:56:24] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[17:56:24] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.7.2
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] Platform set to Bukkit API
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = ___ _ __ __ ________ ___ __ =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = / | _______ ______ | | / / / // / // () / =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = / /| | / / / / / __ / / | /| / / __ / / / __ / __/ / __ / / / =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = / ___ |(
) /
/ / / / / /
| |/ |/ / /
/ / / / / /
/ / /
/ /
/ / / /
=
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = /
/ |//_, // //_/ |/|/_// //_,/_____/_,//_/ =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = /
___/ =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = Author: SBPrime =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] = =
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] ===================================================================================
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] Initializing WorldEdit.
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] Warning: Time and blocks are set to unlimited! For group default
[17:56:26] [Server thread/INFO]: [AsyncWorldEdit] Warning: Time and blocks are set to unlimited! For group default
[17:56:26] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] Undo cleanup started...
[17:56:26] [AWE:Cron:undoCleanup/INFO]: [AsyncWorldEdit] ...undo cleanup done.
[17:56:27] [Server thread/INFO]: [AsyncWorldEdit] No matching adapter found for Bukkit.v1_15_R1, DirectChunkAPI disabled
[17:56:27] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix.
[17:56:27] [Server thread/INFO]: [AsyncWorldEdit] Enabled
[17:56:27] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.5.6
[17:56:27] [Thread-11/INFO]: [AsyncWorldEdit] You have the latest version of the plugin.
[17:56:27] [Server thread/INFO]: Preparing level "hub"
[17:56:27] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit, afk display v1.0.1.zip, double shulker shells v1.2.0.zip, nether portal coords v1.0.0.zip, redstone rotation wrench v1.0.1.zip, terracotta rotation wrench v1.0.1.zip, VanillaTweaks_c159194.zip
[17:56:40] [Server thread/INFO]: Loaded 6 recipes
[17:56:40] [Server thread/INFO]: Loaded 27 custom command functions
[17:56:41] [Server thread/INFO]: -------- World Settings For [hub] --------
[17:56:41] [Server thread/INFO]: Mob Spawn Range: 8
[17:56:41] [Server thread/INFO]: Experience Merge Radius: 4.0
[17:56:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Potato Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Vine Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
[17:56:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[17:56:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:56:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[17:56:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[17:56:41] [Server thread/INFO]: Max TNT Explosions: 100
[17:56:41] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[17:56:41] [Server thread/INFO]: View Distance: 10
[17:56:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:56:41] [Server thread/INFO]: Item Merge Radius: 3.5
[17:56:41] [Server thread/INFO]: Item Despawn Rate: 6000
[17:56:41] [Server thread/INFO]: Arrow Despawn Rate: 30000 Trident Respawn Rate:400
[17:56:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:56:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:56:41] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[17:56:41] [Server thread/INFO]: [Geyser-Bukkit] Enabling Geyser-Bukkit v1.0-SNAPSHOT
[17:56:41] [Server thread/INFO]: [Geyser-Bukkit] ******************************************
[17:56:41] [Server thread/INFO]: [Geyser-Bukkit]
[17:56:41] [Server thread/INFO]: [Geyser-Bukkit] Loading Geyser version 1.0-SNAPSHOT (git-master-a91eaa7)
[17:56:41] [Server thread/INFO]: [Geyser-Bukkit]
[17:56:41] [Server thread/INFO]: [Geyser-Bukkit] ******************************************
[17:56:42] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 112 ms to scan 1 urls, producing 29 keys and 278 values
[17:56:42] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 28 ms to scan 1 urls, producing 6 keys and 24 values
[17:56:46] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 14 ms to scan 1 urls, producing 6 keys and 24 values
[17:56:46] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 15 ms to scan 1 urls, producing 6 keys and 25 values
[17:56:46] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 14 ms to scan 1 urls, producing 6 keys and 20 values
[17:56:47] [Network Listener - #1/INFO]: [Geyser-Bukkit] Started Geyser on 0.0.0.0:19132
[17:56:47] [Server thread/INFO]: [Geyser-Bukkit] Done (5.142s)! Run /geyser help for help!
[17:56:47] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-10-257

[17:56:47] [Server thread/INFO]: [dynmap] Using LuckPerms 5.1.26 for access control
[17:56:47] [Server thread/INFO]: [dynmap] Opening MySQL database localhost:3306/minecraft as map store
[17:56:47] [Server thread/INFO]: [dynmap] Mod Support processing completed
[17:56:48] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
[17:56:48] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
[17:56:48] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
[17:56:48] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[17:56:48] [Server thread/INFO]: [dynmap] version 3.0-beta-10-257 is enabled - core version 3.0-beta-10-257
[17:56:48] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
[17:56:48] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[17:56:48] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'hub'.
[17:56:48] [Server thread/INFO]: [dynmap] Enabled
[17:56:48] [Server thread/INFO]: [AutoRestart] Enabling AutoRestart v4.1.4*
[17:56:49] [Server thread/INFO]: [AutoRestart] Loaded
[17:56:49] [Server thread/INFO]: [Graves] Enabling Graves v3.5
[17:56:49] [Server thread/INFO]: [Graves] Waiting 2 seconds before loading saved graves.
[17:56:49] [Server thread/INFO]: [AsyncWorldEditBossBar] Enabling AsyncWorldEditBossBar v1.1.0
[17:56:49] [Server thread/INFO]: [AsyncWorldEdit] Display backend AsyncWorldEditBossBar registered.
[17:56:49] [Server thread/INFO]: [AsyncWorldEditBossBar] AsyncWorldEditBossBar v.1.1.0 has been enabled
[17:56:49] [Server thread/INFO]: [SinglePlayerSleep] Enabling SinglePlayerSleep v1.13_2.13.40
[17:56:49] [Server thread/INFO]: �[1m�[33mSinglePlayerSleep 1.13_2.13.40�[0m displaycancel=true�[0m
[17:56:49] [Server thread/INFO]: �[1m�[33m�[0m
[17:56:49] [Server thread/INFO]: �[1m�[32mSinglePlayerSleep v1.13_2.13.40�[0m Loading...
[17:56:49] [Server thread/INFO]: �[1m�[33mSinglePlayerSleep 1.13_2.13.40�[0m plugins/SinglePlayerSleep/config.yml�[0m
[17:56:49] [Server thread/INFO]: Checking for updates...
[17:56:49] [Server thread/INFO]: �[1m�[33mSinglePlayerSleep 1.13_2.13.40�[0m plugins/SinglePlayerSleep/permissions.yml�[0m
[17:56:49] [Server thread/INFO]: �[1m�[33m
�[0m
[17:56:49] [Server thread/INFO]: �[1m�[32mSinglePlayerSleep v1.13_2.13.40�[0m is �[1mENABLED�[0m
[17:56:49] [Server thread/INFO]: �[1m�[33m**************************************�[0m
[17:56:49] [Server thread/INFO]: �[1m�[33mSinglePlayerSleep 1.13_2.13.40�[0m MC vgit-Paper-333 (MC: 1.15.2) debug=false in plugins/SinglePlayerSleep/config.yml�[0m
[17:56:49] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.128
[17:56:49] [Server thread/INFO]: [mcMMO] Platform String: 1.15.2-R0.1-SNAPSHOT
[17:56:49] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.15.2
[17:56:49] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[17:56:49] [Server thread/INFO]: [mcMMO] Loading Compatibility Layer... (Player Attack Cooldown Exploit Prevention)
[17:56:49] [Server thread/INFO]: [mcMMO] Successfully Loaded Compatibility Layer! (Player Attack Cooldown Exploit Prevention)
[17:56:49] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[17:56:50] [Server thread/INFO]: [mcMMO] mcMMO found the following materials in the Repair config that are not supported by the version of Minecraft running on this server: NETHERITE_HELMET, NETHERITE_PICKAXE, NETHERITE_CHESTPLATE, NETHERITE_AXE, NETHERITE_HOE, NETHERITE_SWORD, NETHERITE_SHOVEL, NETHERITE_LEGGINGS, NETHERITE_BOOTS
[17:56:50] [Server thread/INFO]: [mcMMO] Items using materials that are not supported will simply be skipped.
[17:56:50] [Server thread/INFO]: [mcMMO] mcMMO found the following materials in the Salvage config that are not supported by the version of Minecraft running on this server: NETHERITE_HELMET, NETHERITE_PICKAXE, NETHERITE_CHESTPLATE, NETHERITE_AXE, NETHERITE_HOE, NETHERITE_SWORD, NETHERITE_SHOVEL, NETHERITE_LEGGINGS, NETHERITE_BOOTS
[17:56:50] [Server thread/INFO]: [mcMMO] Items using materials that are not supported will simply be skipped.
[17:56:50] [Server thread/INFO]: [mcMMO] Killing orphans
[17:56:50] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[17:56:50] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[17:56:50] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[17:56:50] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.6.5
[17:56:50] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=- MyCommand -=-=-=-=-=-=-=-=-=-=-
[17:56:50] [Server thread/INFO]: | Vault : Not found! Using BukkitPermissions
[17:56:50] [Server thread/INFO]: | No Economy support without Vault!
[17:56:50] [Server thread/INFO]: | Command file(s) found : 1
[17:56:50] [Server thread/INFO]: | Config : Ready.
[17:56:50] [Server thread/INFO]: | PlaceholderAPI: Not Found
[17:56:50] [Server thread/INFO]: | Custom commands loaded : 47
[17:56:50] [Server thread/INFO]: | Version: 5.6.5
[17:56:50] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
[17:56:51] [Server thread/INFO]: | You are running the latest version of MyCommand.
[17:56:51] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=- Done! -=-=-=-=-=-=-=-=-=-=-
[17:56:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
[17:56:51] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--, dumptruckman].
[17:56:51] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
[17:56:51] [Server thread/INFO]: [VoidGenerator] The BiomeID: is invalid. Biome was changed to THE_VOID.
[17:56:51] [Server thread/INFO]: -------- World Settings For [survival] --------
[17:56:51] [Server thread/INFO]: Mob Spawn Range: 8
[17:56:51] [Server thread/INFO]: Experience Merge Radius: 4.0
[17:56:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[17:56:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[17:56:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:56:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[17:56:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[17:56:51] [Server thread/INFO]: Max TNT Explosions: 100
[17:56:51] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[17:56:51] [Server thread/INFO]: View Distance: 10
[17:56:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:56:51] [Server thread/INFO]: Item Merge Radius: 3.5
[17:56:51] [Server thread/INFO]: Item Despawn Rate: 6000
[17:56:51] [Server thread/INFO]: Arrow Despawn Rate: 30000 Trident Respawn Rate:400
[17:56:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:56:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:56:51] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'survival'.
[17:56:52] [Server thread/INFO]: -------- World Settings For [creative] --------
[17:56:52] [Server thread/INFO]: Mob Spawn Range: 8
[17:56:52] [Server thread/INFO]: Experience Merge Radius: 4.0
[17:56:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Carrot Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Potato Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Vine Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Kelp Growth Modifier: 100%
[17:56:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[17:56:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:56:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[17:56:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
[17:56:52] [Server thread/INFO]: Max TNT Explosions: 100
[17:56:52] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[17:56:52] [Server thread/INFO]: View Distance: 10
[17:56:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:56:52] [Server thread/INFO]: Item Merge Radius: 3.5
[17:56:52] [Server thread/INFO]: Item Despawn Rate: 6000
[17:56:52] [Server thread/INFO]: Arrow Despawn Rate: 30000 Trident Respawn Rate:400
[17:56:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:56:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:56:52] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'creative'.
[17:56:52] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[17:56:52] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[17:56:52] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[17:56:52] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[17:56:52] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[17:56:52] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v3.0.0-b459
[17:56:52] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'survival' are not loaded: survival_the_end, survival_nether
[17:56:52] [Server thread/INFO]: [Multiverse-Inventories 3.0.0-b459] enabled.
[17:56:52] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.1.0-b805
[17:56:52] [Server thread/INFO]: [Multiverse-Portals] 2 - Portals(s) loaded
[17:56:52] [Server thread/WARN]: [Multiverse-Portals] Loaded class com.sk89q.worldedit.IncompleteRegionException from WorldEdit v7.1.0;8e55131 which is not a depend, softdepend or loadbefore of this plugin.
[17:56:52] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[17:56:52] [Server thread/INFO]: [Multiverse-Portals 4.1.0-b805] Enabled - By Rigby and fernferret
[17:56:52] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.1.0-b763
[17:56:52] [Server thread/INFO]: [Multiverse-NetherPortals 4.1.0-b763] Enabled - By Rigby and fernferret
[17:56:53] [Server thread/INFO]: Running delayed init tasks
[17:56:53] [Server thread/INFO]: [AsyncWorldEdit] Loading plugins...
[17:56:53] [Server thread/INFO]: [AutoRestart] Up to date!
[17:56:54] [Server thread/INFO]: Done (44.427s)! For help, type "help"
[17:56:54] [Server thread/INFO]: Timings Reset
[17:56:54] [Server thread/INFO]: [Graves] Loaded saved graves!


--------------------------------------Error starts here------------------------------------------


[18:03:36] [nioEventLoopGroup-138-2/ERROR]: [org.geysermc.platform.bukkit.shaded.netty.util.ResourceLeakDetector] LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records:
Created at:
org.geysermc.platform.bukkit.shaded.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:349)
org.geysermc.platform.bukkit.shaded.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:187)
org.geysermc.platform.bukkit.shaded.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:178)
org.geysermc.platform.bukkit.shaded.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:139)
org.geysermc.platform.bukkit.shaded.netty.channel.DefaultMaxMessagesRecvByteBufAllocator$MaxMessageHandle.allocate(DefaultMaxMessagesRecvByteBufAllocator.java:114)
org.geysermc.platform.bukkit.shaded.netty.channel.socket.nio.NioDatagramChannel.doReadMessages(NioDatagramChannel.java:245)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:75)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
org.geysermc.platform.bukkit.shaded.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
org.geysermc.platform.bukkit.shaded.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
org.geysermc.platform.bukkit.shaded.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
java.base/java.lang.Thread.run(Thread.java:834)
[18:14:33] [nioEventLoopGroup-357-1/ERROR]: [org.geysermc.platform.bukkit.shaded.netty.util.ResourceLeakDetector] LEAK: DnsMessage.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records:
#1:
Hint: 'DnsNameResolver$DnsResponseHandler#0' will handle the message from this point.
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DefaultDnsResponse.touch(DefaultDnsResponse.java:161)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponse.touch(DatagramDnsResponse.java:167)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponse.touch(DatagramDnsResponse.java:27)
org.geysermc.platform.bukkit.shaded.netty.channel.DefaultChannelPipeline.touch(DefaultChannelPipeline.java:116)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:357)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
org.geysermc.platform.bukkit.shaded.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1422)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
org.geysermc.platform.bukkit.shaded.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:931)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
org.geysermc.platform.bukkit.shaded.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
org.geysermc.platform.bukkit.shaded.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
org.geysermc.platform.bukkit.shaded.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
java.base/java.lang.Thread.run(Thread.java:834)
Created at:
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.AbstractDnsMessage.(AbstractDnsMessage.java:44)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DefaultDnsResponse.(DefaultDnsResponse.java:61)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponse.(DatagramDnsResponse.java:70)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponseDecoder$1.newResponse(DatagramDnsResponseDecoder.java:51)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponseDecoder$1.newResponse(DatagramDnsResponseDecoder.java:47)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DnsResponseDecoder.decode(DnsResponseDecoder.java:44)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponseDecoder.decodeResponse(DatagramDnsResponseDecoder.java:62)
org.geysermc.platform.bukkit.shaded.netty.resolver.dns.DnsNameResolver$1.decodeResponse(DnsNameResolver.java:197)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponseDecoder.decode(DatagramDnsResponseDecoder.java:58)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.dns.DatagramDnsResponseDecoder.decode(DatagramDnsResponseDecoder.java:30)
org.geysermc.platform.bukkit.shaded.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:352)
org.geysermc.platform.bukkit.shaded.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1422)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:374)
org.geysermc.platform.bukkit.shaded.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:360)
org.geysermc.platform.bukkit.shaded.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:931)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:93)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:700)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:635)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:552)
org.geysermc.platform.bukkit.shaded.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:514)
org.geysermc.platform.bukkit.shaded.netty.util.concurrent.SingleThreadEventExecutor$6.run(SingleThreadEventExecutor.java:1050)
org.geysermc.platform.bukkit.shaded.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
org.geysermc.platform.bukkit.shaded.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
java.base/java.lang.Thread.run(Thread.java:834)

@bundabrg
Copy link
Collaborator

bundabrg commented Jun 3, 2020

Possibly related to #725

@Camotoy
Copy link
Member

Camotoy commented Jun 3, 2020

Do you have ping passthrough enabled?

@Crosis47
Copy link
Author

Crosis47 commented Jun 3, 2020

Confirmed after 24 hours of solid error-free operation that Ping Passthrough is the issue. Any idea why that causes the issue?

@Camotoy
Copy link
Member

Camotoy commented Jun 3, 2020

Yes; we think it has to do with one of the libraries we use.

@Camotoy Camotoy linked a pull request Jun 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants