java.io.IOException: Server returned HTTP response code: 500 for URL: http://neo.mcmonkey.org/plugins/public_stats?plugin=Denizen&version=1.0.1-SNAPSHOT+%28build+123%29
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
401 means "Unauthorized", so there must be something with your credentials. You need to pass the authentication to let the server know its a valid user. Check whether the authentication details are provided.
Solutions on the web
via GitHub by MusicScore
, 1 year agovia GitHub by MrMaleficus
, 1 year agovia Stack Overflow by pamobo0609
, 2 years agovia Stack Overflow by nmodi
, 2 years agovia Stack Overflow by Reed Elliott
, 2 years agovia GitHub by nishaatr
, 1 year agojava.io.IOException: Server returned HTTP response code: 500 for URL: http://neo.mcmonkey.org/plugins/public_stats?plugin=Denizen&version=1.0.1-SNAPSHOT+%28build+123%29
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at net.aufdemrand.denizen.utilities.debugging.StatsRecord.run(StatsRecord.java:39)