games647 / LogIt

Updated to Minecraft 1.9-1.12| Copy of the original LogIt Classic (minecraft authentication plugin) by LucasEasedUp (LucasEU)
Other
2 stars 1 forks source link

Error on PlayerJoinEvent and on closing database connection #2

Closed aorozcog closed 7 years ago

aorozcog commented 7 years ago

Hello 😄 Thanks for update this plugin. I was stucked on 1.8 because of this 😢 On the version for 1.11, when a player joins to the server, the console shows this error: http://pastebin.com/863E0qny

I believe that it is the message broadcasted to the user, because when I join to the server, the typical message ''please use /login'' is missing.

Also, when I closed the server I detected another error related to SQL databse: http://pastebin.com/PGsZ6jmT

Thanks for your time 👍

games647 commented 7 years ago

On the version for 1.11, when a player joins to the server, the console shows this error: http://pastebin.com/863E0qny

It cannot find the of the waitingRoom file

games647 commented 7 years ago

Also, when I closed the server I detected another error related to SQL databse: http://pastebin.com/PGsZ6jmT

Do you invoked the stop command twice?

EDIT: the stop requests comes in twice:

at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417)

aorozcog commented 7 years ago

About the PlayerJoinEvent it is fixed with the correct waiting room. Now, about the error on stopping the server. I invoked stop just one time.

games647 commented 7 years ago

What the time of the first exception?

aorozcog commented 7 years ago

The exception happens everytime that the server stops. I also let the plugin regenerate all the plugins files, but still happens

http://pastebin.com/kfhcdGdG