PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.7k stars 2.27k forks source link

Error: Cannot invoke "org.bukkit.Location.getWorld()" because "loc" is null #5933

Closed srevenant closed 3 years ago

srevenant commented 3 years ago

Stack trace

Error: Cannot invoke "org.bukkit.Location.getWorld()" because "loc" is null

Is printed on chat when I sign in. I'm running multiple different worlds with waterfall as the proxy. I can't find any stack traces in any logs, unfortunately. (see notes below for more thoughts)

Plugin list

Advanced-Portals BungeeTabListPlus DiscordSRV EbonRoot (a tiny internal one we've written to adjust some chat msgs) EssentialsMysqlStorage EssentialsXAntiBuild EssentialsXChat EssentialsX EssentialsXProtect EssentialsXSpawn HolographicDisplays LuckPerms mcMMO multichat MysqlPlayerDataBridge Ultimate_Economy VanillaTweaks Vault worldedit WorldEditSelectionVisualizer worldguard

Actions to reproduce (if known)

Sign in at ebonroot.com.

Paper version

paper-1.17-26

Agreements

Other

I only have this error message in chat. Nothing is dumping to the logs. I don't know if this is even a paper problem, or if it's just one of my other plugins due to 1.17 update.

I'm putting it here incase it helps somebody w/something in debugging the new 1.17 release.

I suspect it might be MySQL Player Data Bridge https://www.spigotmc.org/resources/mysql-player-data-bridge.8117/ or Essentials MySQL storage extension https://www.spigotmc.org/resources/essentials-mysql-storage-extension.25673/

As they do keep track of the user's location in a MySQL db, so perhaps after the update things are not being set right. I am running the latest of each (June 13th and Feb 9th respectively).

Proximyst commented 3 years ago

What flags do you have? Could you post the entire server log (redact PII and other info you don't wish to share)?

srevenant commented 3 years ago

Running java:

01:41 PM|minecraft@minecraft:~/servers/spawn$ /app/java/bin/java -version
java version "16.0.1" 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)

Startup script:

#!/bin/bash

NAME=$1
JAVA=/app/java/bin/java

MCMINMEM=${MCMINMEM:-1024m}
MCMAXMEM=${MCMAXMEM:-6114m}

cd /app/minecraft/servers/$NAME || exit 1

$JAVA \
      -DNAME=${NAME} \
          -XX:ParallelGCThreads=2 \
          -XX:MinHeapFreeRatio=5 \
          -XX:MaxHeapFreeRatio=10 \
          -Xms${MCMINMEM} \
          -Xmx${MCMAXMEM} \
          -jar server.jar \
          --nogui

and server.jar is a symlink to a common location (for manageability):

01:41 PM|minecraft@minecraft:~/servers/spawn$ ls -l server.jar
lrwxrwxrwx 1 minecraft minecraft 29 Jun  4 12:02 server.jar -> /app/minecraft/lib/server.jar
01:42 PM|minecraft@minecraft:~/servers/spawn$ ls -l /app/minecraft/lib/server.jar
lrwxrwxrwx 1 minecraft minecraft 17 Jun 21 13:02 /app/minecraft/lib/server.jar -> paper-1.17-26.jar

And the logs:

[13:03:19] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[13:03:20] [main/INFO]: Reloading ResourceManager: Default, bukkit
[13:03:21] [Worker-Main-6/INFO]: Loaded 7 recipes
[13:03:23] [Server thread/INFO]: Starting minecraft server version 1.17
[13:03:23] [Server thread/INFO]: Loading properties
[13:03:23] [Server thread/INFO]: This server is running Paper version git-Paper-"47605b8" (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)
[13:03:23] [Server thread/INFO]: Debug logging is disabled
[13:03:23] [Server thread/INFO]: Server Ping Player Sample Count: 12
[13:03:23] [Server thread/INFO]: Using 4 threads for Netty based IO
[13:03:23] [Server thread/INFO]: Default game type: SURVIVAL
[13:03:23] [Server thread/INFO]: Generating keypair
[13:03:24] [Server thread/INFO]: Starting Minecraft server on *:35566
[13:03:24] [Server thread/INFO]: Using epoll channel type
[13:03:25] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[13:03:35] [Server thread/WARN]: Legacy plugin MultiChat v1.9.6 does not specify an api-version.
[13:03:35] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.48
[13:03:36] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.6.0
[13:03:36] [Server thread/INFO]: [VanillaTweaks] Loading VanillaTweaks v0.1.19
[13:03:36] [Server thread/INFO]: [EbonRootQOLPlugin] Loading EbonRootQOLPlugin v0.1
[13:03:36] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.7
[13:03:36] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[13:03:36] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading MysqlPlayerDataBridge v3.36.1
[13:03:36] [Server thread/INFO]: [MultiChat] Loading MultiChat v1.9.6
[13:03:36] [Server thread/INFO]: [Ultimate_Economy] Loading Ultimate_Economy v1.2.8
[13:03:36] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.3.0-SNAPSHOT+5835-b8a9c00
[13:03:37] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@78d50472]
[13:03:37] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
[13:03:37] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0
[13:03:37] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.18.2.0
[13:03:37] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
[13:03:37] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v3.4.3
[13:03:37] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.5+3827266
[13:03:37] [Server thread/INFO]: [WESV] Loading WorldEditSelectionVisualizer v2.0.8
[13:03:37] [Server thread/INFO]: [EssentialsMysqlStorage] Loading EssentialsMysqlStorage v1.22.4
[13:03:37] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.18.2.0
[13:03:37] [Server thread/INFO]: [mcMMO] Loading mcMMO v2.1.199
[13:03:37] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[13:03:37] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.23.0
[13:03:37] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[13:03:37] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.48
[13:03:38] [Server thread/INFO]:         __
[13:03:38] [Server thread/INFO]:   |    |__)   LuckPerms v5.3.48
[13:03:38] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[13:03:38] [Server thread/INFO]:
[13:03:38] [Server thread/INFO]: [LuckPerms] Loading configuration...
[13:03:39] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[13:03:39] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[13:03:39] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[13:03:39] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[13:03:40] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[13:03:40] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[13:03:40] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2758ms)
[13:03:40] [Server thread/INFO]: [EbonRootQOLPlugin] Enabling EbonRootQOLPlugin v0.1
[13:03:40] [Server thread/INFO]: [EbonRootQOLPlugin] Ebonroot Quality of Life Plugin Enabled
[13:03:40] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[13:03:40] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[13:03:40] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[13:03:40] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[13:03:40] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[13:03:40] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[13:03:40] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.0-SNAPSHOT+5835-b8a9c00
[13:03:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[13:03:41] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[13:03:41] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_17_R1 as the Bukkit adapter
[13:03:43] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[13:03:43] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[13:03:43] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[13:03:43] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[13:03:43] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[13:03:43] [Server thread/INFO]: Preparing level "spawn"
[13:03:43] [Server thread/INFO]: -------- World Settings For [spawn] --------
[13:03:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[13:03:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Carrot Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Potato Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Vine Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Kelp Growth Modifier: 100%
[13:03:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[13:03:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[13:03:43] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[13:03:43] [Server thread/INFO]: Max TNT Explosions: 100
[13:03:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[13:03:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[13:03:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[13:03:43] [Server thread/INFO]: Item Merge Radius: 2.5
[13:03:43] [Server thread/INFO]: Item Despawn Rate: 6000
[13:03:43] [Server thread/INFO]: View Distance: 10
[13:03:43] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[13:03:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[13:03:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[13:03:43] [Server thread/INFO]: Mob Spawn Range: 6
[13:03:45] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[13:03:54] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[13:03:54] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[13:03:55] [Server thread/INFO]: Time elapsed: 9928 ms
[13:03:55] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.6.0
[13:03:55] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[13:03:55] [Server thread/INFO]: [AdvancedPortals] Bungee detected. Enabling proxy features.
[13:03:55] [Server thread/INFO]: Advanced portals have been successfully enabled!
[13:03:55] [Server thread/INFO]: [VanillaTweaks] Enabling VanillaTweaks v0.1.19
[13:03:56] [Server thread/ERROR]: [VanillaTweaks] world is not a valid world!
[13:03:57] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.7
[13:03:57] [Server thread/INFO]: [MysqlPlayerDataBridge] Enabling MysqlPlayerDataBridge v3.36.1
[13:03:58] [Server thread/INFO]: [MysqlPlayerDataBridge] Loading the config file...
[13:03:58] [Server thread/INFO]: [MysqlPlayerDataBridge] Vault dependency found.
[13:03:58] [Server thread/INFO]: [MysqlPlayerDataBridge] Using economy system: Essentials Economy
[13:03:58] [Server thread/INFO]: [MysqlPlayerDataBridge] Compatible server version detected: 1.17
[13:03:58] [Server thread/INFO]: [MysqlPlayerDataBridge] Connecting to the database...
[13:03:58] [Server thread/INFO]: [MysqlPlayerDataBridge] Database connection successfull!
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Data save task is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync inventory is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync gamemode is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync armor is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync enderchest is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync experience is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync active potion effects is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players health is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players food is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players air is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players location is disabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync players bed location is disabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] Sync economy is enabled.
[13:03:59] [Server thread/INFO]: [MysqlPlayerDataBridge] MysqlPlayerDataBridge loaded successfully!
[13:03:59] [Server thread/INFO]: [MultiChat] Enabling MultiChat v1.9.6*
[13:03:59] [Server thread/INFO]: [MCL] MultiChatLocal hooked with Vault!
[13:03:59] [Server thread/INFO]: [Ultimate_Economy] Enabling Ultimate_Economy v1.2.8
[13:03:59] [Server thread/INFO]: [org.ue.common.utils.MessageWrapperImpl] [Ultimate_Economy] Loading language file: 'en' 'US'
[13:03:59] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
[13:03:59] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[13:03:59] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsMysqlStorage to the same version.
[13:04:00] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[13:04:00] [Server thread/INFO]: [Essentials] No kits found to migrate.
[13:04:00] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
[13:04:00] [Server thread/INFO]: [Essentials] Using locale en_US
[13:04:00] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[13:04:00] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
[13:04:00] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[13:04:00] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[13:04:00] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.2.0
[13:04:00] [Server thread/INFO]: [EssentialsChat] Metrics disabled per bStats config.
[13:04:00] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.18.2.0
[13:04:00] [Server thread/INFO]: [EssentialsAntiBuild] Metrics disabled per bStats config.
[13:04:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0
[13:04:00] [Server thread/INFO]: [EssentialsSpawn] Metrics disabled per bStats config.
[13:04:00] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v3.4.3
[13:04:00] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.5+3827266
[13:04:00] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[13:04:00] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[13:04:00] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[13:04:00] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[13:04:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[13:04:00] [Server thread/INFO]: [WorldGuard] Loading region data...
[13:04:01] [Server thread/WARN]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
[13:04:01] [Server thread/INFO]: Database: jdbc:mysql://localhost/ebonroot (MySQL 5.5)
[13:04:01] [Server thread/INFO]: Current version of schema `ebonroot`: 2
[13:04:01] [Server thread/INFO]: Schema `ebonroot` is up to date. No migration necessary.
[13:04:01] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.0.8
[13:04:01] [Server thread/INFO]: [WESV] Using WorldEdit 7 api
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Enabling EssentialsMysqlStorage v1.22.4
[13:04:01] [Server thread/ERROR]: [EssentialsMysqlStorage] Incompatible server version detected: 1.17 .Errors may take place! Update required!
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Loading the config file...
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Using economy system: Essentials Economy
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Config loaded successfully!
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Connecting to the database...
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Database connection successful!
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] Data save task will run each 3 minutes.
[13:04:01] [Server thread/INFO]: [EssentialsMysqlStorage] EssentialsMysqlStorage loaded successfully!
[13:04:01] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.18.2.0
[13:04:01] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[13:04:01] [Server thread/INFO]: [EssentialsProtect] Metrics disabled per bStats config.
[13:04:01] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.199
[13:04:01] [Server thread/INFO]: [mcMMO] [Debug] Loading mcMMO config.yml File...
[13:04:01] [Server thread/INFO]: [mcMMO] [Debug] No errors found in config.yml!
[13:04:01] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_override.properties
[13:04:01] [Server thread/INFO]: [mcMMO] [Debug] Loading mcMMO advanced.yml File...
[13:04:01] [Server thread/INFO]: [mcMMO] [Debug] No errors found in advanced.yml!
[13:04:01] [Server thread/INFO]: [mcMMO] Platform String: 1.17-R0.1-SNAPSHOT
[13:04:01] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.17.1
[13:04:01] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[13:04:01] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[13:04:02] [Server thread/INFO]: [mcMMO] Registering enchantments for Fishing Book...
[13:04:06] [Server thread/INFO]: [mcMMO] Killing orphans
[13:04:06] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[13:04:06] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[13:04:06] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[13:04:06] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.23.0
[13:04:06] [Server thread/WARN]: Could not register alias spawn because it contains commands that do not exist: /server spawn
[13:04:07] [Server thread/INFO]: Running delayed init tasks
[13:04:07] [Server thread/INFO]: Done (43.943s)! For help, type "help"
[13:04:07] [Server thread/INFO]: Timings Reset
[13:04:08] [pool-28-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (aexxxx8)
[13:04:09] [Log4j2-TF-1-AsyncLogger[AsyncContext@443b7951]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
[13:04:10] [Log4j2-TF-1-AsyncLogger[AsyncContext@443b7951]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[13:04:11] [Log4j2-TF-1-AsyncLogger[AsyncContext@443b7951]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:ebonroot.com(772136461268287538)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(850883543970086913)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announce(850882525474717706)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderators(850898880446726155)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(772136461268287541)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gameworld(850826028553338891)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support(850890778803830805)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general💭(781947862136258560)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:event-vc🎉(781948581321375805)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(849412657332355093)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gameplay-economy(849412791491493958)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:plugin-configs(850827210532061194)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:spawn(849394053870125076)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:worlds(849396463518613514)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gamerules(849420559175122974)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:pvp(849419133472079943)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mascot(849772654802370621)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:maze🧱(782364637080322048)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:sagebrush-🐴(787536223588843560)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ideas💡(779350695475281931)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:maps🗺(773533453853392896)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:build-rules🏫(772615789316014130)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:prizes-and-money💵(774304532574240808)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:random🗯(779948979667861515)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mailbox📬(786232227028664340)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:tournaments-🥊(787065690309132388)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:racetracks🚥(782565785956122655)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:debriefing-and-strategy💭(772731000332746772)
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] JDBC tables passed validation, using JDBC account backend
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[13:04:11] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
[13:04:12] [User Authenticator #1/INFO]: UUID of player Anseloch is 1209xxxxbf98
[13:04:13] [Server thread/INFO]: Anseloch[/172.20.0.2:45341] logged in with entity id 29 at ([spawn]-454.1336155020245, 71.0, -511.50690078555454)
[13:04:54] [Server thread/INFO]: Anseloch lost connection: Disconnected
[13:04:55] [Server thread/INFO]: Anseloch left the game
[13:05:33] [User Authenticator #2/INFO]: UUID of player Anseloch is 1209xxxxbf98
[13:05:33] [Server thread/INFO]: Anseloch[/172.20.0.2:47461] logged in with entity id 34 at ([spawn]-457.4917824389797, 71.0, -511.3519297436673)
[13:10:24] [Server thread/INFO]: Automatic saving is now disabled
[13:10:24] [Server thread/INFO]: Saving the game (this may take a moment!)
[13:10:24] [Server thread/INFO]: ThreadedAnvilChunkStorage (spawn): All chunks are saved
[13:10:24] [Server thread/INFO]: Saved the game
[13:10:33] [Server thread/INFO]: Automatic saving is now enabled
[13:10:33] [Server thread/INFO]: [Server] Backup completed in 10 seconds
[13:11:07] [Server thread/INFO]: [Server] Hangon, starting server backup...
[13:11:07] [Server thread/INFO]: Automatic saving is now disabled
[13:11:07] [Server thread/INFO]: Saving the game (this may take a moment!)
[13:11:07] [Server thread/INFO]: ThreadedAnvilChunkStorage (spawn): All chunks are saved
[13:11:07] [Server thread/INFO]: Saved the game
[13:11:16] [Server thread/INFO]: Automatic saving is now enabled
[13:11:17] [Server thread/INFO]: [Server] Backup completed in 10 seconds
[13:12:09] [Server thread/INFO]: Anseloch lost connection: Timed out
[13:12:09] [Server thread/INFO]: Anseloch left the game

The error message was seen in my player chat when I signed in at [13:04], and again when I signed out/in a second time at [13:05]. I restarted a few times to see if I could figure anything out, and while getting eveything current. The problem persisted and didn't change.

Thanks!

Proximyst commented 3 years ago

The attached logs don't contain the error you are citing in OP. Would you be able to get those in specific, or reproduce the problem?

Did you update EssentialsX and its SQL player data bridge in the process of this? If so, what versions were they before?

CC: @JRoy

JRoy commented 3 years ago

EssentialsX doesn't support any kind of SQL bridge, make sure you're on the latest dev build is all I can say.

This isn't a Paper issue in the slightest however.

srevenant commented 3 years ago

The error is in chat in-game, not the logs.

I didn't expect this was a paper bug, but figured I'd post it here incase it might have been related to something. All good tho, we can close.