Date: 2004-03-24T15:39:14
Editor: 80.254.164.242 <>
Wiki: Apache Avalon Wiki
Page: AvalonFAQ/Merlin
URL: http://wiki.apache.org/avalon/AvalonFAQ/Merlin
no comment
Change Log:
------------------------------------------------------------------------------
@@ -150,3 +150,25 @@
| ClassLoader, etc. |
|-------------------|
}}}
+
+== How do I define the deployment timeout a.k.a. I get a FatalCommissioningException?
==
+
+I get a {{{FatalCommissioningException}}}:
+
+{{{
+org.apache.avalon.composition.model.FatalCommissioningException: target:
+[[/application/main-entry]] did not respond within the timeout period:
+[1000] and failed to respond to an interrupt.
+}}}
+
+or the like. {{{application/main-entry}}} and {{{1000}}} may vary from configuration
to configuration.
+
+The timeout may be set in a merlin.properties file.
+
+{{{
+merlin.deployment.timeout = 0
+}}}
+
+See http://avalon.apache.org/merlin/merlin/kernel/properties.html for a description
where this file may be located.
+
+Daniel Frey, 20040325
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]