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 38489 - The webmodule deployment process sometimes fails with an exception from monitor support.
Summary: The webmodule deployment process sometimes fails with an exception from monit...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-01-07 14:39 UTC by Marek Fukala
Modified: 2004-03-15 14:37 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-01-07 14:39:40 UTC
[20040106]
Trying to deploy a simple webmodule from IDE run
with a new userdir I got this exception:
INFORMATIONAL *********** Exception occurred
************ at Wed Jan 07 15:07:52 CET 2004
[catch]java.lang.Exception:
tomcat:home=jakarta-tomcat-5.0.16:base=jakarta-tomcat-5.0.16_base:http://localhost:8080/manager/
	at
org.netbeans.modules.tomcat5.ide.MonitorSupport.synchronizeMonitorWithFlag(MonitorSupport.java:89)
	at
org.netbeans.modules.tomcat5.ide.StartTomcat.run(StartTomcat.java:273)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
	at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:678)


and the deployments failed.
Comment 1 Petr Jiricka 2004-01-07 19:23:31 UTC
This is in my code.
Comment 2 Petr Jiricka 2004-02-17 14:15:37 UTC
I think this was fixed by Milan's change, which makes sure that the
CATALINA_BASE directory exists, before deploying.
Comment 3 Marek Fukala 2004-03-15 14:37:22 UTC
verified - haven't seen this for a long time