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 16345

Summary: Security exception when installing JPDA debugger after startup.
Product: debugger Reporter: Marian Petras <mpetras>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread-dump

Description Marian Petras 2001-10-08 15:11:28 UTC
Steps to reproduce:
1) Disable all debugger modules and all modules depending on Debugger Core
   (JPDA Debugger, Tools Debugger, Applet, RMI).
2) Restart NetBeans.
3) Enable JPDA debugger.

A SecurityException is thrown:

Mon Oct 08 16:02:15 CEST 2001: java.lang.SecurityException: Second default
DebuggerImpl can not be set!
java.lang.SecurityException: Second default DebuggerImpl can not be set!
        at
org.netbeans.modules.debugger.Register.setDebuggerCoreImpl(Register.java:61)
        at
org.netbeans.modules.debugger.support.DebuggerModule.restored(DebuggerModule.java:124)
        at
org.netbeans.modules.debugger.multisession.EnterpriseModule.restored(EnterpriseModule.java:53)
...
Comment 1 Marian Petras 2001-10-08 15:13:11 UTC
Created attachment 2900 [details]
thread-dump
Comment 2 Jan Stola 2001-10-08 15:42:04 UTC

*** This issue has been marked as a duplicate of 11570 ***
Comment 3 Jan Stola 2001-10-08 15:47:24 UTC
Duplicate -> Closed.