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 176743 - NullPointerException at java.lang.String.compareTo
Summary: NullPointerException at java.lang.String.compareTo
Status: RESOLVED DUPLICATE of bug 162625
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: 2009-11-12 20:45 UTC by isador
Modified: 2009-11-13 05:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 65500


Attachments
stacktrace (797 bytes, text/plain)
2009-11-12 20:45 UTC, isador
Details

Note You need to log in before you can comment on or make changes to this bug.
Description isador 2009-11-12 20:45:22 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows Vista, 6.1, x86

User Comments:
meinholz: Clicked Services tab then expanded Servers choice.

GUEST: click on Servers icon in Services tab

isador: Can't open Tools -> Servers

GUEST: I've uninstalled glass-fish 3 prelude

GUEST: I am trying to see the Servers at the Seervice tab. I Instaled las night Glashfish v2 before I hava just the V3. I got an PHT upgrade today..... but I hava not installed PHP at all.

leo.djekki@gmail.com

Leonardo Djekki



Stacktrace: 
java.lang.NullPointerException
        at java.lang.String.compareTo(String.java:1168)
        at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare(RootNode.java:155)
        at org.netbeans.modules.server.ui.node.RootNode$InstanceComparator.compare(RootNode.java:152)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
        at java.util.Arrays.sort(Arrays.java:1210)
        at java.util.Collections.sort(Collections.java:159)
Comment 1 isador 2009-11-12 20:45:25 UTC
Created attachment 90964 [details]
stacktrace
Comment 2 Petr Hejl 2009-11-13 05:28:20 UTC

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