$15 - Help fixing console errors on update to 1.13.1

Status
This thread has been locked.

Irishcheetah

Feedback score
5
Posts
112
Reactions
53
Resources
0
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.
  1. [14:32:54] [Server thread/INFO]: [LWC] Enabling LWC v2.1.1-46e9fa0
  2. [14:32:54] [Server thread/INFO]: [LWC] Connecting to SQLite
  3. [14:32:54] [Server thread/WARN]: No space left on device
  4. [14:32:54] [Server thread/ERROR]: Error occurred while enabling LWC v2.1.1-46e9fa0 (Is it up to date?)
  5. java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
  6. at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.13.1.jar:git-Paper-294]
  7. at org.sqlite.core.NativeDB._open(NativeDB.java:71) ~[patched_1.13.1.jar:git-Paper-294]
  8. at org.sqlite.core.DB.open(DB.java:174) ~[patched_1.13.1.jar:git-Paper-294]
  9. at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) ~[patched_1.13.1.jar:git-Paper-294]
  10. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[patched_1.13.1.jar:git-Paper-294]
  11. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:25) ~[patched_1.13.1.jar:git-Paper-294]
  12. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[patched_1.13.1.jar:git-Paper-294]
  13. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[patched_1.13.1.jar:git-Paper-294]
  14. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[patched_1.13.1.jar:git-Paper-294]
  15. at org.sqlite.JDBC.connect(JDBC.java:88) ~[patched_1.13.1.jar:git-Paper-294]
  16. at com.griefcraft.sql.Database.connect(Database.java:243) ~[?:?]
  17. at com.griefcraft.lwc.LWC.load(LWC.java:1681) ~[?:?]
  18. at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:282) ~[?:?]
  19. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.1.jar:git-Paper-294]
  20. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.1.jar:git-Paper-294]
  21. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.1.jar:git-Paper-294]
  22. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
  23. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:349) ~[patched_1.13.1.jar:git-Paper-294]
  24. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:231) ~[patched_1.13.1.jar:git-Paper-294]
  25. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:793) ~[patched_1.13.1.jar:git-Paper-294]
  26. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  27. [14:32:54] [Server thread/INFO]: [LWC] Disabling LWC v2.1.1-46e9fa0
  28. [14:32:54] [Server thread/INFO]: [LWC] Flushing protection updates (0)
----------------------------------------------

  1. [14:32:56] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.15.1
  2. [14:32:56] [Server thread/ERROR]: Error occurred while enabling CoreProtect v2.15.1 (Is it up to date?)
  3. java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
  4. at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.13.1.jar:git-Paper-294]
  5. at org.sqlite.core.NativeDB._open(NativeDB.java:71) ~[patched_1.13.1.jar:git-Paper-294]
  6. at org.sqlite.core.DB.open(DB.java:174) ~[patched_1.13.1.jar:git-Paper-294]
  7. at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) ~[patched_1.13.1.jar:git-Paper-294]
  8. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[patched_1.13.1.jar:git-Paper-294]
  9. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:25) ~[patched_1.13.1.jar:git-Paper-294]
  10. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[patched_1.13.1.jar:git-Paper-294]
  11. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[patched_1.13.1.jar:git-Paper-294]
  12. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[patched_1.13.1.jar:git-Paper-294]
  13. at org.sqlite.JDBC.connect(JDBC.java:88) ~[patched_1.13.1.jar:git-Paper-294]
  14. at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_151]
  15. at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_151]
  16. at net.coreprotect.database.Database.getConnection(Database.java:108) ~[?:?]
  17. at net.coreprotect.Functions.createDatabaseTables(Functions.java:412) ~[?:?]
  18. at net.coreprotect.model.Config.loadDatabase(Config.java:773) ~[?:?]
  19. at net.coreprotect.model.Config.performInitialization(Config.java:891) ~[?:?]
  20. at net.coreprotect.CoreProtect.onEnable(CoreProtect.java:82) ~[?:?]
  21. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.1.jar:git-Paper-294]
  22. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.1.jar:git-Paper-294]
  23. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.1.jar:git-Paper-294]
  24. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
  25. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:349) ~[patched_1.13.1.jar:git-Paper-294]
  26. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:616) ~[patched_1.13.1.jar:git-Paper-294]
  27. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:578) ~[patched_1.13.1.jar:git-Paper-294]
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
  29. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:311) ~[patched_1.13.1.jar:git-Paper-294]
  30. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:793) ~[patched_1.13.1.jar:git-Paper-294]
  31. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  32. [14:32:56] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.15.1
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

LilProteinShake

