The values of asynchronous properties are invalid. The property value for max-thread-pool-size should be greater than or equal to the property value for min-thread-pool-size. Default values will be used for both properties. (property name = aa....aa, specified value = bb....bb, default value = cc....cc and property name = dd....dd, specified value = ee....ee, default value = ff....ff)
- aa....aa: Property name
bb....bb: Value specified in aa....aa
cc....cc: Default value of aa....aa
dd....dd: Property name
ee....ee: Value specified in dd....dd
ff....ff: Default value of dd....dd
- Description
- The values specified in the asynchronous invocation properties min-thread-pool-size and max-thread-pool-size have the relationship min-thread-pool-size > max-thread-pool-size. Therefore, the default values will be used for both the properties.
- The error also occurs in the following cases:
- When the default value is used because one of the properties is omitted, and the property value becomes min-thread-pool-size > max-thread-pool-size due to the specification of the other value
In this case, the default value of the property is displayed as the value specified for the omitted property.
- When the default value is used because an invalid value is specified for one of the properties, and the property value becomes min-thread-pool-size > max-thread-pool-size due to the specification of the other value
In this case, the default value of the property is displayed as the value specified for the property with an invalid value.
- Action
- Specify the correct value so that the specified value has the min-thread-pool-size
max-thread-pool-size relationship.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.