ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java (file contents):
Revision 1.23 by ajm, Fri Feb 23 17:48:36 2001 UTC vs.
Revision 1.24 by ajm, Fri Feb 23 17:56:25 2001 UTC

# Line 142 | Line 142 | public class ComponentManager {
142              startTimeout = Integer.parseInt(System.getProperty("uk.ac.ukc.iscream.ComponentTimeout"));
143          } catch (NumberFormatException e) {
144              startTimeout = DEFAULT_COMPONENT_START_TIMEOUT;
145 <            System.err.println(toString + ": invalid value for ComponentTimeout, using default value of " + startTimeout + " seconds!");
145 >            System.err.println(toString + ": unable to read uk.ac.ukc.iscream.ComponentTimeout value, using default!");
146          }
147 +        System.out.println(toString + ": using component start timeout of " + startTimeout + " seconds");
148          
149          // keep trying until we've started all the components.
150          // maybe add support for a limited number of retries

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines