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 165840 - NullPointerException: The key parameter cannot be null
Summary: NullPointerException: The key parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 16:18 UTC by Oleg Khokhlov
Modified: 2009-08-07 05:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151639


Attachments
stacktrace (3.11 KB, text/plain)
2009-05-22 16:19 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-22 16:18:43 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: somehow glassfish disappeared from Servers node (just empty icon left) and I tried to remove it



Stacktrace: 
java.lang.NullPointerException: The key parameter cannot be null
        at org.openide.util.Parameters.notNull(Parameters.java:86)
        at org.netbeans.core.output2.PairMap.add(PairMap.java:103)
        at org.netbeans.core.output2.NbIOProvider.getIO(NbIOProvider.java:118)
        at org.netbeans.core.output2.NbIOProvider.getIO(NbIOProvider.java:97)
        at org.netbeans.modules.j2ee.deployment.plugins.api.UISupport.getServerIO(UISupport.java:162)
        at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.remove(ServerInstance.java:427)
Comment 1 Oleg Khokhlov 2009-05-22 16:19:33 UTC
Created attachment 82664 [details]
stacktrace
Comment 2 Petr Hejl 2009-08-06 14:15:47 UTC
I'm not sure how this could happen - added more diagnostic and safer code.

web-main afd7737b9a01.
Comment 3 Quality Engineering 2009-08-07 05:43:48 UTC
Integrated into 'main-golden', will be available in build *200908070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/afd7737b9a01
User: phejl@netbeans.org
Log: #165840 NullPointerException: The key parameter cannot be null