SurvivalGames / SGDocs

Find SG documentation here!
5 stars 3 forks source link

Build 94 Errors: Plugin stop working, voting bugs, console logs, etc #101

Open KartikChugh opened 10 years ago

KartikChugh commented 10 years ago

I tried to force stop an arena, and came up with this: http://pastebin.com/AxwWA5bB And now, the plugin isn't working. /sg says unknown command, do /help for help

KartikChugh commented 10 years ago

On server restart http://pastebin.com/2wtrSrb5

KartikChugh commented 10 years ago

On joining game http://pastebin.com/68dJqx7C

KartikChugh commented 10 years ago

Voting isn't working http://pastebin.com/uZTCL3jn 2014-06-30_07 26 01 2014-06-30_07 26 17

Quantum64 commented 10 years ago

Hmm I think I see the issue.

KartikChugh commented 10 years ago

heartbeatsql?

Quantum64 commented 10 years ago

Try deleting the ParadiseSurvivalGames.db in the data folder and restarting.

morpig commented 10 years ago

You need to Increase the max connections of [20] or look for a connection pool leak using datasource.xxx.capturestacktrace=true

Relicum commented 10 years ago

This has nothing to do with connection pools that may be the "cause" it states but that is the consequence of the way scoreboards have been implemented they using their own thread , which is a known defect of Bukkits. It may not be running async but even a child thread off the main thread causes thread blocking when accessing scoreboards. Spigot have even coded into the core so you can't even access a scoreboard unless its direct off the primary thread. This will also explain why it doesn't work on spigot, Phew 2 things identified in one.