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 241547 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.InitialServerFileDistributor.cleanup
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.InitialServ...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 17:46 UTC by ruz
Modified: 2014-02-15 05:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176774


Attachments
stacktrace (1.04 KB, text/plain)
2014-02-07 17:46 UTC, ruz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ruz 2014-02-07 17:46:48 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
ruz: clean and build mulitple project while dubugging.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.impl.InitialServerFileDistributor.cleanup(InitialServerFileDistributor.java:176)
   at org.netbeans.modules.j2ee.deployment.impl.InitialServerFileDistributor.distribute(InitialServerFileDistributor.java:145)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.initialDistribute(TargetServer.java:261)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:666)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:521)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.run(DeployOnSaveManager.java:452)
Comment 1 ruz 2014-02-07 17:46:50 UTC
Created attachment 144917 [details]
stacktrace
Comment 2 Petr Hejl 2014-02-14 12:55:37 UTC
Fixed in web-main dfe6f2e05911.
Comment 3 Quality Engineering 2014-02-15 05:12:49 UTC
Integrated into 'main-silver', will be available in build *201402150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dfe6f2e05911
User: Petr Hejl <phejl@netbeans.org>
Log: #241547 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.InitialServerFileDistributor.cleanup