Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Bug]: NoClassDefFoundError: com/sk89q/worldguard/WorldGuard #120

Closed
vandon1 opened this issue Sep 10, 2022 · 1 comment
Closed

[Bug]: NoClassDefFoundError: com/sk89q/worldguard/WorldGuard #120

vandon1 opened this issue Sep 10, 2022 · 1 comment
Labels
bug Something isn't working BUG-1: Reproduced Scenario's Successfully Reproduced BUG-3: MAJOR For Major Issues - Crashes etc. Build: Release Issues in Production

Comments

@vandon1
Copy link

vandon1 commented Sep 10, 2022

Expected behavior

Plugin should load properly

Observed/Actual behavior

[19:47:36] [Server thread/ERROR]: Error occurred while enabling ArmorStandEditor v1.19.2-37 (Is it up to date?)
java.lang.NoClassDefFoundError: com/sk89q/worldguard/WorldGuard
at io.github.rypofalem.armorstandeditor.protections.WorldGuardProtection.(WorldGuardProtection.java:42) ~[armorstandeditor-1.19.2-37.jar:?]
at io.github.rypofalem.armorstandeditor.PlayerEditorManager.(PlayerEditorManager.java:61) ~[armorstandeditor-1.19.2-37.jar:?]
at io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin.onEnable(ArmorStandEditorPlugin.java:233) ~[armorstandeditor-1.19.2-37.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:542) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:565) ~[paper-1.19.2.jar:git-Paper-140]
at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:479) ~[paper-1.19.2.jar:git-Paper-140]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.19.2.jar:git-Paper-140]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:422) ~[paper-1.19.2.jar:git-Paper-140]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[paper-1.19.2.jar:git-Paper-140]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[paper-1.19.2.jar:git-Paper-140]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-140]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.WorldGuard
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]

Steps/models to reproduce

Latest paper 1.19.2, using armorstandeditor-1.19.2-37 the plugin is disabled

Plugin list

Plugins (46): AnvilEnhanced, ArmorStandEditor, AureliumSkills, BlockShuffle, BungeeTabListPlus, ChestSort, DrMap, EnderDragonTweaks, Essentials, EssentialsAntiBuild, EssentialsChat, EssentialsDiscord, FireFlies, floodgate, GPFlags, Graves, GriefPrevention, GSit, harvest_xp, HolographicDisplays, IronElevators, LuckPerms, MarriageMaster, NBTAPI, NoChatReports, NotTooExpensive, OtherAnimalTeleport, PetLives, PlaceholderAPI, Playtimes, ProtectionLib, ProtocolLib, SkinsRestorer, TogglePvp, TradeShop, TreeFeller, vane-core, vane-enchantments, vane-trifles, VariableTime, Vault, ViaBackwards, ViaVersion, WorldEdit, WorldNamePacket, XPPlus

Plugin Version

armorstandeditor-1.19.2-37

Server Version

This server is running Paper version git-Paper-140 (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT) (Git: e51401e)

Other

armorstandeditor-1.19.1-36 worked and loaded fine. Only armorstandeditor was updated

@vandon1 vandon1 added bug Something isn't working BUG-0: Pending Investigation BUGS/ISSUES Pending Investigation labels Sep 10, 2022
@Wolfieheart Wolfieheart added BUG-1: Reproduced Scenario's Successfully Reproduced Build: Release Issues in Production BUG-3: MAJOR For Major Issues - Crashes etc. and removed BUG-0: Pending Investigation BUGS/ISSUES Pending Investigation labels Sep 10, 2022
@Wolfieheart
Copy link
Owner

Thanks for reporting 1.19.2-37.2 incoming :)

