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 115952 - Unable to clean/build after app srv deployment
Summary: Unable to clean/build after app srv deployment
Status: RESOLVED DUPLICATE of bug 112529
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-19 08:14 UTC by otto_hartvich
Modified: 2007-09-19 16:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description otto_hartvich 2007-09-19 08:14:58 UTC
1. start application server (Glassfish) from NB
2. make clean/build of your project
3. make deploy/undeploy on your project
4. make clean/build of your project - and it fails - unable to delete directory with war/jar/ear file

You must stop the application server, make clean/build, start app server and deploy.

It is very annoying if you have to always stop app server to be able to do clean/build.
Comment 1 Petr Hejl 2007-09-19 09:00:00 UTC
It is related (or duplicate maybe) to issue 112529.
Comment 2 Petr Hejl 2007-09-19 11:09:17 UTC
Described scenario works perfectly. Problem occurs "just" when run is used.

Am I missing something? Is this really reproducible with the steps you are describing?
Comment 3 otto_hartvich 2007-09-19 12:36:03 UTC
You are right, you have to (for WEB applications) access application URL in the browser (or run application from NB
project menu).
Comment 4 Petr Hejl 2007-09-19 16:27:45 UTC
In fact this is duplicate of the issue 112529 - any action that invoke do-clean target can fail this way.

*** This issue has been marked as a duplicate of 112529 ***