Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. [16:44:52] [Craft Scheduler Thread - 3998/ERROR]: [BuycraftX] Error whilst retrieving coupon listing
  2. java.net.SocketTimeoutException: timeout
  3. at net.buycraft.plugin.internal.okio.Okio$3.newTimeoutException(Okio.java:210) ~[BuycraftX.jar:?]
  4. at net.buycraft.plugin.internal.okio.AsyncTimeout.exit(AsyncTimeout.java:288) ~[BuycraftX.jar:?]
  5. at net.buycraft.plugin.internal.okio.AsyncTimeout$2.read(AsyncTimeout.java:242) ~[BuycraftX.jar:?]
  6. at net.buycraft.plugin.internal.okio.RealBufferedSource.indexOf(RealBufferedSource.java:325) ~[BuycraftX.jar:?]
  7. at net.buycraft.plugin.internal.okio.RealBufferedSource.indexOf(RealBufferedSource.java:314) ~[BuycraftX.jar:?]
  8. at net.buycraft.plugin.internal.okio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:210) ~[BuycraftX.jar:?]
  9. at net.buycraft.plugin.internal.okhttp3.internal.http.Http1xStream.readResponse(Http1xStream.java:186) ~[BuycraftX.jar:?]
  10. at net.buycraft.plugin.internal.okhttp3.internal.http.Http1xStream.readResponseHeaders(Http1xStream.java:127) ~[BuycraftX.jar:?]
  11. at net.buycraft.plugin.internal.okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:53) ~[BuycraftX.jar:?]
  12. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) ~[BuycraftX.jar:?]
  13. at net.buycraft.plugin.internal.okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45) ~[BuycraftX.jar:?]
  14. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) ~[BuycraftX.jar:?]
  15. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) ~[BuycraftX.jar:?]
  16. at net.buycraft.plugin.internal.okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:109) ~[BuycraftX.jar:?]
  17. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) ~[BuycraftX.jar:?]
  18. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) ~[BuycraftX.jar:?]
  19. at net.buycraft.plugin.internal.okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) ~[BuycraftX.jar:?]
  20. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) ~[BuycraftX.jar:?]
  21. at net.buycraft.plugin.internal.okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:124) ~[BuycraftX.jar:?]
  22. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) ~[BuycraftX.jar:?]
  23. at net.buycraft.plugin.internal.okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) ~[BuycraftX.jar:?]
  24. at net.buycraft.plugin.internal.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:170) ~[BuycraftX.jar:?]
  25. at net.buycraft.plugin.internal.okhttp3.RealCall.execute(RealCall.java:60) ~[BuycraftX.jar:?]
  26. at net.buycraft.plugin.client.ProductionApiClient.get(ProductionApiClient.java:66) ~[BuycraftX.jar:?]
  27. at net.buycraft.plugin.client.ProductionApiClient.get(ProductionApiClient.java:58) ~[BuycraftX.jar:?]
  28. at net.buycraft.plugin.client.ProductionApiClient.getAllCoupons(ProductionApiClient.java:153) ~[BuycraftX.jar:?]
  29. at net.buycraft.plugin.shared.tasks.CouponUpdateTask.run(CouponUpdateTask.java:33) [BuycraftX.jar:?]
  30. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  31. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52]
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_151]
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_151]
  34. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  35. Caused by: java.net.SocketException: Socket closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement