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 - NullPointerException at org.netbeans.modules.tomcat5.deploy.TomcatManager.distribute
Summary: NullPointerException at org.netbeans.modules.tomcat5.deploy.TomcatManager.dis...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 14:35 UTC by zmirc
Modified: 2016-07-15 20:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211593


Attachments
stacktrace (805 bytes, text/plain)
2014-09-04 14:35 UTC, zmirc
Details
stacktrace (805 bytes, text/plain)
2015-04-06 16:54 UTC, jiai
Details
stacktrace (805 bytes, text/plain)
2015-04-10 20:09 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
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.