Skip to content

java.lang.IllegalStateException: Circular plugin loading from plugins CoreProtect #831

@NoltoxGit

Description

@NoltoxGit

Hello,
When I compile CoreProtect with the latest commit, the server crash.

Details:

Logs: https://mclo.gs/9YmBKrE
Crash report: https://mclo.gs/AKST3ni

Crash:

[19:31:51] [Server thread/ERROR]: [LoadOrderTree] =================================
[19:31:51] [Server thread/ERROR]: [LoadOrderTree] Circular plugin loading detected:
[19:31:51] [Server thread/ERROR]: [LoadOrderTree] 1) CoreProtect -> AdvancedChests -> Nexo -> AxiomPaper -> CoreProtect
[19:31:51] [Server thread/ERROR]: [LoadOrderTree]    CoreProtect depend/softdepend: [WorldEdit, AdvancedChests]
[19:31:51] [Server thread/ERROR]: [LoadOrderTree]    AdvancedChests depend/softdepend: [Multiverse-Core, Vault, CMI, HolographicDisplays, ShopGUIPlus, Essentials, zShop, WildTools, WildStacker, Insights, RoyaleEconomy, BossShopPro, ItemShops, Slimefun, SuperiorSkyblock2, IridiumSkyblock, BentoBox, FabledSkyblock, InteractionVisualizer, ProtocolLib, IslandShop, OneStopShop, PlotSquared, TransportPipes, EconomyShopGUI, EconomyShopGUI-Premium, DeluxeBazaar, QuickShop, DecentHolograms, DynamicShop, ExcellentShop, UltraEconomy, AreaShop, NextGens, FancyHolograms, RoseStacker, Nexo]
[19:31:51] [Server thread/ERROR]: [LoadOrderTree]    Nexo loadafter: [AxiomPaper, BentoBox, Factions, HuskClaims, HuskTowns, Lands, MMOItems, ModelEngine, MythicCrucible, MythicMobs, PlaceholderAPI, PlotSquared, Spartan, TAB, Towny, Vacan, Vulcan, WorldEdit, WorldGuard]
[19:31:51] [Server thread/ERROR]: [LoadOrderTree]    AxiomPaper depend/softdepend: [CoreProtect, ViaVersion, WorldGuard, PlotSquared]
[19:31:51] [Server thread/ERROR]: [LoadOrderTree] Please report this to the plugin authors of the first plugin of each loop or join the PaperMC Discord server for further help.
[19:31:51] [Server thread/ERROR]: [LoadOrderTree] =================================
[19:31:51] [Server thread/ERROR]: [SimpleProviderStorage] Circular plugin loading detected!
[19:31:51] [Server thread/ERROR]: [SimpleProviderStorage] Circular load order:
[19:31:51] [Server thread/ERROR]: [SimpleProviderStorage]   CoreProtect -> AdvancedChests -> Nexo -> AxiomPaper -> CoreProtect
[19:31:51] [Server thread/ERROR]: [SimpleProviderStorage] Please report this to the plugin authors of the first plugin of each loop or join the PaperMC Discord server for further help.
[19:31:51] [Server thread/ERROR]: [SimpleProviderStorage] If you would like to still load these plugins, acknowledging that there may be unexpected plugin loading issues, run the server with -Dpaper.useLegacyPluginLoading=true
[19:31:51] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalStateException: Circular plugin loading from plugins CoreProtect
	at io.papermc.paper.plugin.storage.SimpleProviderStorage.handleCycle(SimpleProviderStorage.java:78) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:42) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:39) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:556) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:333) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1241) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:387) ~[universe-1.21.10.jar:1.21.10-d4ab34b]
	at java.base/java.lang.Thread.run(Thread.java:1474) ~[?:?]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions