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 195077 - NullPointerException at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare
Summary: NullPointerException at org.netbeans.modules.server.ui.node.RootNode$Instance...
Status: RESOLVED DUPLICATE of bug 194962
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-04 21:52 UTC by Jeffrey Rubinoff
Modified: 2011-02-07 14:13 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176442


Attachments
stacktrace (698 bytes, text/plain)
2011-02-04 21:52 UTC, Jeffrey Rubinoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Rubinoff 2011-02-04 21:52:35 UTC
This bug was originally marked as duplicate of bug 162625, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201102040000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b04
OS: Windows XP

User Comments:
GUEST: This happened  on the first startup and when I opened the server node to start glassfish v2.1

jungi: double-click & double-click on the editor's tab too fast

jeff_rubinoff: Expanding Servers node in Services window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare(RootNode.java:267)
   at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare(RootNode.java:257)
   at java.util.Arrays.mergeSort(Arrays.java:1270)
   at java.util.Arrays.sort(Arrays.java:1210)
   at java.util.Collections.sort(Collections.java:159)
   at org.netbeans.modules.server.ui.node.RootNode$ChildFactory.createKeys(RootNode.java:239)
Comment 1 Jeffrey Rubinoff 2011-02-04 21:52:39 UTC
Created attachment 105666 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-02-04 22:20:31 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=176442
Comment 3 Petr Hejl 2011-02-07 14:13:29 UTC

*** This bug has been marked as a duplicate of bug 194962 ***