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 32839 - NPE on IDE start
Summary: NPE on IDE start
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-11 18:05 UTC by _ rkubacki
Modified: 2003-12-11 14:07 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 _ rkubacki 2003-04-11 18:05:25 UTC
After last Hanz's commit there is NPE on IDE. See
the report from continues build

java.lang.NullPointerException
	at
org.netbeans.modules.debugger.jpda.JPDADebuggerModule.restored(JPDADebuggerModule.java:76)
	at
org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:354)
	at
org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:263)
	at
org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:847)
	at
org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:553)
	at
org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:488)
	at
org.netbeans.core.modules.ModuleSystem.scanForNewAndRestore(ModuleSystem.java:300)
	at org.netbeans.core.NonGui.run(NonGui.java:489)
	at org.netbeans.core.Main.run(Main.java:235)
	at
org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:236)
	at
org.netbeans.core.NbTopManager.get(NbTopManager.java:195)
	at org.netbeans.core.Main.start(Main.java:409)
	at
org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79)
[catch] at java.lang.Thread.run(Thread.java:536)
Comment 1 Jan Jancura 2003-04-14 08:53:25 UTC
fixe in the main trunk
Comment 2 Milan Kubec 2003-09-04 09:51:30 UTC
Verified.