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 243543 - NullPointerException at org.netbeans.modules.glassfish.common.GlassfishInstance.equals
Summary: NullPointerException at org.netbeans.modules.glassfish.common.GlassfishInstan...
Status: RESOLVED DUPLICATE of bug 243070
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 07:43 UTC by nickdick74
Modified: 2015-03-10 15:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176222


Attachments
stacktrace (4.21 KB, text/plain)
2014-04-04 07:43 UTC, nickdick74
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nickdick74 2014-04-04 07:43:41 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-b00
OS: Linux

User Comments:
GUEST: Removing a glassfish server from the services view.  Any attempt to access the remote server caused numerous errors. Will attempt to create a new server in 8.0 beta

nickdick74: Removing a remote server




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.glassfish.common.GlassfishInstance.equals(GlassfishInstance.java:1775)
   at org.openide.util.lookup.InstanceContent$SimpleItem.equals(InstanceContent.java:222)
   at org.openide.util.lookup.ArrayStorage.remove(ArrayStorage.java:162)
   at org.openide.util.lookup.ArrayStorage.remove(ArrayStorage.java:58)
   at org.openide.util.lookup.DelegatingStorage.remove(DelegatingStorage.java:112)
   at org.openide.util.lookup.AbstractLookup.removePairImpl(AbstractLookup.java:282)
Comment 1 nickdick74 2014-04-04 07:43:42 UTC
Created attachment 146537 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-10 15:22:37 UTC

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