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 162655 - NullPointerException at org.netbeans.modules.glassfish.common.nodes.Hk2ResourceNode$2.getBasePanel
Summary: NullPointerException at org.netbeans.modules.glassfish.common.nodes.Hk2Resour...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 01:15 UTC by Vince Kraemer
Modified: 2009-08-24 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149500


Attachments
stacktrace (2.81 KB, text/plain)
2009-04-15 01:16 UTC, Vince Kraemer
Details
screen shot (21.89 KB, image/png)
2009-04-15 01:18 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2009-04-15 01:15:43 UTC
Build: NetBeans IDE Dev (Build 090414)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: SunOS, 5.10, x86

User Comments:
vkraemer: trigger the Properties action on a node titled 'Nothing to list' which is a leaf under a registered v3 domain.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.glassfish.common.nodes.Hk2ResourceNode$2.getBasePanel(Hk2ResourceNode.java:174)
        at org.netbeans.modules.glassfish.common.nodes.Hk2ResourceNode$2.openCustomizer(Hk2ResourceNode.java:122)
        at org.netbeans.modules.glassfish.common.nodes.actions.EditDetailsAction.performAction(EditDetailsAction.java:60)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:589)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:585)
Comment 1 Vince Kraemer 2009-04-15 01:16:42 UTC
Created attachment 80093 [details]
stacktrace
Comment 2 Vince Kraemer 2009-04-15 01:18:51 UTC
Created attachment 80095 [details]
screen shot
Comment 3 Nitya Doraisamy 2009-04-15 04:57:08 UTC
Filtered 'Nothng to list' value returned by server 
Comment 4 Quality Engineering 2009-04-15 19:33:18 UTC
Integrated into 'main-golden', will be available in build *200904151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8d51cf6a0a2e
User: nityad@netbeans.org
Log: #162655 : Filter out 'Nothng to list' value returned by server when no admin-objects are registered