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 28046 - NPE on startup
Summary: NPE on startup
Status: VERIFIED DUPLICATE of bug 28031
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-16 14:42 UTC by _ gtzabari
Modified: 2008-12-23 09:41 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 _ gtzabari 2002-10-16 14:42:02 UTC
Not sure of version number, although it might be dated Oct 
14th

   I get the following when I start up Netbeans. Please 
note I have disabled some modules; maybe some of them lead 
to this.

java.lang.NullPointerException
        at 
org.netbeans.core.windows.layers.WorkspaceData$InstanceCook
ieImpl.setProperties(WorkspaceData.java:410)
        at 
org.netbeans.core.windows.layers.WorkspaceData$InstanceCook
ieImpl.updateAll(WorkspaceData.java:360)
        at 
org.netbeans.core.windows.layers.WorkspaceData$InstanceCook
ieImpl.loadDataSection(WorkspaceData.java:712)
        at 
org.netbeans.core.windows.WorkspaceImpl.ensureSectionLoaded
(WorkspaceImpl.java:1092)
        at 
org.netbeans.core.windows.WorkspaceImpl.getDisplayName
(WorkspaceImpl.java:210)
        at 
org.netbeans.core.windows.WorkspaceSwitcher.addNew
(WorkspaceSwitcher.java:278)
        at 
org.netbeans.core.windows.WorkspaceSwitcher.<init>
(WorkspaceSwitcher.java:87)
        at 
org.netbeans.core.windows.WorkspaceSwitcher.getInstance
(WorkspaceSwitcher.java:322)
        at org.netbeans.core.windows.MainWindow.showWindow
(MainWindow.java:187)
        at org.netbeans.core.Main.initializeMainWindow
(Main.java:333)
        at org.netbeans.core.NonGui.run(NonGui.java:528)
        at org.netbeans.core.Main.run(Main.java:237)
        at org.openide.TopManager.initializeTopManager
(TopManager.java:126)
        at org.openide.TopManager.getDefault
(TopManager.java:87)
        at org.netbeans.core.Main.start(Main.java:389)
        at org.netbeans.core.TopThreadGroup.run
(TopThreadGroup.java:81)
[catch] at java.lang.Thread.run(Thread.java:536)
Comment 1 _ gtzabari 2002-10-16 14:43:52 UTC
I've just confirmed: the build number is 200210150100
Comment 2 mslama 2002-10-16 14:50:24 UTC
Already fixed in main trunk. Fix is going to qbuild too.

*** This issue has been marked as a duplicate of 28031 ***
Comment 3 pzajac 2002-10-23 10:30:20 UTC
verified
Comment 4 Jan Chalupa 2003-11-03 15:15:44 UTC

*** This issue has been marked as a duplicate of 28031 ***
Comment 5 Jan Chalupa 2003-11-03 15:16:50 UTC
... verified.