Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. [ERROR][06/19 10:37:23 AM]: Uncaught exception!
  2. java.security.AccessControlException: access denied ("java.io.FilePermission" "C:\Users\Hp\Downloads\OSBot 2.5.51.jar" "read")
  3. at java.security.AccessControlContext.checkPermission(Unknown Source)
  4. at java.security.AccessController.checkPermission(Unknown Source)
  5. at java.lang.SecurityManager.checkPermission(Unknown Source)
  6. at org.osbot.UB.checkPermission(xm:152)
  7. at java.lang.SecurityManager.checkRead(Unknown Source)
  8. at java.util.zip.ZipFile.<init>(Unknown Source)
  9. at java.util.zip.ZipFile.<init>(Unknown Source)
  10. at java.util.zip.ZipFile.<init>(Unknown Source)
  11. at com.bulenkov.iconloader.util.URLUtil.openJarStream(URLUtil.java:85)
  12. at com.bulenkov.iconloader.util.URLUtil.openStream(URLUtil.java:52)
  13. at com.bulenkov.iconloader.IconLoader.loadFromUrl(IconLoader.java:93)
  14. at com.bulenkov.iconloader.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:471)
  15. at com.bulenkov.iconloader.IconLoader$CachedImageIcon.getIconWidth(IconLoader.java:498)
  16. at javax.swing.plaf.IconUIResource.getIconWidth(Unknown Source)
  17. at javax.swing.plaf.basic.BasicLabelUI.getPreferredSize(Unknown Source)
  18. at javax.swing.plaf.basic.BasicLabelUI.getMinimumSize(Unknown Source)
  19. at javax.swing.JComponent.getMinimumSize(Unknown Source)
  20. at java.awt.BorderLayout.minimumLayoutSize(Unknown Source)
  21. at java.awt.Container.minimumSize(Unknown Source)
  22. at java.awt.Container.getMinimumSize(Unknown Source)
  23. at javax.swing.JComponent.getMinimumSize(Unknown Source)
  24. at javax.swing.BoxLayout.checkRequests(Unknown Source)
  25. at javax.swing.BoxLayout.layoutContainer(Unknown Source)
  26. at java.awt.Container.layout(Unknown Source)
  27. at java.awt.Container.doLayout(Unknown Source)
  28. at java.awt.Container.validateTree(Unknown Source)
  29. at java.awt.Container.validateTree(Unknown Source)
  30. at java.awt.Container.validateTree(Unknown Source)
  31. at java.awt.Container.validateTree(Unknown Source)
  32. at java.awt.Container.validateTree(Unknown Source)
  33. at java.awt.Container.validate(Unknown Source)
  34. at java.awt.Window.dispatchEventImpl(Unknown Source)
  35. at java.awt.Component.dispatchEvent(Unknown Source)
  36. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  37. at java.awt.EventQueue.access$500(Unknown Source)
  38. at java.awt.EventQueue$3.run(Unknown Source)
  39. at java.awt.EventQueue$3.run(Unknown Source)
  40. at java.security.AccessController.doPrivileged(Native Method)
  41. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  42. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  43. at java.awt.EventQueue$4.run(Unknown Source)
  44. at java.awt.EventQueue$4.run(Unknown Source)
  45. at java.security.AccessController.doPrivileged(Native Method)
  46. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  47. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  48. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  49. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  50. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  51. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  52. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  53. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement