Project

General

Profile

Architecture #7471

Updated by Nicolas CHARLES over 8 years ago

I put files in /var/rudder/configuraition-repository, git added them, and queried the api to import them in Rudder 
 curl -f -s "http://localhost:8080/rudder/api/archives/restore/full/latestCommit" 

 I had the following error 
 <pre> 
 [2015-11-25 14:24:10] ERROR historization - Could not find version 1.0 for Technique with name missionPortalManagement for Directive dc1d684f-eb61-48ae-a074-13e876a055df 
 </pre> 
 Generation obviously fails, and the Web Interface Webapp complains that it doesn't find the technique (in the directive screen, the technique is in red) 


 After 5 minutes, problem automagically solves itself as the techniques is correctly imported by auto-import 

 Happened in 3.2, may happen on any versions

Back