I run a semi vanilla minecraft server and updated today but a few of the updated plugins won't work. I'm unsure what the console errors means. I'm looking for an experienced dev to help me fix these issues. eg telling me what you think is the problem/how to fix.
If you help me fix most of these issues i will send $15 (or more depending on how good it goes) to your paypal
Let me know here or in PM
-/pl - Plugins http://prntscr.com/l29rzb
-Here's an example below of some of the errors.
If you help me fix most of these issues i will send $15 (or more depending on how good it goes) to your paypal
Let me know here or in PM
-/pl - Plugins http://prntscr.com/l29rzb
-Here's an example below of some of the errors.
- [14:32:54] [Server thread/INFO]: [LWC] Enabling LWC v2.1.1-46e9fa0
- [14:32:54] [Server thread/INFO]: [LWC] Connecting to SQLite
- [14:32:54] [Server thread/WARN]: No space left on device
- [14:32:54] [Server thread/ERROR]: Error occurred while enabling LWC v2.1.1-46e9fa0 (Is it up to date?)
- java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
- at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.NativeDB._open(NativeDB.java:71) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.DB.open(DB.java:174) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:25) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.JDBC.connect(JDBC.java:88) ~[patched_1.13.1.jar:git-Paper-294]
- at com.griefcraft.sql.Database.connect(Database.java:243) ~[?:?]
- at com.griefcraft.lwc.LWC.load(LWC.java:1681) ~[?:?]
- at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:282) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:349) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:231) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:793) ~[patched_1.13.1.jar:git-Paper-294]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
- [14:32:54] [Server thread/INFO]: [LWC] Disabling LWC v2.1.1-46e9fa0
- [14:32:54] [Server thread/INFO]: [LWC] Flushing protection updates (0)
- [14:32:56] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.15.1
- [14:32:56] [Server thread/ERROR]: Error occurred while enabling CoreProtect v2.15.1 (Is it up to date?)
- java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
- at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.NativeDB._open(NativeDB.java:71) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.DB.open(DB.java:174) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:25) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[patched_1.13.1.jar:git-Paper-294]
- at org.sqlite.JDBC.connect(JDBC.java:88) ~[patched_1.13.1.jar:git-Paper-294]
- at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_151]
- at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_151]
- at net.coreprotect.database.Database.getConnection(Database.java:108) ~[?:?]
- at net.coreprotect.Functions.createDatabaseTables(Functions.java:412) ~[?:?]
- at net.coreprotect.model.Config.loadDatabase(Config.java:773) ~[?:?]
- at net.coreprotect.model.Config.performInitialization(Config.java:891) ~[?:?]
- at net.coreprotect.CoreProtect.onEnable(CoreProtect.java:82) ~[?:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
- at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:349) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:616) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:578) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:311) ~[patched_1.13.1.jar:git-Paper-294]
- at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:793) ~[patched_1.13.1.jar:git-Paper-294]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
- [14:32:56] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.15.1
