MrTigreroux / TigerReports

Spigot plugin to manage player reports.
16 stars 17 forks source link

An error has occurred with the database #118

Closed rishabhk571 closed 2 years ago

rishabhk571 commented 2 years ago
org.sqlite.SQLiteException: [SQLITE_BUSY]  The database file is locked (database is locked)
        at org.sqlite.core.DB.newSQLException(DB.java:1030) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.newSQLException(DB.java:1042) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.execute(DB.java:881) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.executeUpdate(DB.java:922) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:98) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at fr.mrtigreroux.tigerreports.data.database.Database.update(Database.java:59) ~[TigerReports.jar:?]
        at fr.mrtigreroux.tigerreports.data.database.Database$1.run(Database.java:81) ~[TigerReports.jar:?]
        at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-267]
        at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-267]
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-267]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
rishabhk571 commented 2 years ago

[05:40:56 ERROR]: [TigerReports] Une erreur est survenue avec la base de donnees:

org.sqlite.SQLiteException: [SQLITE_BUSY]  The database file is locked (database is locked)
        at org.sqlite.core.DB.newSQLException(DB.java:1030) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.newSQLException(DB.java:1042) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.execute(DB.java:881) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.executeUpdate(DB.java:922) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:98) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at fr.mrtigreroux.tigerreports.data.database.Database.update(Database.java:59) ~[TigerReports.jar:?]
        at fr.mrtigreroux.tigerreports.data.database.SQLite$2.run(SQLite.java:79) ~[TigerReports.jar:?]
        at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-267]
        at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-267]
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-267]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
rishabhk571 commented 2 years ago

LOGS :

