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 258487 - 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-22 13:47 UTC by thruminds
Modified: 2016-03-22 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184268


Attachments
stacktrace (1.27 KB, text/plain)
2016-03-22 13:47 UTC, thruminds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thruminds 2016-03-22 13:47:43 UTC
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: undeploying two EAR applications from Weblogic 12c




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave(ServerFileDistributor.java:383)
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor._distributeOnSave(ServerFileDistributor.java:288)
   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)
Comment 1 thruminds 2016-03-22 13:47:46 UTC
Created attachment 158969 [details]
stacktrace