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 170791 - java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)
Summary: java.security.AccessControlException: access denied (java.lang.RuntimePermiss...
Status: RESOLVED DUPLICATE of bug 169770
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 11:11 UTC by Tomas Stupka
Modified: 2009-08-24 11:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156621


Attachments
stacktrace (3.23 KB, text/plain)
2009-08-24 11:11 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2009-08-24 11:11:52 UTC
Build: NetBeans IDE Dev (Build 090821)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

Stacktrace: 
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 java.util.concurrent.ScheduledThreadPoolExecutor.shutdown(ScheduledThreadPoolExecutor.java:455)
        at java.util.concurrent.Executors$DelegatedExecutorService.shutdown(Executors.java:594)
        at org.netbeans.modules.profiler.actions.SelfSamplerAction$Controller.actionPerformed(SelfSamplerAction.java:249)
Comment 1 Tomas Stupka 2009-08-24 11:11:57 UTC
Created attachment 86552 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-08-24 11:21:22 UTC

*** This issue has been marked as a duplicate of 169770 ***