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 - NullPointerException: The delegate parameter cannot be null
Summary: NullPointerException: The delegate parameter cannot be null
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 02:56 UTC by mago_ebon
Modified: 2012-11-05 11:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174967


Attachments
stacktrace (1.92 KB, text/plain)
2012-04-10 02:56 UTC, mago_ebon
Details

Note You need to log in before you can comment on or make changes to this bug.
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.