[05:30:20] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[05:30:22] [Worker-Main-1/INFO]: Loaded 7 recipes
[05:30:25] [Server thread/INFO]: Starting minecraft server version 1.18.2
[05:30:25] [Server thread/INFO]: Loading properties
[05:30:25] [Server thread/INFO]: This server is running Paper version git-Paper-267 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: e7d928a)
[05:30:25] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:30:25] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:30:25] [Server thread/INFO]: Default game type: SURVIVAL
[05:30:25] [Server thread/INFO]: Generating keypair
[05:30:25] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:28172
[05:30:25] [Server thread/INFO]: Using epoll channel type
[05:30:25] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:30:25] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[05:30:26] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_18_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[05:30:32] [Server thread/WARN]: Legacy plugin RedstoneClockDetector v0.2.5 does not specify an api-version.
[05:30:32] [Server thread/WARN]: Legacy plugin Home v2.1 does not specify an api-version.
[05:30:32] [Server thread/WARN]: Legacy plugin AdvancedLogin v3.22 does not specify an api-version.
[05:30:33] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
[05:30:33] [Server thread/INFO]: [TigerReports] Loading TigerReports v5.0.16
[05:30:33] [Server thread/INFO]: [Hibernate] Loading Hibernate v2.0.0
[05:30:33] [Server thread/INFO]: [UltimateAntiBot] Loading UltimateAntiBot v3.3
[05:30:33] [Server thread/INFO]: [RedstoneClockDetector] Loading RedstoneClockDetector v0.2.5
[05:30:33] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
[05:30:33] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.2.1
[05:30:33] [Server thread/INFO]: [ViaVersion] ViaVersion 4.2.1 is now loaded, injecting!
[05:30:33] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[05:30:33] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[05:30:33] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[05:30:33] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[05:30:33] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[05:30:33] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[05:30:33] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[05:30:33] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[05:30:33] [Server thread/INFO]: [floodgate] Loading floodgate v2.1.0-SNAPSHOT
[05:30:35] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[05:30:37] [Server thread/WARN]: [floodgate] en_ is not a supported Floodgate language.
[05:30:37] [Server thread/INFO]: [floodgate] Took 3,386ms to boot Floodgate
[05:30:37] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.18
[05:30:37] [Server thread/INFO]: [Home] Loading Home v2.1
[05:30:37] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.2.1
[05:30:37] [Server thread/INFO]: [ViaBackwards] Loading translations...
[05:30:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
[05:30:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
[05:30:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings...
[05:30:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
[05:30:37] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
[05:30:37] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
[05:30:37] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
[05:30:37] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
[05:30:37] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
[05:30:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
[05:30:37] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings...
[05:30:38] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2
[05:30:38] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.9
[05:30:38] [Server thread/INFO]: [SimpleScore] Loading SimpleScore v3.11.1
[05:30:38] [Server thread/INFO]: [AdvancedLogin] Loading AdvancedLogin v3.22
[05:30:38] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.4
[05:30:38] [Server thread/INFO]: [Maintenance] Loading Maintenance v4.0.1
[05:30:38] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.0.3-SNAPSHOT
[05:30:38] [Server thread/INFO]: [Spartan] Loading Spartan vBuild 469
[05:30:38] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.25.1
[05:30:38] [Server thread/INFO]: [SpartanWebhooks] Loading SpartanWebhooks v2.0
[05:30:38] [Server thread/INFO]: [PlugManX] Loading PlugManX v2.3.0
[05:30:38] [Server thread/INFO]: true
[05:30:38] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:30:38] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2
[05:30:38] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.9
[05:30:39] [Server thread/INFO]:         __    
[05:30:39] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.9
[05:30:39] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[05:30:39] [Server thread/INFO]: 
[05:30:39] [Server thread/INFO]: [LuckPerms] Loading configuration...
[05:30:39] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[05:30:41] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[05:30:41] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[05:30:41] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3059ms)
[05:30:41] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.0
[05:30:42] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[05:30:42] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[05:30:42] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[05:30:42] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[05:30:42] [Server thread/INFO]: Preparing level "world"
[05:30:48] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:30:49] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:49] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:49] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:50] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:50] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:51] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:51] [Server thread/INFO]: Time elapsed: 2783 ms
[05:30:51] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:30:51] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:51] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:52] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:52] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:53] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:53] [Server thread/INFO]: Time elapsed: 2104 ms
[05:30:53] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:30:53] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:53] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:54] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:54] [Server thread/INFO]: Preparing spawn area: 0%
[05:30:55] [Server thread/INFO]: Time elapsed: 1695 ms
[05:30:55] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
[05:30:55] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[05:30:55] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[05:30:55] [Server thread/INFO]: --------------------
[05:30:55] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[05:30:55] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[05:30:55] [Server thread/INFO]: --------------------
[05:30:55] [Server thread/INFO]: [TigerReports] Enabling TigerReports v5.0.16
[05:30:55] [Server thread/INFO]: [Hibernate] Enabling Hibernate v2.0.0
[05:30:55] [Server thread/INFO]: [UltimateAntiBot] Enabling UltimateAntiBot v3.3
[05:30:55] [Server thread/INFO]: AB » Loading Core...
[05:30:56] [Server thread/INFO]: AB » Loaded Filter
[05:30:56] [Server thread/INFO]: AB » 1245 IPs have been loaded into the FrameWork
[05:30:56] [Server thread/INFO]: AB » 1245 Joindata have been loaded intro the Framework
[05:30:56] [Server thread/INFO]: AB »  _    _         ____ 
[05:30:56] [Server thread/INFO]: AB » | |  | |  /\   |  _ \ 
[05:30:56] [Server thread/INFO]: AB » | |  | | /  \  | |_) |
[05:30:56] [Server thread/INFO]: AB » | |  | |/ /\ \ |  _ <
[05:30:56] [Server thread/INFO]: AB » | |__| / ____ \| |_) |
[05:30:56] [Server thread/INFO]: AB » \____/_/     \_\____/
[05:30:56] [Server thread/INFO]: AB » Running version 3.3
[05:30:56] [Server thread/INFO]: AB » Enabled
[05:30:56] [Server thread/INFO]: Took 404 ms
[05:30:56] [Server thread/INFO]: [RedstoneClockDetector] Enabling RedstoneClockDetector v0.2.5*
[05:30:56] [Server thread/INFO]: [RedstoneClockDetector] Enabled.
[05:30:56] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
[05:30:56] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.2.1 which is not a depend or softdepend of this plugin.
[05:30:56] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:30:56] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.2.1
[05:30:56] [Server thread/INFO]: [floodgate] Enabling floodgate v2.1.0-SNAPSHOT
[05:30:56] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18
[05:30:56] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[05:30:57] [Server thread/INFO]: [GriefPrevention] 411 total claims loaded.
[05:30:57] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[05:30:57] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[05:30:57] [Server thread/INFO]: [GriefPrevention] Boot finished.
[05:30:57] [Server thread/INFO]: [Home] Enabling Home v2.1*
[05:30:57] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.2.1
[05:30:57] [Server thread/INFO]: [SimpleScore] Enabling SimpleScore v3.11.1
[05:30:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SimpleScore [3.11.1]
[05:30:58] [Server thread/INFO]: [AdvancedLogin] Enabling AdvancedLogin v3.22*
[05:30:58] [Server thread/INFO]: [AdvancedLogin] [STDOUT] [AdvancedLogin] Leaked by YOURNAME @ BlackSpigot.com
[05:30:58] [Server thread/WARN]: Nag author(s): '[Leoko]' of 'AdvancedLogin' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:30:58] [Server thread/INFO]: [AdvancedLogin] [STDOUT] Enabeling files-system
[05:30:58] [Server thread/INFO]: [AdvancedLogin] [STDOUT] Checking PINs!
[05:30:58] [Server thread/INFO]: [AdvancedLogin] [STDOUT] Done!
[05:30:58] [Server thread/INFO]: [AdvancedLogin] [STDOUT] 
[=]---------------------------[=]
-= AdvancedLogin =-
Dev: Leoko
Status: Enabled
License: Privat
[=]---------------------------[=]
[05:30:58] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.4
[05:30:58] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[05:30:58] [Server thread/INFO]: [Essentials] No kits found to migrate.
[05:30:58] [Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[05:30:58] [Server thread/INFO]: [Essentials] Using locale en
[05:30:58] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:30:59] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:30:59] [Server thread/WARN]: [Essentials] Detected supported permissions plugin LuckPerms without Vault installed.
[05:30:59] [Server thread/WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.
[05:30:59] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[05:30:59] [Server thread/INFO]: [Maintenance] Enabling Maintenance v4.0.1
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.0.3-SNAPSHOT
[05:30:59] [Server thread/ERROR]: [Geyser-Spigot] [STDERR] Invalid number found for Geyser remote port in config!
[05:30:59] [Server thread/WARN]: Nag author(s): '[GeyserMC]' of 'Geyser-Spigot' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] Auto-loaded Floodgate key
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] 
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.0.3-SNAPSHOT (git-master-db13b4c)
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] 
[05:30:59] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[05:31:03] [Server thread/INFO]: [Geyser-Spigot] Loaded Floodgate key!
[05:31:03] [Network Listener - #1/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:28172
[05:31:03] [Server thread/INFO]: [Geyser-Spigot] Done (4.287s)! Run /geyser help for help!
[05:31:04] [Server thread/INFO]: [Spartan] Enabling Spartan vBuild 469
[05:31:04] [Server thread/INFO]: [Spartan] [STDOUT] [*] Cracked by Haizivs#7206 <3
[05:31:04] [Server thread/WARN]: Nag author(s): '[Evangelos Dedes @Vagdedes]' of 'Spartan' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:31:06] [Server thread/INFO]: [Spartan] [STDOUT]  Downloaded from https://directleaks.to 
[05:31:06] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.25.1
[05:31:06] [Server thread/INFO]: [SpartanWebhooks] Enabling SpartanWebhooks v2.0
[05:31:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spartanwebhooks [2.0]
[05:31:07] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:31:07] [Server thread/INFO]: Running delayed init tasks
[05:31:07] [Craft Scheduler Thread - 4 - TigerReports/INFO]: [TigerReports] Le plugin utilise la base de donnees SQLite (par defaut).
[05:31:07] [Craft Scheduler Thread - 9 - Essentials/INFO]: [Essentials] §6Fetching version information...
[05:31:07] [pool-40-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (339e5e81da67cfe6210679af775eb66a9b5033be)
[05:31:08] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[05:31:08] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18.2 (758)
[05:31:08] [Server thread/INFO]: [TigerReports] Le plugin utilise BungeeCord.
[05:31:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.2]
[05:31:08] [Server thread/INFO]: 1 placeholder hook(s) registered!
[05:31:08] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[05:31:08] [Server thread/INFO]: Done (43.680s)! For help, type "help"
[05:31:08] [Server thread/INFO]: Timings Reset
[05:31:08] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[05:31:10] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Sonic SMP ⚔(804307803405418526)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discord-community-updates(873179901182754837)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:verify-here(939079552704086017)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤗〢𝐖𝐞𝐥𝐜𝐨𝐦𝐞(806196634567442462)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:➕〢𝐈𝐧𝐯𝐢𝐭𝐞𝐝(895907314383601664)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✅〢𝐘𝐓-𝐕𝐢𝐝𝐞𝐨(806196641455144970)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📣〢𝐔𝐩𝐝𝐚𝐭𝐞𝐬(806196639412256818)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏆〢𝐕𝐈𝐏-𝐏𝐫𝐨𝐦𝐨(977611854207672353)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💜〢𝐁𝐨𝐨𝐬𝐭𝐞𝐫𝐬(811536814208057375)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💻〢𝐒𝐩𝐞𝐜𝐬(912660493477482506)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⇝👑〢𝐑𝐮𝐥𝐞𝐬(806196642361507880)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⇝👑〢𝐑𝐨𝐥𝐞𝐬(806196645817614346)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📝-𝐒𝐭𝐚𝐟𝐟-𝐖𝐨𝐫𝐤(881572885548924978)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✅-𝐌𝐨𝐝-𝐋𝐨𝐠(806196686736719942)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💡-𝐒𝐮𝐠𝐠𝐞𝐬𝐭𝐢𝐨𝐧𝐬(876141858219245648)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📩-𝐒𝐮𝐩𝐩𝐨𝐫𝐭(889487048715685959)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚖-𝐃𝐞𝐜𝐢𝐬𝐢𝐨𝐧𝐬(886242353864667197)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📝〢𝐂𝐨𝐧𝐯𝐞𝐫𝐬𝐚𝐭𝐢𝐨𝐧(806196650666098728)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚡〢𝐌𝐞𝐦𝐛𝐞𝐫-𝐂𝐡𝐚𝐭(976569247977312327)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗄〢𝐒𝐞𝐚𝐬𝐨𝐧-𝟑-𝐈𝐧𝐟𝐨(973865487937200148)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📸〢𝐌𝐞𝐝𝐢𝐚(806196652771639296)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💁🏻〢𝐏𝐫𝐨𝐦𝐨(806196674107801640)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎁〢𝐑𝐞𝐰𝐚𝐫𝐝𝐬(895914139489275924)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎉〢𝐆𝐢𝐯𝐞𝐚𝐰𝐚𝐲(895920479871848478)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:😂〢𝐬𝟎𝐧𝐢𝐜𝐤𝐢𝐫𝐞𝐝𝐝𝐢𝐭(928659044992954448)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎧-𝐏𝐚𝐧𝐜𝐚𝐤𝐞-𝐌𝐮𝐬𝐢𝐜(886636931826483240)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎧-𝐇𝐲𝐝𝐫𝐚-𝐌𝐮𝐬𝐢𝐜(922555265709129780)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎧-𝐉𝐞𝐫𝐢𝐜𝐡𝐨-𝐌𝐮𝐬𝐢𝐜(936342381777788948)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐒𝐌𝐏-𝐈𝐏(873583873869635706)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐒𝐌𝐏-𝐒𝐭𝐚𝐭𝐮𝐬(936117811305140274)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐒𝐌𝐏-𝐂𝐡𝐚𝐭(927879586149179442)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐒𝐌𝐏-𝐂𝐨𝐧𝐬𝐨𝐥𝐞(927897047858827354)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐐𝐮𝐞𝐫𝐢𝐞𝐬(876139766427549708)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐑𝐞𝐜𝐨𝐦𝐦𝐞𝐧𝐝𝐬(942140150220222524)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐑𝐞𝐜𝐫𝐮𝐢𝐭𝐦𝐞𝐧𝐭(940591017466421278)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐓𝐞𝐱𝐭𝐮𝐫𝐞𝐬(924251238638444554)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐂𝐫𝐞𝐚𝐭𝐢𝐨𝐧𝐬(939561217691889704)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐂𝐫𝐚𝐟𝐭𝐲(905312941346283570)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐋𝐞𝐚𝐤𝐬(869602804744978442)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:😈-𝐓𝐫𝐮𝐭𝐡-𝐃𝐚𝐫𝐞(951844877778423918)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🃏-𝐊𝐚𝐫𝐮𝐭𝐚(893826056866390077)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💸-𝐎𝐰𝐨(806196657334124594)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🏦-𝐃𝐚𝐧𝐤-𝐌𝐞𝐦𝐞𝐫(894965867400556614)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔢-𝐂𝐨𝐮𝐧𝐭𝐞𝐫(875767712939405393)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🐶-𝐃𝐮𝐧𝐠𝐞𝐨𝐧𝐬-𝐑𝐏𝐆(900677436121944104)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💰-𝐂𝐚𝐬𝐢𝐧𝐨(901187140631814154)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧞-𝐀𝐤𝐢𝐧𝐚𝐭𝐨𝐫(894183037418504224)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌟-𝐗𝐏-𝐅𝐚𝐫𝐦(920308872634302464)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🐲-𝐏𝐨𝐤é𝐭𝐰𝐨(921254874153377864)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎂-𝐁𝐢𝐫𝐭𝐡𝐝𝐚𝐲(885553616369352704)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🙋🏻-𝐁𝐮𝐦𝐩𝐢𝐧𝐠(898966827286270056)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💀-𝐌𝐚𝐲𝐦𝐚𝐲(900695246902558730)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✅-𝐑𝐚𝐧𝐤-𝐔𝐩(806196659021152256)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:✅-𝐂𝐡𝐞𝐜𝐤-𝐑𝐚𝐧𝐤(808249885663952906)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🆓-𝐅𝐫𝐞𝐞-𝐠𝐚𝐦𝐞𝐬(891052436209422356)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:➕-𝐈𝐧𝐯𝐢𝐭𝐞𝐬(909775472735428618)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🤖𝐂𝐡𝐚𝐭-𝐁𝐨𝐭(929351035770789918)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔫-𝐘𝐨𝐮𝐫-𝐒𝐭𝐚𝐭𝐬(881186494969155624)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔫-𝐋𝐞𝐚𝐤𝐬-𝐧-𝐓𝐫𝐢𝐜𝐤𝐬(855118319841181707)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔫-𝐂𝐫𝐨𝐬𝐬𝐡𝐚𝐢𝐫-𝐒𝐞𝐭𝐭𝐢𝐧𝐠𝐬(879740565904834640)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔗〢𝐒𝐨𝐟𝐭𝐰𝐚𝐫𝐞𝐬(861110515425738752)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔗〢𝐏𝐥𝐮𝐠𝐢𝐧𝐬(861110739694780436)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔗〢𝐒𝐡𝐨𝐫𝐭𝐜𝐮𝐭𝐬(878307752223571978)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🖼-𝐆𝐟𝐱-𝐏𝐚𝐜𝐤(806536548014620673)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🖼-𝐁𝐚𝐜𝐤𝐠𝐫𝐨𝐮𝐧𝐝𝐬(806537152934182983)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🖼-𝐆𝐟𝐱-𝐌𝐚𝐭𝐞𝐫𝐢𝐚𝐥(806537352927117332)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𝐒𝐞𝐭𝐮𝐩-𝐋𝐨𝐠(806196681351364638)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𝐃𝐲𝐧𝐨-𝐋𝐨𝐠(806196683804901386)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𝐒𝐞𝐫𝐯𝐞𝐫-𝐋𝐨𝐠(806196685436485682)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:𝐌𝐞𝐬𝐬𝐚𝐠𝐞-𝐋𝐨𝐠(806196687957262336)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:wick-logs(881572872135512126)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐖𝐡𝐢𝐭𝐞𝐥𝐢𝐬𝐭(927549592835354664)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐁𝐖-𝐈𝐏(944839212774092821)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐁𝐖-𝐂𝐡𝐚𝐭(941585194178216006)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐁𝐖-𝐂𝐨𝐧𝐬𝐨𝐥𝐞(941591183120019456)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐁𝐖-𝐒𝐭𝐚𝐭𝐮𝐬(944841292863668234)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐒𝐁-𝐂𝐡𝐚𝐭(944590109217542184)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐒𝐁-𝐒𝐭𝐚𝐭𝐮𝐬(944669106634895360)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐄𝐧𝐜𝐡𝐚𝐧𝐭𝐬(933977970660474910)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐓𝐨𝐤𝐞𝐧𝐬(940157368946286614)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐒𝐤𝐢𝐧𝐬(940322368985894932)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔨︱𝐒𝐤𝐢𝐥𝐥𝐬(927258744033800283)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🧪︱𝐂𝐨𝐦𝐦𝐚𝐧𝐝𝐬(875458137971363921)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:0318(981846753143828491)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:🧪︱𝐒𝐌𝐏-𝐂𝐨𝐧𝐬𝐨𝐥𝐞(927897047858827354)
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[05:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[05:31:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.25.1]
[05:31:13] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5802ms or 116 ticks behind
[05:31:13] [pool-35-thread-1/INFO]: [Spartan Notification] Done loading 17841 rows of data to the Search Engine.
[05:31:49] [Server thread/INFO]: AB » Although spigot support has been added,
[05:31:49] [Server thread/INFO]: AB » I absolutely do not recommend that you do not use a bungeecord proxy network for your server.
[05:31:49] [Server thread/INFO]: AB » Spigot has many processes to manage due to the various plugins
[05:31:49] [Server thread/INFO]: AB » moreover the antibot to mitigate the attacks uses a system of tasks that could
[05:31:49] [Server thread/INFO]: AB » slow down servers with less powerful hardware
[05:31:49] [Server thread/INFO]: AB » Spigot has fewer checks than Bungeecord and cannot handle too many connections per second
[05:31:49] [Server thread/INFO]: AB » Stay safe! Use Waterfall
[05:35:09] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:35:13] [Server thread/INFO]: SPIRITGON joined the game
[05:35:13] [Server thread/INFO]: SPIRITGON[/49.205.244.63:37933] logged in with entity id 154 at ([world]790.4837094118446, 66.0, -161.846753115259)
[05:35:17] [Profile Lookup Executor #0/ERROR]: Uncaught exception in thread Profile Lookup Executor #0
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@1bdfe9c2[id=935b53dc-4b22-39c1-bbbe-44ad23e1e70b,name=.RomiyoBG,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:35:17] [Profile Lookup Executor #1/ERROR]: Uncaught exception in thread Profile Lookup Executor #1
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@1bdfe9c2[id=935b53dc-4b22-39c1-bbbe-44ad23e1e70b,name=.RomiyoBG,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:35:20] [Profile Lookup Executor #2/ERROR]: Uncaught exception in thread Profile Lookup Executor #2
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@3c6a22e6[id=8f0f1264-8e1a-37dd-af38-224afdb3431e,name=.GLAXYBOY2151,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:35:20] [Profile Lookup Executor #3/ERROR]: Uncaught exception in thread Profile Lookup Executor #3
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@3c6a22e6[id=8f0f1264-8e1a-37dd-af38-224afdb3431e,name=.GLAXYBOY2151,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:35:25] [Server thread/INFO]: SPIRITGON left the game
[05:35:27] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:35:37] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:35:51] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:35:57] [User Authenticator #1/INFO]: UUID of player Insane08 is 776740f4-50fd-366b-8701-e17b416d5e00
[05:36:00] [Server thread/INFO]: Insane08 joined the game
[05:36:00] [Server thread/INFO]: Insane08[/49.36.22.11:53585] logged in with entity id 373 at ([world]-1298.9170649497169, -44.0, 160.10416668653488)
[05:36:01] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 257990ms or 5159 ticks behind
[05:36:05] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:36:11] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:36:31] [Profile Lookup Executor #4/ERROR]: Uncaught exception in thread Profile Lookup Executor #4
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@6ad5bba9[id=3c31df21-ad50-39b8-8726-338a89331593,name=.Smrtykilldream,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:31] [Profile Lookup Executor #5/ERROR]: Uncaught exception in thread Profile Lookup Executor #5
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@6ad5bba9[id=3c31df21-ad50-39b8-8726-338a89331593,name=.Smrtykilldream,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:31] [Profile Lookup Executor #6/ERROR]: Uncaught exception in thread Profile Lookup Executor #6
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@cde2dc9[id=09b27d00-6254-3924-a92e-550f3221db4e,name=.HUNTER_SAMBYAL,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:31] [Profile Lookup Executor #7/ERROR]: Uncaught exception in thread Profile Lookup Executor #7
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@cde2dc9[id=09b27d00-6254-3924-a92e-550f3221db4e,name=.HUNTER_SAMBYAL,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:40] [Server thread/INFO]: CONSOLE issued server command: /broadcast Kya haal hai bhai ke !!
[05:36:40] [Server thread/INFO]: Unknown command. Type "/help" for help.
[05:36:40] [User Authenticator #1/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:36:40] [Profile Lookup Executor #8/ERROR]: Uncaught exception in thread Profile Lookup Executor #8
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@512ea5b4[id=448c6d69-1066-3a44-9740-c52c25ea8d83,name=.MannuMonsters,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:40] [Profile Lookup Executor #9/ERROR]: Uncaught exception in thread Profile Lookup Executor #9
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@512ea5b4[id=448c6d69-1066-3a44-9740-c52c25ea8d83,name=.MannuMonsters,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:40] [Server thread/INFO]: SPIRITGON joined the game
[05:36:40] [Server thread/INFO]: SPIRITGON[/49.205.244.63:38168] logged in with entity id 819 at ([world]790.4837094118446, 66.0, -161.846753115259)
[05:36:57] [Profile Lookup Executor #10/ERROR]: Uncaught exception in thread Profile Lookup Executor #10
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@6712fb97[id=46762aeb-5a94-3d64-b4ac-fa7a838c6a76,name=.ToxicGamer77xxx,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:36:57] [Profile Lookup Executor #11/ERROR]: Uncaught exception in thread Profile Lookup Executor #11
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@6712fb97[id=46762aeb-5a94-3d64-b4ac-fa7a838c6a76,name=.ToxicGamer77xxx,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:37:08] [Profile Lookup Executor #13/ERROR]: Uncaught exception in thread Profile Lookup Executor #13
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@704d145d[id=3775b5ab-966b-3349-a622-91f58813233e,name=.Raj9327,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:37:08] [Profile Lookup Executor #12/ERROR]: Uncaught exception in thread Profile Lookup Executor #12
java.lang.RuntimeException: Original profile: 'com.mojang.authlib.GameProfile@704d145d[id=3775b5ab-966b-3349-a622-91f58813233e,name=.Raj9327,properties={},legacy=false]' Run with -DPaper.debugInvalidSkullProfiles=true for further debug information.
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:192) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Name and ID cannot both be blank
    at com.mojang.authlib.GameProfile.<init>(GameProfile.java:26) ~[authlib-3.3.39.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:200) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:38) ~[paper-1.18.2.jar:git-Paper-267]
    at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:187) ~[authlib-3.3.39.jar:?]
    at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:31) ~[paper-1.18.2.jar:git-Paper-267]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$4(SkullBlockEntity.java:170) ~[?:?]
    at net.minecraft.Util.ifElse(Util.java:427) ~[?:?]
    at net.minecraft.world.level.block.entity.SkullBlockEntity.lambda$updateGameprofile$7(SkullBlockEntity.java:167) ~[?:?]
    ... 3 more
[05:37:12] [Server thread/INFO]: Insane08 found 1 gold on -1336, -52, 130
[05:37:14] [Server thread/INFO]: Insane08 found 1 gold on -1336, -52, 131
[05:37:15] [Server thread/INFO]: Insane08 found 1 gold on -1336, -52, 131
[05:38:53] [Server thread/INFO]: Insane08 found 1 gold on -1397, -52, 102
[05:38:55] [Server thread/INFO]: Insane08 found 1 gold on -1397, -53, 102
[05:38:58] [Server thread/INFO]: Insane08 found 1 gold on -1398, -53, 102
[05:38:59] [Server thread/INFO]: Insane08 found 1 gold on -1398, -54, 102
[05:39:01] [Server thread/INFO]: Insane08 found 1 gold on -1398, -54, 102
[05:39:02] [Server thread/INFO]: Insane08 found 1 gold on -1399, -54, 102
[05:39:04] [Server thread/INFO]: Insane08 found 1 gold on -1399, -54, 102
[05:39:05] [Server thread/INFO]: Insane08 found 1 gold on -1399, -54, 102
[05:39:06] [Server thread/INFO]: Insane08 found 1 gold on -1399, -54, 102
[05:39:28] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:29] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:31] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:32] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:34] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:36] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:37] [Server thread/INFO]: Insane08 found 1 gold on -1367, -43, 116
[05:39:38] [Server thread/INFO]: Insane08 found 1 gold on -1366, -43, 116
[05:39:46] [Server thread/INFO]: Insane08 found 1 diamond on -1369, -44, 108
[05:39:48] [Server thread/INFO]: Insane08 found 1 diamond on -1369, -44, 108
[05:40:11] [Server thread/INFO]: Insane08 found 1 gold on -1354, -52, 90
[05:40:13] [Server thread/INFO]: Insane08 found 1 gold on -1355, -52, 90
[05:40:25] [Server thread/WARN]: SPIRITGON was kicked due to keepalive timeout!
[05:40:25] [Server thread/INFO]: SPIRITGON left the game
[05:40:53] [User Authenticator #2/INFO]: UUID of player SPIRITGON is bdaa1f80-3a0b-357e-a051-69f1485b5fdc
[05:40:53] [Server thread/INFO]: SPIRITGON joined the game
[05:40:53] [Server thread/INFO]: SPIRITGON[/49.205.244.63:37494] logged in with entity id 2157 at ([world]775.7893623792525, 66.0, -158.47909785417906)
[05:40:56] [Craft Scheduler Thread - 55 - TigerReports/ERROR]: [TigerReports] Une erreur est survenue avec la base de donnees:
org.sqlite.SQLiteException: [SQLITE_BUSY]  The database file is locked (database is locked)
    at org.sqlite.core.DB.newSQLException(DB.java:1030) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.core.DB.newSQLException(DB.java:1042) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.core.DB.execute(DB.java:881) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.core.DB.executeUpdate(DB.java:922) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:98) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at fr.mrtigreroux.tigerreports.data.database.Database.update(Database.java:59) ~[TigerReports.jar:?]
    at fr.mrtigreroux.tigerreports.data.database.SQLite$2.run(SQLite.java:79) ~[TigerReports.jar:?]
    at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-267]
    at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-267]
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-267]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[05:40:56] [Craft Scheduler Thread - 52 - TigerReports/ERROR]: [TigerReports] Une erreur est survenue avec la base de donnees:
org.sqlite.SQLiteException: [SQLITE_BUSY]  The database file is locked (database is locked)
    at org.sqlite.core.DB.newSQLException(DB.java:1030) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.core.DB.newSQLException(DB.java:1042) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.core.DB.execute(DB.java:881) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.core.DB.executeUpdate(DB.java:922) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:98) ~[sqlite-jdbc-3.36.0.3.jar:?]
    at fr.mrtigreroux.tigerreports.data.database.Database.update(Database.java:59) ~[TigerReports.jar:?]
    at fr.mrtigreroux.tigerreports.data.database.Database$1.run(Database.java:81) ~[TigerReports.jar:?]
    at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-267]
    at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-267]
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-267]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[05:41:15] [Server thread/INFO]: SPIRITGON left the game
[05:41:27] [Server thread/INFO]: Insane08 issued server command: /home 1
[05:44:36] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] Chat: [Discord | GODLIKE Viewer🔱] KAKASHI HATAKE > kisine yaad kiya?
[05:44:38] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] Chat: [Discord | GODLIKE Viewer🔱] KAKASHI HATAKE > :eyes:
[05:44:50] [Server thread/INFO]: Insane08 fell from a high place
[05:44:57] [Server thread/INFO]: Insane08 left the game
[05:45:03] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5726ms or 114 ticks behind
[05:49:05] [Server thread/INFO]: Stopping the server
[05:49:05] [Server thread/INFO]: Stopping server
[05:49:05] [Server thread/INFO]: [PlugManX] Disabling PlugManX v2.3.0
[05:49:05] [Server thread/INFO]: [SpartanWebhooks] Disabling SpartanWebhooks v2.0
[05:49:05] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.25.1
[05:49:05] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Saved linked accounts in 13ms
[05:49:07] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 1200ms
[05:49:07] [Server thread/INFO]: [Spartan] Disabling Spartan vBuild 469
[05:49:07] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v2.0.3-SNAPSHOT
[05:49:07] [Server thread/INFO]: [Geyser-Spigot] Shutting down Geyser.
[05:49:07] [Server thread/INFO]: [Geyser-Spigot] Geyser shutdown successfully.
[05:49:07] [Server thread/INFO]: [Maintenance] Disabling Maintenance v4.0.1
[05:49:07] [Server thread/INFO]: [Essentials] Disabling Essentials v2.19.4
[05:49:07] [Server thread/INFO]: [AdvancedLogin] Disabling AdvancedLogin v3.22
[05:49:07] [Server thread/INFO]: [AdvancedLogin] [STDOUT] 
[=]---------------------------[=]
-= AdvancedLogin =-
Dev: Leoko
Status: Disabled
License: Privat
[=]---------------------------[=]
[05:49:07] [Server thread/WARN]: Nag author(s): '[Leoko]' of 'AdvancedLogin' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:49:07] [Server thread/INFO]: [SimpleScore] Disabling SimpleScore v3.11.1
[05:49:07] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.9
[05:49:07] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[05:49:07] [Server thread/INFO]: [LuckPerms] Closing storage...
[05:49:07] [WebSocketConnectReadThread-96/INFO]: [Geyser-Spigot] The skin uploader has been closed
[05:49:07] [Server thread/INFO]: [LuckPerms] Goodbye!
[05:49:07] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v2.0.2
[05:49:07] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.2.1
[05:49:07] [Server thread/INFO]: [Home] Disabling Home v2.1
[05:49:07] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v16.18
[05:49:07] [Server thread/INFO]: [GriefPrevention] GriefPrevention disabled.
[05:49:07] [Server thread/INFO]: [floodgate] Disabling floodgate v2.1.0-SNAPSHOT
[05:49:07] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.2.1
[05:49:07] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[05:49:07] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.1
[05:49:07] [Server thread/INFO]: [RedstoneClockDetector] Disabling RedstoneClockDetector v0.2.5
[05:49:07] [Server thread/INFO]: [RedstoneClockDetector] Disabled.
[05:49:07] [Server thread/INFO]: [UltimateAntiBot] Disabling UltimateAntiBot v3.3
[05:49:07] [Server thread/INFO]: AB » Saving Files
[05:49:07] [Server thread/INFO]: AB » Thanks for choosing us!
[05:49:07] [Server thread/INFO]: AB » Whitelist saved...
[05:49:07] [Server thread/INFO]: AB » join database has been saved
[05:49:07] [Server thread/INFO]: AB » Took 96 ms
[05:49:07] [Server thread/INFO]: [Hibernate] Disabling Hibernate v2.0.0
[05:49:07] [Server thread/INFO]: [TigerReports] Disabling TigerReports v5.0.16
[05:49:07] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v21.2
[05:49:07] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[05:49:08] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v21.2
[05:49:08] [Server thread/INFO]: Saving players
[05:49:08] [Server thread/INFO]: Saving worlds
[05:49:09] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[05:49:10] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[05:49:10] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[05:49:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[05:49:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[05:49:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[05:49:10] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[05:49:10] [Server thread/INFO]: Flushing Chunk IO
[05:49:10] [Server thread/INFO]: Closing Thread Pool
[05:49:10] [Server thread/INFO]: Closing Server
MrTigreroux commented 2 years ago

Hello, Thank you for your logs but unfortunately I would need others. Could you download and put that file logs.config.txt in your plugins/TigerReports folder and rename it to logs.config. Then restart your Spigot server and wait for the error to happen again, then stop your server, copy/paste your logs and send them (removing sensitive information like IPs) please. Thank you in advance.

rishabhk571 commented 2 years ago

I don't find that issue again after restarting server Thanks for guidance!!

MrTigreroux commented 2 years ago

Ok, but be conscient that the instructions I gave you just add logs messages, they are not a fix of the problem. Maybe you used the /reload command and that caused this issue, and when restarting the server the issue is not present anymore ? If you see again this error, please put back the logs.config file, then restart your server and use the plugin until the error happens another time and then send me all the logs.

rishabhk571 commented 2 years ago

Again i find same issue

[05:14:41 ERROR]: [TigerReports] Une erreur est survenue avec la base de donnees:
org.sqlite.SQLiteException: [SQLITE_BUSY]  The database file is locked (database is locked)
        at org.sqlite.core.DB.newSQLException(DB.java:1030) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.newSQLException(DB.java:1042) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.execute(DB.java:881) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.core.DB.executeUpdate(DB.java:922) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:98) ~[sqlite-jdbc-3.36.0.3.jar:?]
        at fr.mrtigreroux.tigerreports.data.database.Database.update(Database.java:59) ~[TigerReports.jar:?]
        at fr.mrtigreroux.tigerreports.data.database.SQLite$2.run(SQLite.java:79) ~[TigerReports.jar:?]
        at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-267]
        at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-267]
        at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-267]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
rishabhk571 commented 2 years ago

I am sending u logs from that by adding that log.config in few min

rishabhk571 commented 2 years ago

latest.log

MrTigreroux commented 2 years ago

Hello, your MySQL identifiers (username and password) are invalid, the connection is rejected by your database. Fix them at the end of your config.yml file then restart your server and the problem should be fixed.

rishabhk571 commented 2 years ago

done done

MrTigreroux commented 2 years ago

But I didn't see "The database file is locked (database is locked)" in the logs you sent me.