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 - Security exception when installing JPDA debugger after startup.
Summary: Security exception when installing JPDA debugger after startup.
Status: CLOSED DUPLICATE of bug 11570
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-08 15:11 UTC by Marian Petras
Modified: 2001-10-08 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread-dump (1.24 KB, text/plain)
2001-10-08 15:13 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
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.