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 210914

Summary: NullPointerException: The delegate parameter cannot be null
Product: serverplugins Reporter: mago_ebon <mago_ebon>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: pjiricka
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174967
Attachments: stacktrace

Description mago_ebon 2012-04-10 02:56:52 UTC
Build: NetBeans IDE Dev (Build 201204090400)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
mago_ebon: I was opening a Maven project while "Transferring Maven repository index: maven-central"

GUEST: trying to add a new server (tomcat)

GUEST: addind 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.devmodules.api.Deployment.getServerDisplayName(Deployment.java:630)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.createMissingServerReport(MavenProjectSupport.java:185)
Comment 1 mago_ebon 2012-04-10 02:56:57 UTC
Created attachment 118028 [details]
stacktrace
Comment 2 Petr Hejl 2012-11-05 11:01:04 UTC
Which server do you use? Is this somehow reproducible? In the last report I can see a bunch of errors.