java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.terracotta.org/kit/

java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.terracotta.org/kit/reflector?pageID=update.properties&kitID=ehcache.default&id=-1062720655&os-name=Windows+10&jvm-name=Java+HotSpot%28TM%29+64-Bit+Server+VM&jvm-version=1.8.0_181&platform=amd64&tc-version=2.6.5&tc-product=Ehcache+Core+2.6.5&source=Ehcache+Core&uptime-secs=1&patch=UNKNOWN
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at net.sf.ehcache.util.UpdateChecker.getUpdateProperties(UpdateChecker.java:108)
    at net.sf.ehcache.util.UpdateChecker.doCheck(UpdateChecker.java:72)
    at net.sf.ehcache.util.UpdateChecker.checkForUpdate(UpdateChecker.java:60)
    at net.sf.ehcache.util.UpdateChecker.run(UpdateChecker.java:51)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

解决办法:

吧updateCheck="true" 改成false

然后就解决.

猜你喜欢

转载自blog.csdn.net/Gray_humor/article/details/83751875