Advertisement
A248

Intave fails to load on OpenJDK 17

Oct 15th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [14:14:20 ERROR]: Could not load 'plugins/intave-0.1.0-SNAPSHOT.jar' in folder 'plugins'
  2. org.bukkit.plugin.InvalidPluginException: java.lang.ExceptionInInitializerError
  3. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[patched_1.12.2.jar:git-Paper-1618]
  4. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[patched_1.12.2.jar:git-Paper-1618]
  5. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) ~[patched_1.12.2.jar:git-Paper-1618]
  6. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1618]
  7. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1618]
  8. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1618]
  9. at java.lang.Thread.run(Thread.java:833) [?:?]
  10. Caused by: java.lang.ExceptionInInitializerError
  11. at java.lang.Class.forName0(Native Method) ~[?:?]
  12. at java.lang.Class.forName(Class.java:467) ~[?:?]
  13. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.12.2.jar:git-Paper-1618]
  14. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1618]
  15. ... 6 more
  16. Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: Something went wrong :/
  17. at de.jpx3.relocator.Relocator.a(Native Method) ~[?:?]
  18. at de.jpx3.intave.IntavePlugin.<clinit>(IntavePlugin.java) ~[?:?]
  19. at java.lang.Class.forName0(Native Method) ~[?:?]
  20. at java.lang.Class.forName(Class.java:467) ~[?:?]
  21. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.12.2.jar:git-Paper-1618]
  22. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1618]
  23. ... 6 more
  24. Caused by: java.lang.IllegalStateException: Something went wrong :/
  25. at de.jpx3.relocator.Relocator.c(Native Method) ~[?:?]
  26. at de.jpx3.relocator.Relocator.a(Native Method) ~[?:?]
  27. at de.jpx3.intave.IntavePlugin.<clinit>(IntavePlugin.java) ~[?:?]
  28. at java.lang.Class.forName0(Native Method) ~[?:?]
  29. at java.lang.Class.forName(Class.java:467) ~[?:?]
  30. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.12.2.jar:git-Paper-1618]
  31. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1618]
  32. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement