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 204456 - NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getStandardDeploymentPlanName
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSup...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 13:46 UTC by Tomas Danek
Modified: 2012-04-13 09:52 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179496


Attachments
stacktrace (4.94 KB, text/plain)
2011-10-31 13:46 UTC, Tomas Danek
Details
stacktrace (4.12 KB, text/plain)
2011-12-06 10:36 UTC, davideconsonni
Details
stacktrace (4.87 KB, text/plain)
2011-12-14 18:01 UTC, Exceptions Reporter
Details
stacktrace (4.69 KB, text/plain)
2012-02-16 09:09 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2011-10-31 13:46:51 UTC
Build: NetBeans IDE Dev (Build 201110300600)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-383, Java(TM) SE Runtime Environment, 1.6.0_26-b03-383-11A511
OS: Mac OS X

User Comments:
musilt2: invoked clean & build on webprj.

GUEST: I can't run a correct java program




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getStandardDeploymentPlanName(ConfigSupportImpl.java:935)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getStandardDeploymentPlanName(ConfigSupportImpl.java:930)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getPrimaryConfigurationFileName(ConfigSupportImpl.java:924)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getProjectDirectory(ConfigSupportImpl.java:199)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager.resumeListening(DeployOnSaveManager.java:243)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.resumeDeployOnSave(Deployment.java:153)
Comment 1 Tomas Danek 2011-10-31 13:46:55 UTC
Created attachment 112597 [details]
stacktrace
Comment 2 davideconsonni 2011-12-06 10:36:56 UTC
Created attachment 113862 [details]
stacktrace
Comment 3 Exceptions Reporter 2011-12-14 18:01:39 UTC
Created attachment 114190 [details]
stacktrace

compile a java servlet app
Comment 4 stefan79 2012-02-16 09:09:57 UTC
Created attachment 115793 [details]
stacktrace

Exception occured after pressing F9.
Comment 5 Petr Hejl 2012-04-12 13:57:10 UTC
Fixed in web-main ef2c66a753ee.
Comment 6 Quality Engineering 2012-04-13 09:52:45 UTC
Integrated into 'main-golden', will be available in build *201204130400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ef2c66a753ee
User: Petr Hejl <phejl@netbeans.org>
Log: #204456 - NullPointerException at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getStandardDeploymentPlanName