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 164772 - NullPointerException at org.netbeans.modules.glassfish.common.nodes.Hk2ItemNode.<init>
Summary: NullPointerException at org.netbeans.modules.glassfish.common.nodes.Hk2ItemNo...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 15:11 UTC by Oleg Khokhlov
Modified: 2009-05-21 18:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148938


Attachments
stacktrace (1.16 KB, text/plain)
2009-05-08 15:12 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-08 15:11:46 UTC
Build: NetBeans IDE Dev (Build 200905080201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: - started Ruby IDE;
- started gf3;
- expanded resources node;



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.glassfish.common.nodes.Hk2ItemNode.<init>(Hk2ItemNode.java:93)
        at org.netbeans.modules.glassfish.common.nodes.Hk2ItemNode.<init>(Hk2ItemNode.java:223)
        at org.netbeans.modules.glassfish.common.nodes.Hk2ResourceContainers.updateKeys(Hk2ResourceContainers.java:83)
        at org.netbeans.modules.glassfish.common.nodes.Hk2ResourceContainers.addNotify(Hk2ResourceContainers.java:93)
        at org.openide.nodes.Children.callAddNotify(Children.java:546)
        at org.openide.nodes.EntrySupport$Default.getArray(EntrySupport.java:731)
Comment 1 Oleg Khokhlov 2009-05-08 15:12:05 UTC
Created attachment 81810 [details]
stacktrace
Comment 2 Vince Kraemer 2009-05-08 16:07:56 UTC
This should probably be treated as a P2 issue.
Comment 3 Marek Fukala 2009-05-18 10:58:13 UTC
nityad, can you please look at this issue? We should resolve all P2 by this friday.
Comment 4 Nitya Doraisamy 2009-05-21 02:01:32 UTC
Fixed
http://hg.netbeans.org/web-main/rev/680c85b0f40f
Comment 5 Quality Engineering 2009-05-21 18:41:57 UTC
Integrated into 'main-golden', will be available in build *200905211401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/680c85b0f40f
User: nityad@netbeans.org
Log: #164772 : Fix for NPE at Resources Node for Ruby IDE