Guest User

Untitled

a guest
Apr 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. test-security-manager:
  2. [java] Exception in thread "main" java.security.AccessControlException: access denied (java.io.FilePermission C:\Documents%20and%20Settings\Charles%20Nutter\.hudson\jobs\jruby-test\workspace\jruby\build\classes\jruby\builtin\core_ext\symbol.rb read)
  3. [java] at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
  4. [java] at java.security.AccessController.checkPermission(AccessController.java:546)
  5. [java] at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
  6. [java] at java.lang.SecurityManager.checkRead(SecurityManager.java:871)
  7. [java] at java.io.File.isDirectory(File.java:752)
  8. [java] at org.jruby.runtime.load.LoadService.isRequireable(LoadService.java:612)
  9. [java] at org.jruby.runtime.load.LoadService.findFileInClasspath(LoadService.java:544)
  10. [java] at org.jruby.runtime.load.LoadService.findLibraryWithClassloaders(LoadService.java:395)
  11. [java] at org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:270)
  12. [java] at org.jruby.runtime.load.LoadService.require(LoadService.java:346)
  13. [java] at org.jruby.Ruby.initBuiltins(Ruby.java:1158)
  14. [java] at org.jruby.Ruby.init(Ruby.java:843)
  15. [java] at org.jruby.Ruby.newInstance(Ruby.java:158)
  16. [java] at org.jruby.Main.run(Main.java:124)
  17. [java] at org.jruby.Main.run(Main.java:89)
  18. [java] at org.jruby.Main.main(Main.java:80)
Add Comment
Please, Sign In to add comment