LWC
LWC copied to clipboard
latest LWC not working with 1.11.2
Error:
[12:28:08] [Server thread/ERROR]: Error occurred while enabling LWC v4.5.0-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: org/sqlite/NativeDB
at java.lang.ClassLoader$NativeLibrary.load(Native Method) ~[?:1.8.0_121]
at java.lang.ClassLoader.loadLibrary0(Unknown Source) ~[?:1.8.0_121]
at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:1.8.0_121]
at java.lang.Runtime.load0(Unknown Source) ~[?:1.8.0_121]
at java.lang.System.load(Unknown Source) ~[?:1.8.0_121]
at org.sqlite.SQLiteJDBCLoader.loadNativeLibrary(SQLiteJDBCLoader.java:272) ~[spigot.jar:git-Spigot-65a0347-a552117]
at org.sqlite.SQLiteJDBCLoader.loadSQLiteNativeLibrary(SQLiteJDBCLoader.java:308) ~[spigot.jar:git-Spigot-65a0347-a552117]
at org.sqlite.SQLiteJDBCLoader.initialize(SQLiteJDBCLoader.java:64) ~[spigot.jar:git-Spigot-65a0347-a552117]
at org.sqlite.core.NativeDB.load(NativeDB.java:56) ~[spigot.jar:git-Spigot-65a0347-a552117]
at org.sqlite.core.CoreConnection.open(CoreConnection.java:211) ~[spigot.jar:git-Spigot-65a0347-a552117]
at org.sqlite.core.CoreConnection.
Any advice?
Have a look at this: https://github.com/Hidendra/LWC/issues/953
INFO java.lang.NoClassDefFoundError: org/sqlite/NativeDB
A plugin is loading its own conflicting version of SQLite instead of using the one bundled with CraftBukkit/Spigot
Check this:
https://github.com/Hidendra/LWC/issues/953
and this:
https://hub.spigotmc.org/jira/browse/SPIGOT-2783