Hidendra / LWC

Lightweight Protection for Chests, Furnaces, Dispensers, and more for the Minecraft server mod Bukkit
Other
167 stars 123 forks source link

Database not storing data. #771

Open Urzu1000 opened 10 years ago

Urzu1000 commented 10 years ago

I'm having an issue with LWC 4.4.0. When I place down a chest or other lockable item, I find that it doesn't register. When I try to use any commands (such a /cprivate), the commands themselves work fine until I go to click the block I wish to protect. Absolutely nothing happens. Not even an error message. I realized as of five minutes ago the issue. LWC is not storing block data into it's database. The database file is 0kb and completely blank.

How can I solve this?

Urzu1000 commented 10 years ago

Been trying several different things. Still no solutions found.

Urzu1000 commented 10 years ago

[21:43:01 INFO]: [Vault][Permission] SuperPermissions loaded as backup permissi n system. [21:43:01 INFO]: [Vault][Chat] GroupManager found: Waiting [21:43:01 INFO]: [Vault] Enabled Version 1.2.29-b370 [21:43:01 INFO]: [LWC] Enabling LWC v4.4.0-SNAPSHOT [21:43:01 INFO]: [LWC] Connecting to SQLite [21:43:01 ERROR]: Error occurred while enabling LWC v4.4.0-SNAPSHOT (Is it up t date?) java.lang.VerifyError: (class: org/sqlite/Stmt, method: executeLargeUpdate sign ture: (Ljava/lang/String;[Ljava/lang/String;)J) Illegal use of nonvirtual funct on call at org.sqlite.Conn.createStatement(Conn.java:366) ~[craftbukkit.jar:git Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.sqlite.Conn.createStatement(Conn.java:356) ~[craftbukkit.jar:git Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.sqlite.SQLiteConfig.apply(SQLiteConfig.java:92) ~[craftbukkit.ja :git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.sqlite.Conn.(Conn.java:65) ~[craftbukkit.jar:git-Bukkit-1. .2-R0.2-3-g530fcb7-b2978jnks] at org.sqlite.JDBC.createConnection(JDBC.java:77) ~[craftbukkit.jar:git Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.sqlite.JDBC.connect(JDBC.java:64) ~[craftbukkit.jar:git-Bukkit-1 7.2-R0.2-3-g530fcb7-b2978jnks] at com.griefcraft.sql.Database.connect(Database.java:250) ~[?:?] at com.griefcraft.lwc.LWC.load(LWC.java:1495) ~[?:?] at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:203) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[ raftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoade .java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManag r.java:384) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.ja a:298) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer java:280) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.(CraftServer.java:2 4) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at net.minecraft.server.v1_7_R1.PlayerList.(PlayerList.java:63) [ raftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at net.minecraft.server.v1_7_R1.DedicatedPlayerList.(SourceFile:1 ) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.ja a:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.jav :424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile: 17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks] [21:43:01 INFO]: Preparing level "world"

Just found the error log.

Stormbow commented 10 years ago

I had a similar problem with squlitejdbc.dll being 0 kb. I found the file at BitBucket-- it can be downloaded here: http://bit.ly/1fSbw9l --and that solved my problem.

Left click the "View Raw File" link on the bottom right of the webpage linked above, to save the file. (Or use your browser's right-click and "save as" option.)