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 258405 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerFileD...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-16 17:05 UTC by thruminds
Modified: 2016-03-16 17:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223053


Attachments
stacktrace (1.05 KB, text/plain)
2016-03-16 17:05 UTC, thruminds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thruminds 2016-03-16 17:05:43 UTC
This bug was originally marked as duplicate of bug 205048, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
thruminds: stopping Oracle weblogic server




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave(ServerFileDistributor.java:274)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.distributeOnSave(ServerFileDistributor.java:206)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.distributeChangesOnSave(TargetServer.java:275)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:909)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:555)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.run(DeployOnSaveManager.java:459)
Comment 1 thruminds 2016-03-16 17:05:45 UTC
Created attachment 158897 [details]
stacktrace