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 246878

Summary: NullPointerException at org.netbeans.modules.tomcat5.deploy.TomcatManager.distribute
Product: serverplugins Reporter: zmirc
Component: TomcatAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal CC: jiai, jockel, mjanicek
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211593
Attachments: stacktrace
stacktrace
stacktrace

Description zmirc 2014-09-04 14:35:19 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 8.1

User Comments:
zmirc: I modified something in pom.xml then




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tomcat5.deploy.TomcatManager.distribute(TomcatManager.java:694)
   at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:688)
   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)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Comment 1 zmirc 2014-09-04 14:35:22 UTC
Created attachment 149039 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-03-26 19:11:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=211593
Comment 3 jiai 2015-04-06 16:54:57 UTC
Created attachment 153063 [details]
stacktrace

Deploying webapp to Tomcat
Comment 4 jiai 2015-04-10 20:09:41 UTC
Created attachment 153131 [details]
stacktrace

Deploying to Tomcat.