@Wolfieheart Wolfieheart changed the title [Bug]: armorstandeditor-1.19.2-37 NoClassDefFoundError: com/sk89q/worldguard/WorldGuard [Bug]: NoClassDefFoundError: com/sk89q/worldguard/WorldGuard Sep 10, 2022
Wolfieheart added a commit that referenced this issue Sep 10, 2022
…loses #120

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
Wolfieheart added a commit that referenced this issue Sep 13, 2022
* [CORE] Bump to 1.xx.x-37 (1.xx as I dont know when we will have to update again)

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI] Bump PlotSquared-Core to v6.9.4 (#112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump PlotSquared-Bukkit to v6.9.4 (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump SuperiorSkyblockAPI to v1.11.1 (#109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump towny to v0.98.3.4 (#108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Bump Towny to 0.98.3.8 (#115)

* [CORE] Add Lands protection (#116) 

* Add Lands protection and clean up protection system a bit

* Didn't mean to add that

* Add Lands to softdepend

* Bump version

* Bump version

* Add comment

* Add author

* Add another comment

* Add override permission check and add comment

Co-Authored with: PlanetTeamSpeakk <xxxxxxxxxxxxxxxxxxxxxxxxxx@github.com>

* [CORE] Add Lands Protection Bypass to permpack

Add in Lands Protection Byspass to the relevant Permpacks - Extension done at the end of #106

* Update dependency com.palmergames.bukkit.towny:towny to v0.98.3.8

Co-authored-by: PlanetTeamSpeak <PlanetTeamSpeakk@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Remove Discord 

Closing of the community Discord for the time being.

* [CORE] Bump LandsAPI to v6.14.4 (#117)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>

* [CORE] Hotfix - Protections not detecting Plugins Enabled Correctly. Closes #120

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Bump to 1.19.2-37.2

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Add in Functionality for Custom Names

* [CORE] Bump to 1.19.2-37.3

* [CORE] Bump to 1.19.2-37.3

* [CORE] Bump PlotSquared to 6.9.4

* [CORE] Optimize Imports

* [CORE] Fix Bugs in Implementation Part 1 - Objests.RequireNonNull

* [CORE] Fix Bug in Checking String Comparison

* [CORE] Fix Build Compliation due to incorrect variable

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: PlanetTeamSpeak <PlanetTeamSpeakk@users.noreply.github.com>
Wolfieheart added a commit that referenced this issue Oct 11, 2022
* [CORE] Fix BStats Language and Add TODOs

Fix TODOs

* [CORE] ArmorStandEditor 1.19.2-38: Prerequisits (#105)

* [CORE] Bump to 1.xx.x-37 (1.xx as I dont know when we will have to update again)

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CI] Bump PlotSquared-Core to v6.9.4 (#112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump PlotSquared-Bukkit to v6.9.4 (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump SuperiorSkyblockAPI to v1.11.1 (#109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CI] Bump towny to v0.98.3.4 (#108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Bump Towny to 0.98.3.8 (#115)

* [CORE] Add Lands protection (#116) 

* Add Lands protection and clean up protection system a bit

* Didn't mean to add that

* Add Lands to softdepend

* Bump version

* Bump version

* Add comment

* Add author

* Add another comment

* Add override permission check and add comment

Co-Authored with: PlanetTeamSpeakk <xxxxxxxxxxxxxxxxxxxxxxxxxx@github.com>

* [CORE] Add Lands Protection Bypass to permpack

Add in Lands Protection Byspass to the relevant Permpacks - Extension done at the end of #106

* Update dependency com.palmergames.bukkit.towny:towny to v0.98.3.8

Co-authored-by: PlanetTeamSpeak <PlanetTeamSpeakk@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Remove Discord 

Closing of the community Discord for the time being.

* [CORE] Bump LandsAPI to v6.14.4 (#117)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>

* [CORE] Hotfix - Protections not detecting Plugins Enabled Correctly. Closes #120

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Bump to 1.19.2-37.2

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Add in Functionality for Custom Names

* [CORE] Bump to 1.19.2-37.3

* [CORE] Bump to 1.19.2-37.3

* [CORE] Bump PlotSquared to 6.9.4

* [CORE] Optimize Imports

* [CORE] Fix Bugs in Implementation Part 1 - Objests.RequireNonNull

* [CORE] Fix Bug in Checking String Comparison

* [CORE] Fix Build Compliation due to incorrect variable

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: PlanetTeamSpeak <PlanetTeamSpeakk@users.noreply.github.com>

* [CORE] Bump Version to 1.19.2-38 (something forgotten)

* [CORE] Build Compilation Fix.

* [CORE] Fix as this is DEV not for Production Use

* [CORE] Bump SuperiorSkyblockAPI to v1.11.1 (#126)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Clean Up TODOs and add message regarding development builds

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* [CORE] Fix the idiotic bug of ListSTring Indexes

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>

* Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.4.0 (#128)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.bgsoftware:SuperiorSkyblockAPI to v2022 (#129)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Larry (Wolfieheart) <xMakeItRain94@gmail.com>

* Update dependency com.palmergames.bukkit.towny:towny to v0.98.3.10 (#131)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.plotsquared:PlotSquared-Bukkit to v6.10.1 (#132)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.plotsquared:PlotSquared-Core to v6.10.1 (#133)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [CORE] Define that that Warning is NAB and shouldnt be reported!

* [CORE] CR Remarks

Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>

Signed-off-by: Wolfieheart <xmakeitrain94@gmail.com>
Signed-off-by: Wolfieheart <xMakeItRain94@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: PlanetTeamSpeak <PlanetTeamSpeakk@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working BUG-1: Reproduced Scenario's Successfully Reproduced BUG-3: MAJOR For Major Issues - Crashes etc. Build: Release Issues in Production
Projects
None yet
Development

No branches or pull requests

2 participants