Closed Karmaflute closed 11 years ago
2013-07-18 21:16:44 [SEVERE] [PlugMan] Tried to load invalid Plugin.
Don't reload it / load it manually.
It does appear that the error is from reloading and this has long been a known issue with the Bukkit ebeans server, it is NOT reload friendly.
HSP has an alternate wrapper for ebeans that is more reload friendly that you can use. You can set your core.storage parameter to be "PERSISTANCE_REIMPLEMENTED_EBEANS". I actually had this as the default for a few versions about a year back, but some people complained about slower startup times (about ~0.5 sec), which is true because it's basically loading it's own copy of ebeans instead of using the one already running inside of Bukkit.
Disclaimer: I haven't tested the PERSISTANCE_REIMPLEMENTED_EBEANS storage mode in a while, but live reloading is exactly why I built it in the first place and it probably still works fine. So give it a try and feel free to report any issues. Do note the config.yml comment that says you have to edit the .JAR plugin.yml and set 'database: false' as well. Sadly Bukkit has no dynamic way to do this and the pull request I opened to allow it got closed as 'will not pull'.
Error when using build #33 with Bukkit 1.6.2: