This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 154754 - AccessControlException when test run finish
Summary: AccessControlException when test run finish
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-12-05 14:24 UTC by Lukas Jungmann
Modified: 2009-02-19 20:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-12-05 14:24:15 UTC
-set test-qa-functional-sys-prop.grails.home=/space/java/grails-1.0.3 property somewhere (ie in user.build.properties or
groovy.kit/nbproject/private/private.properties)

-open groovy.kit/test/qa-functional/src/org/netbeans/modules/groovy/qaf/GrailsWizardsTest.java in the editor and run
this file

=> when ide session ends, one can find in the output window (not in junit results one):
Exception in thread "Thread-10" java.security.AccessControlException: access denied (java.lang.RuntimePermission
modifyThread)
        at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
        at java.security.AccessController.checkPermission(AccessController.java:427)
        at java.util.concurrent.ThreadPoolExecutor.shutdown(ThreadPoolExecutor.java:893)
        at org.netbeans.api.extexecution.ExecutionService$2.run(ExecutionService.java:143)