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 207315 - NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.distributeOnSave
Summary: NullPointerException at org.netbeans.modules.j2ee.deployment.impl.ServerFileD...
Status: RESOLVED INCOMPLETE
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: 2012-01-14 20:57 UTC by lft
Modified: 2012-03-28 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178953


Attachments
stacktrace (1.01 KB, text/plain)
2012-01-14 20:57 UTC, lft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lft 2012-01-14 20:57:29 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.deployment.impl.ServerFileDistributor.distributeOnSave(ServerFileDistributor.java:203)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.distributeChangesOnSave(TargetServer.java:254)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.notifyArtifactsUpdated(TargetServer.java:850)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.notifyServer(DeployOnSaveManager.java:497)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager$DeployTask.run(DeployOnSaveManager.java:414)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
Comment 1 lft 2012-01-14 20:57:31 UTC
Created attachment 114912 [details]
stacktrace
Comment 2 Petr Hejl 2012-03-28 13:27:32 UTC
This needs a steps to reproduce. What server plugin do you use? What project type do you use?

Does not really seem to be generic problem.