Java/Kotlin Developer
Supreme
Feedback score
9
Posts
326
Reactions
106
Resources
0
Either the server is out of harddrive space or the plugins don't work on 1.13
No. Look at it again. It's to do with SQLite.[DOUBLEPOST=1538683850][/DOUBLEPOST]
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.
  1. [14:32:54] [Server thread/INFO]: [LWC] Enabling LWC v2.1.1-46e9fa0
  2. [14:32:54] [Server thread/INFO]: [LWC] Connecting to SQLite
  3. [14:32:54] [Server thread/WARN]: No space left on device
  4. [14:32:54] [Server thread/ERROR]: Error occurred while enabling LWC v2.1.1-46e9fa0 (Is it up to date?)
  5. java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
  6. at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.13.1.jar:git-Paper-294]
  7. at org.sqlite.core.NativeDB._open(NativeDB.java:71) ~[patched_1.13.1.jar:git-Paper-294]
  8. at org.sqlite.core.DB.open(DB.java:174) ~[patched_1.13.1.jar:git-Paper-294]
  9. at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) ~[patched_1.13.1.jar:git-Paper-294]
  10. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[patched_1.13.1.jar:git-Paper-294]
  11. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:25) ~[patched_1.13.1.jar:git-Paper-294]
  12. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[patched_1.13.1.jar:git-Paper-294]
  13. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[patched_1.13.1.jar:git-Paper-294]
  14. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[patched_1.13.1.jar:git-Paper-294]
  15. at org.sqlite.JDBC.connect(JDBC.java:88) ~[patched_1.13.1.jar:git-Paper-294]
  16. at com.griefcraft.sql.Database.connect(Database.java:243) ~[?:?]
  17. at com.griefcraft.lwc.LWC.load(LWC.java:1681) ~[?:?]
  18. at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:282) ~[?:?]
  19. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.1.jar:git-Paper-294]
  20. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.1.jar:git-Paper-294]
  21. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.1.jar:git-Paper-294]
  22. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
  23. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:349) ~[patched_1.13.1.jar:git-Paper-294]
  24. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:231) ~[patched_1.13.1.jar:git-Paper-294]
  25. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:793) ~[patched_1.13.1.jar:git-Paper-294]
  26. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  27. [14:32:54] [Server thread/INFO]: [LWC] Disabling LWC v2.1.1-46e9fa0
  28. [14:32:54] [Server thread/INFO]: [LWC] Flushing protection updates (0)
----------------------------------------------

  1. [14:32:56] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.15.1
  2. [14:32:56] [Server thread/ERROR]: Error occurred while enabling CoreProtect v2.15.1 (Is it up to date?)
  3. java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
  4. at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.13.1.jar:git-Paper-294]
  5. at org.sqlite.core.NativeDB._open(NativeDB.java:71) ~[patched_1.13.1.jar:git-Paper-294]
  6. at org.sqlite.core.DB.open(DB.java:174) ~[patched_1.13.1.jar:git-Paper-294]
  7. at org.sqlite.core.CoreConnection.open(CoreConnection.java:220) ~[patched_1.13.1.jar:git-Paper-294]
  8. at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76) ~[patched_1.13.1.jar:git-Paper-294]
  9. at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:25) ~[patched_1.13.1.jar:git-Paper-294]
  10. at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24) ~[patched_1.13.1.jar:git-Paper-294]
  11. at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45) ~[patched_1.13.1.jar:git-Paper-294]
  12. at org.sqlite.JDBC.createConnection(JDBC.java:114) ~[patched_1.13.1.jar:git-Paper-294]
  13. at org.sqlite.JDBC.connect(JDBC.java:88) ~[patched_1.13.1.jar:git-Paper-294]
  14. at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_151]
  15. at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_151]
  16. at net.coreprotect.database.Database.getConnection(Database.java:108) ~[?:?]
  17. at net.coreprotect.Functions.createDatabaseTables(Functions.java:412) ~[?:?]
  18. at net.coreprotect.model.Config.loadDatabase(Config.java:773) ~[?:?]
  19. at net.coreprotect.model.Config.performInitialization(Config.java:891) ~[?:?]
  20. at net.coreprotect.CoreProtect.onEnable(CoreProtect.java:82) ~[?:?]
  21. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.13.1.jar:git-Paper-294]
  22. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) ~[patched_1.13.1.jar:git-Paper-294]
  23. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.13.1.jar:git-Paper-294]
  24. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
  25. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:349) ~[patched_1.13.1.jar:git-Paper-294]
  26. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:616) ~[patched_1.13.1.jar:git-Paper-294]
  27. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:578) ~[patched_1.13.1.jar:git-Paper-294]
  28. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435) ~[patched_1.13.1.jar:git-Paper-294]
  29. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:311) ~[patched_1.13.1.jar:git-Paper-294]
  30. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:793) ~[patched_1.13.1.jar:git-Paper-294]
  31. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  32. [14:32:56] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.15.1
Fix your SQLite settings for each plugin.
 
Last edited:
Status
This thread has been locked.
Top