Project

General

Profile

Bug #3563

Updated by Vincent MEMBRÉ about 11 years ago

The technique library batch (which check that the techlibrary should be update every X minutes) says in every log that is "Dynamic group update", which it is definitely not. 

 Plus on the same case than #3264, when disabled it logs that it has wrong parameters and is now enabled with interval of 1 minutes (and it does not enable it anyway) 

 <pre> 
 [2013-04-30 11:09:08] INFO    com.normation.rudder.batch.CheckTechniqueLibrary - Disable dynamic group updates sinces property rudder.batch.techniqueLibrary.updateInterval is 0 or negative 
 </pre> 

 There is also a problem in this batch :  

 It only runs the first time, the second execution ends with an error (message unexepected) 

Back