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 41819 - WM deployment is stuck after multiple change of context property
Summary: WM deployment is stuck after multiple change of context property
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-08 08:40 UTC by Marek Fukala
Modified: 2004-10-06 10:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2004-04-08 08:40:59 UTC
[nb36-rc3; seems to be JDS(quicksilver) specific]
Try to follow these steps:
1) create a WM
2) execute it
3) change context property of the WM
4) execute it again

The deployment progress window shows up but it
stocks in deploy command execution. The server
output contains:

Apr 8, 2004 9:24:05 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application from URL
file:/space/certif/testing/quickstart/
 
but the network connection for the IDE to the
server is not closed. So the deployment progress
monitor is still opened and is waiting.

In fact the webmodule is properly deployed, but
the j2eeserver code thinks it's not. So when you
close the progress window and try to execute it
again there is an error message saying that there
is already a webmodule deployed under the
specified context (what is actually correct).

The workaround is to refresh the tomcat server
instance webmodules node and undeploy the freshly
deployed one. Then execute the webmodule again.

It seems to me that this problem arises only when
you follow the scenario (currently I have no time
to play with this - could someone try this?)
Comment 1 Petr Jiricka 2004-04-09 12:22:11 UTC
Not a showstopper for NB 3.6
Comment 2 Sherold Dev 2004-10-06 10:52:56 UTC
Seems to be fixed.