java.lang.IllegalArgumentException: No input stream available
LadyCailinBot opened this issue ยท 3 comments
WORLDGUARD-3363 - Reported by Josh.vdub
[02:01:48] [Server thread/INFO]: Rising24 issued server command: /rg removeowner -6400_-1400 KJH787
[02:01:48] [pool-15-thread-22/WARN]: [WorldGuard] WorldGuard encountered an unexpected error
java.lang.IllegalArgumentException: No input stream available
at com.sk89q.worldguard.util.profile.util.HttpRequest.returnContent(HttpRequest.java:224) ~[?:?]
at com.sk89q.worldguard.util.profile.resolver.HttpRepositoryService.query(HttpRepositoryService.java:168) ~[?:?]
at com.sk89q.worldguard.util.profile.resolver.HttpRepositoryService.findAllByName(HttpRepositoryService.java:141) ~[?:?]
at com.sk89q.worldguard.util.profile.resolver.CombinedProfileService.findAllByName(CombinedProfileService.java:94) ~[?:?]
at com.sk89q.worldguard.util.profile.resolver.CacheForwardingService.findAllByName(CacheForwardingService.java:71) ~[?:?]
at com.sk89q.worldguard.protection.util.DomainInputResolver.call(DomainInputResolver.java:124) ~[?:?]
at com.sk89q.worldguard.protection.util.DomainInputResolver.call(DomainInputResolver.java:43) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_31]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]
Comment by wizjany
As per WORLDGUARD-3156, this may have been an issue with spigot. Can you try updating that to see if this is still a problem?
edit: seems there's another open issue over at WORLDGUARD-3282