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 170752 - java.lang.nullpointerexception
Summary: java.lang.nullpointerexception
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: t_h
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 15:25 UTC by scorpion
Modified: 2009-11-08 06:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (251.90 KB, text/plain)
2009-08-21 15:27 UTC, scorpion
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scorpion 2009-08-21 15:25:38 UTC
when i try to open the server registry link in runtime tab it gives the null pointer exception
log file is attached
Comment 1 scorpion 2009-08-21 15:27:34 UTC
Created attachment 86530 [details]
log file
Comment 2 Marian Mirilovic 2009-11-08 04:49:34 UTC
java.lang.NullPointerException

	at org.openide.nodes.Children.justComputeNodes(Children.java:600)

	at org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:54)

	at org.openide.nodes.Children.getNodes(Children.java:325)

	at org.openide.nodes.Children.findChild(Children.java:265)

	at org.openide.nodes.Children.getNodes(Children.java:381)

	at org.openide.nodes.FilterNode$Children.getNodes(FilterNode.java:1215)

	at org.openide.nodes.FilterNode$Children.getNodes(FilterNode.java:1215)

[catch] at org.openide.explorer.view.TreeView$2.run(TreeView.java:711)
Comment 3 Marian Mirilovic 2009-11-08 06:44:36 UTC
I can't reproduce this issue in NB 6.8, could you please write down steps to reproduce or try in Nb 6.8 yourself ? Thanks in advance.