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 22638 - Dependency exception trace appears in ide.log at startup
Summary: Dependency exception trace appears in ide.log at startup
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: Sun Windows ME/2000
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-19 20:06 UTC by John Baker
Modified: 2003-06-30 17:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Baker 2002-04-19 20:06:30 UTC
Using 020418 on Windows 2000.

After doing a clean install and new userdir, I
noticed
an exception in ide.log:

Tue Apr 16 20:27:42 PDT 2002:
org.netbeans.core.modules.InvalidException: 
Module[org.netbeans.modules.debugger.debug]:
Dependency failed on package 
sun.tools.debug[DebuggerCallback]
org.netbeans.core.modules.InvalidException: 
Module[org.netbeans.modules.debugger.debug]:
Dependency failed on package 
sun.tools.debug[DebuggerCallback]
	at 
org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:477)
[catch] at
org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:474)
	at
org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:418)
	at 
org.netbeans.core.modules.ModuleSystem.scanForNewAndRestore(ModuleSystem.java:26
3)
	at org.netbeans.core.NonGui.run(NonGui.java:524)
	at org.netbeans.core.Main.run(Main.java:213)
	at
org.openide.TopManager.initializeTopManager(TopManager.java:120)
	at
org.openide.TopManager.getDefault(TopManager.java:81)
	at org.netbeans.core.Main.main(Main.java:346)
	at org.netbeans.Main.main(Main.java:70)
Comment 1 John Baker 2002-04-19 20:12:58 UTC
The trace was from last Tues.
However, the same trace occurs using a clean userdir
in 020418_2 kit
Comment 2 Jan Chalupa 2002-04-20 21:51:45 UTC
This is normal. The old debugger implementation in the sun.tools.debug
 packages is no longer supported in JDK 1.4. During the first start of
the IDE on JDK 1.4, the dependency exception is thrown and the "tools"
debugger module is disabled. The standard JPDA debugger still
continues to work. The exception is written into the log file only and
has no impact on the user.

Possibly the exception could be handled in an even more polite way,
but I don't agree this is a P2 bug. Changing to P4.
Comment 3 Marian Petras 2002-04-22 08:32:26 UTC
See also issue #21441 ("Message about tools debugger not working shown
at startup").
Comment 4 Jan Jancura 2002-05-24 16:21:00 UTC
tools debugger has been removed from distribution.
Comment 5 Quality Engineering 2003-06-30 17:24:29 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2003-06-30 17:26:28 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.