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 257792 - Clean shall stop GlassFish (or other AppServer)
Summary: Clean shall stop GlassFish (or other AppServer)
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 07:44 UTC by muellermi
Modified: 2016-02-15 13:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (95.74 KB, text/plain)
2016-02-01 07:44 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-02-01 07:44:31 UTC
Product Version = NetBeans IDE Dev (Build 201601260002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_72
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.72-b15

Reproducibility: Happens every time

- run web application
- edit source
- run clean (and build)

The clean always fails, because GlassFish uses some of the target files. The developer has to stop GlassFish before he can launch a clean.
--> If the developer wants to clean a web project and the server is still running, stop (or ask the user to stop) the server first
Comment 1 muellermi 2016-02-01 07:44:34 UTC
Created attachment 158325 [details]
IDE log