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 116744 - deploy causes a server restart... every time
Summary: deploy causes a server restart... every time
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 19:47 UTC by Vince Kraemer
Modified: 2007-09-26 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the e-mail that describes the steps to reproduce (9.00 KB, text/plain)
2007-09-25 19:48 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2007-09-25 19:47:06 UTC
this is reported by a co-worker.  see attached e-mail for details
Comment 1 Vince Kraemer 2007-09-25 19:48:14 UTC
Created attachment 49507 [details]
the e-mail that describes the steps to reproduce
Comment 2 Vince Kraemer 2007-09-25 23:12:56 UTC
The bug appears to be caused by calling the GF implementation of DeploymentManager.start(TargetModuleID[]).

Why is a web app getting archive deployed... the j2eeserver layer assumes that it cannot use directory deployment for
when there are multiple targets...

Returning a single target in all server configurations will resolve this and maintain functionality.