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 252327 - NullPointer Exception while saving and deploying web application - see the log file attached
Summary: NullPointer Exception while saving and deploying web application - see the lo...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-10 06:42 UTC by lehel
Modified: 2015-06-10 02:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (131.10 KB, text/plain)
2015-05-10 06:42 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2015-05-10 06:42:16 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.20-b23
Comment 1 lehel 2015-05-10 06:42:24 UTC
Created attachment 153589 [details]
IDE log
Comment 2 Marian Mirilovic 2015-05-29 07:38:00 UTC
java.lang.NullPointerException
	at org.netbeans.modules.maven.j2ee.ear.EarImpl.getJ2eePlatformVersion(EarImpl.java:171)
	at org.netbeans.modules.maven.j2ee.ear.EarImpl.getModules(EarImpl.java:445)
	at org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeApplication.getModules(J2eeApplication.java:101)
	at org.netbeans.modules.j2ee.deployment.plugins.spi.IncrementalDeployment.getIncrementalDeploymentForModule(IncrementalDeployment.java:225)
	at org.netbeans.modules.j2ee.deployment.impl.TargetServer.supportsDeployOnSave(TargetServer.java:796)
	at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:841)
	at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:548)
Comment 3 Petr Hejl 2015-06-09 09:16:10 UTC
Fixed in web-main bef6eb0164aa.
Comment 4 Quality Engineering 2015-06-10 02:21:56 UTC
Integrated into 'main-silver', will be available in build *201506100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bef6eb0164aa
User: Petr Hejl <phejl@netbeans.org>
Log: #252327 - NullPointer Exception while saving and deploying web application - see the log file attached