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 172964 - [68cat] java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)
Summary: [68cat] java.security.AccessControlException: access denied (java.lang.Runtim...
Status: RESOLVED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 07:04 UTC by Masaki Katakai
Modified: 2009-10-08 08:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159046


Attachments
stacktrace (1.35 KB, text/plain)
2009-09-24 07:04 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-09-24 07:04:29 UTC
This issue was originally marked as duplicate of issue 159906, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200909230201)
VM: Java HotSpot(TM) Client VM, 1.5.0_20-141, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_20-b02-315
OS: Mac OS X, 10.5.8, i386

User Comments:
masaki: After login to Kenai, just click "Online on Chat" menu iteam from chat icon on right footer.



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:894)
        at java.util.concurrent.Executors$DelegatedExecutorService.shutdown(Executors.java:594)
        at org.jivesoftware.smack.PacketReader.shutdown(PacketReader.java:191)
        at org.jivesoftware.smack.XMPPConnection.shutdown(XMPPConnection.java:634)
Comment 1 Masaki Katakai 2009-09-24 07:04:34 UTC
Created attachment 88243 [details]
stacktrace
Comment 2 Jan Becicka 2009-09-29 10:31:22 UTC
seems to be specific to JDK 1.5 and Mac OS X. Can you try to reproduce it with JDK 1.6?
Comment 3 Masaki Katakai 2009-09-29 11:16:14 UTC
Yes, it's true. I can not reproduce it when I use JDK6.
Comment 4 Jan Becicka 2009-10-08 08:25:39 UTC
Already fixed JDK bug