Advertisement
Guest User

Untitled

a guest
Jun 21st, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. 01:07:09 [WARNING] Plugin performed restricted action, please inform them to use proper API methods: Illegal thread group access
  2. java.security.AccessControlException: Plugin violation: Illegal thread group access
  3. at net.md_5.bungee.BungeeSecurityManager.checkRestricted(BungeeSecurityManager.java:39)
  4. at net.md_5.bungee.BungeeSecurityManager.checkAccess(BungeeSecurityManager.java:62)
  5. at java.lang.ThreadGroup.checkAccess(ThreadGroup.java:315)
  6. at java.lang.Thread.init(Thread.java:391)
  7. at java.lang.Thread.init(Thread.java:349)
  8. at java.lang.Thread.<init>(Thread.java:548)
  9. at net.buycraft.plugin.internal.okhttp3.internal.Util$1.newThread(Util.java:244)
  10. at java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:612)
  11. at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:925)
  12. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1368)
  13. at net.buycraft.plugin.internal.okhttp3.ConnectionPool.put(ConnectionPool.java:136)
  14. at net.buycraft.plugin.internal.okhttp3.OkHttpClient$1.put(OkHttpClient.java:93)
  15. at net.buycraft.plugin.internal.okhttp3.internal.http.StreamAllocation.findConnection(StreamAllocation.java:183)
  16. at net.buycraft.plugin.internal.okhttp3.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:127)
  17. at net.buycraft.plugin.internal.okhttp3.internal.http.StreamAllocation.newStream(StreamAllocation.java:97)
  18. at net.buycraft.plugin.internal.okhttp3.internal.http.HttpEngine.connect(HttpEngine.java:289)
  19. at net.buycraft.plugin.internal.okhttp3.internal.http.HttpEngine.sendRequest(HttpEngine.java:241)
  20. at net.buycraft.plugin.internal.okhttp3.RealCall.getResponse(RealCall.java:240)
  21. at net.buycraft.plugin.internal.okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:198)
  22. at net.buycraft.plugin.internal.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:160)
  23. at net.buycraft.plugin.internal.okhttp3.RealCall.execute(RealCall.java:57)
  24. at net.buycraft.plugin.util.VersionUtil.getVersion(VersionUtil.java:21)
  25. at net.buycraft.plugin.bungeecord.util.VersionCheck.verify(VersionCheck.java:33)
  26. at net.buycraft.plugin.bungeecord.BuycraftPlugin.onEnable(BuycraftPlugin.java:139)
  27. at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
  28. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:256)
  29. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
  30. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  31. 01:07:10 [WARNING] Plugin performed restricted action, please inform them to use proper API methods: Illegal thread group access
  32. java.security.AccessControlException: Plugin violation: Illegal thread group access
  33. at net.md_5.bungee.BungeeSecurityManager.checkRestricted(BungeeSecurityManager.java:39)
  34. at net.md_5.bungee.BungeeSecurityManager.checkAccess(BungeeSecurityManager.java:62)
  35. at java.lang.ThreadGroup.checkAccess(ThreadGroup.java:315)
  36. at java.lang.Thread.init(Thread.java:391)
  37. at java.lang.Thread.init(Thread.java:349)
  38. at java.lang.Thread.<init>(Thread.java:508)
  39. at net.buycraft.plugin.internal.okio.AsyncTimeout$Watchdog.<init>(AsyncTimeout.java:279)
  40. at net.buycraft.plugin.internal.okio.AsyncTimeout.scheduleTimeout(AsyncTimeout.java:77)
  41. at net.buycraft.plugin.internal.okio.AsyncTimeout.enter(AsyncTimeout.java:69)
  42. at net.buycraft.plugin.internal.okio.AsyncTimeout$1.write(AsyncTimeout.java:153)
  43. at net.buycraft.plugin.internal.okio.RealBufferedSink.flush(RealBufferedSink.java:221)
  44. at net.buycraft.plugin.internal.okhttp3.internal.http.Http1xStream.finishRequest(Http1xStream.java:160)
  45. at net.buycraft.plugin.internal.okhttp3.internal.http.HttpEngine.readNetworkResponse(HttpEngine.java:721)
  46. at net.buycraft.plugin.internal.okhttp3.internal.http.HttpEngine.access$200(HttpEngine.java:81)
  47. at net.buycraft.plugin.internal.okhttp3.internal.http.HttpEngine$NetworkInterceptorChain.proceed(HttpEngine.java:708)
  48. at net.buycraft.plugin.internal.okhttp3.internal.http.HttpEngine.readResponse(HttpEngine.java:563)
  49. at net.buycraft.plugin.internal.okhttp3.RealCall.getResponse(RealCall.java:241)
  50. at net.buycraft.plugin.internal.okhttp3.RealCall$ApplicationInterceptorChain.proceed(RealCall.java:198)
  51. at net.buycraft.plugin.internal.okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:160)
  52. at net.buycraft.plugin.internal.okhttp3.RealCall.execute(RealCall.java:57)
  53. at net.buycraft.plugin.util.VersionUtil.getVersion(VersionUtil.java:21)
  54. at net.buycraft.plugin.bungeecord.util.VersionCheck.verify(VersionCheck.java:33)
  55. at net.buycraft.plugin.bungeecord.BuycraftPlugin.onEnable(BuycraftPlugin.java:139)
  56. at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
  57. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:256)
  58. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
  59. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement