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 14573 - Exception while installing the first module that depends on debugger core
Summary: Exception while installing the first module that depends on debugger core
Status: CLOSED DUPLICATE of bug 11570
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-20 11:17 UTC by Marian Petras
Modified: 2001-10-05 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (4.06 KB, text/plain)
2001-08-20 11:21 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-08-20 11:17:59 UTC
An exception is thrown when a user tries to install the first module that
depends on module "debuggercore". Here are the steps I made:

No module that would depend on debuggercore was installed after startup.
1) Invoke Setup Wizard from menu (Tools - Setup Wizard).
2) Click the button "Next".
3) Turn on module "Applet" and click the button "Finish".
An exception is thrown:java.lang.SecurityException: Second default DebuggerImpl
can not be set!
        at
org.netbeans.modules.debugger.Register.setDebuggerCoreImpl(Register.java:61)
...

(see the attachment for full exception stack trace)
Comment 1 Marian Petras 2001-08-20 11:21:00 UTC
Created attachment 2230 [details]
exception stack trace
Comment 2 Marian Petras 2001-08-20 11:36:32 UTC
The bug seems to be related to the module "Applet". I also tried to
install module "RMI" and it did not cause any exception.
Comment 3 Jan Stola 2001-10-04 15:11:04 UTC

*** This issue has been marked as a duplicate of 11570 ***
Comment 4 Jan Stola 2001-10-05 15:06:09 UTC
Duplicate -> Closed.