-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database read error on update #9
Comments
Could you post the full stack trace that comes with the NullPointerException |
I'm getting the same error. |
I have no idea what a stack trace is or where I might find it, since the console only prints that one line even with debug mode enabled for the plugin, however I was able to fix the issue by enabling custom items. This seems like it has something to do with how the plugin is handling items in shops. I suppose it's also worth noting that only some shops experienced the DB error, while others were completely unscathed. Hope this helps! |
The stack trace is what shows up in the log file when you see exceptions on the console. |
In the shop there wasn't a lot items, if I remember good it was 2014-07-15 5:30 GMT+03:00 Anthony Heathcoat [email protected]:
|
By the way, thank you for the response and for care of plugin. :) Regards, 2014-07-15 18:34 GMT+03:00 Gediminas Giačas [email protected]:
|
I get the same error, but custom items to true didnt work for me. |
By the way, I'm using a MySQL DB if that makes any difference. |
I updated to the latest version on the plugin while on 1.7.9 and found that the plugin is unable to read the shop items table in my server's MySQL database. When attempting to run "/shop browse" while in a shop, the plugin returns "Browse cancelled due to DB error." The console gives this line: "Couldn't get shop info list: java.lang.NullPointerException"
I'm also running the latest version of Vault, if that makes a difference.
The text was updated successfully, but these errors were encountered: