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 270440 - Saving file while shutting down Tomcat Server causes uncontrollable deployments
Summary: Saving file while shutting down Tomcat Server causes uncontrollable deployments
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-19 15:59 UTC by javydreamercsw
Modified: 2017-04-19 16:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (82.33 KB, text/plain)
2017-04-19 16:00 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2017-04-19 15:59:57 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_121
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.121-b13

Reproducibility: Happens every time

STEPS:
  * Have a Web Application configured with Compile on Save.
  * Run the application on the configured Tomcat server.
  * Modify a java file on the project but don't save it.
  * Shutdown the server from the output window controls.
  * Save the file while the server is shutting down.

ACTUAL:
  The server is no longer seen as running from either the output window controls or the server node in services. Further modifications to files trigger the automatic deployment.

EXPECTED:
  No automatic deployments should occur on a turned of server.
Comment 1 javydreamercsw 2017-04-19 16:00:00 UTC
Created attachment 164142 [details]
IDE log