#3

Agent shutdown introduces AccessControlException when compiling via ant

    • Created on: Mon, Jun 22 2009 (almost 3 years ago)
    • Reported by: achimpassen
    • Assigned to: -
    • Milestone: Release 1.2
    • Estimate: None/Small/Medium/Large None
    • Status: Fixed
    • Priority: Normal (3)
    • Component: -
    • Permission type: None
    The change that fixes issue Clojure Ticket #124 introduces an AccessControlException when building via ant on java 1.5 and java 1.6/osx:

    [java] java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)
    [java] at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    [java] at java.security.AccessController.checkPermission(AccessController.java:427)
    [java] at java.util.concurrent.ThreadPoolExecutor.shutdown(ThreadPoolExecutor.java:894)
    ...


    For discussion see this post

    The attached patch is a modification to "build.xml" which fixes the problem for java 1.5/osx and java 1.6/osx.
  • Followers
     
    Ico-users achimpassen 
     
    Attachments
    Fico_general
    1.16 KB Added by achimpassen on June 22, 2009 17:33 UTC   Details
    Associations
     
    No associations
    Activity
     
    User picture

          on Jun 22, 2009 @ 05:33pm UTC * By achimpassen

    Attachment compilation.diff added
    User picture

          on Jan 31, 2010 @ 04:33am UTC * By stuartsierra

    Milestone set to Backlog
    Updating tickets (#1, #2, #3, #4, #6, #20, #23, #25, #30, #31, #33, #34, #35, #37, #38, #52, #55, #58, #59, #60, #61, #62, #63, #64)
    User picture

          on Apr 11, 2010 @ 12:38pm UTC * By Jarkko Oranen

    Status changed from New to Fixed
    As clojure-contrib is built by Maven now and there is no build.xml in the repository, I will consider this ticket fixed.
    User picture

          on Apr 12, 2010 @ 11:23pm UTC * By stuart.halloway

    Milestone changed from Backlog to Release 1.2
    Updating tickets (#2, #3, #33, #38, #51, #52, #65, #67, #70)
    Time Expenditure
    Loading