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 235936 - NullPointerException: The delegate parameter cannot be null
Summary: NullPointerException: The delegate parameter cannot be null
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 13:27 UTC by jportway
Modified: 2015-02-04 03:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203844


Attachments
stacktrace (5.96 KB, text/plain)
2013-09-13 13:27 UTC, jportway
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jportway 2013-09-13 13:27:13 UTC
This bug was originally marked as duplicate of bug 210914, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b12
OS: Mac OS X

User Comments:
jportway: trying to add a new server in the services window

jportway: not sure when this error appeared - possibly when i tried to add a new server?




Stacktrace: 
java.lang.NullPointerException: The delegate parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory.getDelegate(ProxyDeploymentFactory.java:127)
   at org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory.getDisplayName(ProxyDeploymentFactory.java:106)
   at org.netbeans.modules.j2ee.deployment.impl.Server.getDisplayName(Server.java:195)
   at org.netbeans.modules.j2ee.deployment.impl.bridge.BridgingServerWizardProvider.getDisplayName(BridgingServerWizardProvider.java:82)
   at org.netbeans.modules.server.ui.wizard.ServerWizardVisual$WizardAdapter.compareTo(ServerWizardVisual.java:433)
Comment 1 jportway 2013-09-13 13:27:15 UTC
Created attachment 140050 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:35:22 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.