LuckPerms

LuckPerms

41.4k Downloads

Error with newest version on loading

LucyValeheart opened this issue ยท 13 comments

commented

I feel like this may be a user error, but i can't really figure out what i could have done wrong. All i did was delete the old jar i had (4.0.80) and place in the new one (4.0.141), then restart.

When logging in, i get this error. http://prntscr.com/ihjaoh
When starting up the server, i get this error: https://pastebin.com/j7dgZ4kk

(A note; this was not on the same server as my previous issue was. The other server did not have the same issue.)

commented

Done, and same issue.

commented

When starting up the server, i get this error: https://pastebin.com/j7dgZ4kk

Need a full server log not a snip.

If you did indeed purge java fully and install java 8 again then either;

  • Your using craftbukkit - switch to spigot at least
  • your server jar is FUBAR - obtain it again manually and transfer it to your VPS/dedi
commented

Looks like your Java install might've corrupted?

It's failing to load one of the native JDBC classes.

commented

Possibly. I'm using a local host for this one and i've been having an error with java loading my voxelsniper.jar as well... By chance do you know how i might be able to fix it?

My run.bat is
JAVA -Xmx1024M -Xms1024M -jar spigot.jar

commented

Uhh, I'd just reinstall Java on your machine

commented

I did purge java fully, and reinstalled. I am not using craftbukkit, i'm using spigot.

I redownloaded it via buildtools once more and while doing this actually fixed my voxelsniper issues, it did not fix the luckperms errors.

The "snip" is the full error in relation to luckperms, and currently the only error in my console. The rest of the server log is just a bunch of other plugins loading.

commented

Which Java version did you install?

commented

http://prntscr.com/ihvzgx
Appears Java 8, update 161.

commented

I have no idea then

commented

I cannot reproduce this on a VPS or a dedi (I have both)

A quick spin up of a DigitalOcean droplet (Ubuntu 16.04), grabbing java via ppa ( add-apt-repository ppa:webupd8team/java yeah i know lazy but wanted to quickly test) grabbing spigot via buildtools and running the built spigot server on the droplet with latest Luckperms ( https://ci.lucko.me/job/LuckPerms/lastSuccessfulBuild/artifact/bukkit/target/ ) works straight away (h2)

Changing to mysql and starting the server up again has no issues with the change in storage db

@Pendragon1111 your issue is your actual server - not luckperms itself - unable to reproduce.

commented

Agreed with spannerman - I don't see how this can be caused by LP.

commented

@Pendragon1111 Was the issue resolved by switching back to Java 8?

The same problem was reported here (#815) and was traced back to a problem in Java 9. Does that help you in any way?

commented

I resolved it by downgrading back to version i had prior to updating. I'd honestly not really been having any issues with it, so it wasn't a huge deal. I have since moved away from my local host, and am no longer having the issue with java.

Thank you for letting me know about the potential fix, though. If it happens again i will try it.