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

Summary: NullPointerException: The delegate parameter cannot be null
Product: serverplugins Reporter: jportway <jportway>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203844
Attachments: stacktrace

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.