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

Summary: [68cat] java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThread)
Product: connecteddeveloper Reporter: Masaki Katakai <masaki>
Component: Team FrameworkAssignee: Jan Becicka <jbecicka>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=159046
Issue Type: DEFECT Exception Reporter: 159046
Attachments: stacktrace

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