AuthMe fails to load SQL database
miha128 opened this issue ยท 4 comments
What behaviour is observed?
Server shuts down after AuthMe tries to load SQL database
"Failed to load native library:sqlite-3.36.0.3-b9f2e392-1e4c-4e1b-b849-8edb8db884a7-libsqlitejdbc.so." -- cant find jdbc driver
Expected behaviour
opposite of observed behaviour
To Reproduce
- download termux
- pkg update && pkg upgrade && pkg install openjdk-17
- wget https://api.papermc.io/v2/projects/paper/versions/1.19.2/builds/294/downloads/paper-1.19.2-294.jar
- java -jar -Xmx1G paper-1.19.2-294.jar
- cd Plugins
- wget https://github.com/AuthMe/AuthMeReloaded/releases/download/5.6.0-beta2/AuthMe-5.6.0-beta2.jar
- cd ..
- java -jar -Xmx1G paper-1.19.2-294.jar
Plugin list
Plugins (1): AuthMe
Server Implementation
Standalone server (no proxy)
Database Implementation
SQLite
AuthMe Version
5.6.0
Error log (if applicable)
https://gist.github.com/MihaiGamerYT54/eeaed23e18affd34d03445a1fd96f78c
Configuration
default paper config
nvm i found out that i need to use the jdbc driver
no package exists for it, only a jar file
i tried to do this:
export CLASSPATH=$CLASSPATH:~/a/sqlite-jdbc.jar
but same error