Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  5. at java.lang.reflect.Method.invoke(Method.java:498)
  6. at com.hicoria.javaSandBox.Main$1.run(Main.java:67)
  7. at java.lang.Thread.run(Thread.java:748)
  8. Caused by: java.lang.SecurityException: ERR: 0x02: setSecurityManager
  9. at com.hicoria.javaSandBox.Main$CustomSecurityManager.checkPermission(Main.java:197)
  10. at java.lang.System.setSecurityManager0(System.java:300)
  11. at java.lang.System.setSecurityManager(System.java:291)
  12. at net.md_5.bungee.BungeeCord.<init>(BungeeCord.java:185)
  13. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:59)
  14. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  15. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement