Project

General

Profile

Bug #10067

Updated by François ARMAND over 7 years ago

The reported error is:  

 


 <pre> 
 [2017-01-24 16:53:01] ERROR com.normation.ldap.sdk.RwLDAPConnection - Exception ignored (by configuration) when trying to modify entry 'directiveId=61d6bce5-116c-4e0b-85bf-93bdecc3eef5,activeTechniqueId=ab90f00a-d206-42dd-aa1b-9b493f2b4932,techniqueCategoryId=applications,techniqueCategoryId=Active Techniques,ou=Rudder,cn=rudder-configuration'.    Reported exception was: serializedTags: attribute type undefined 
 com.unboundid.ldap.sdk.LDAPException: serializedTags: attribute type undefined 
	 at com.unboundid.ldap.sdk.LDAPConnection.modify(LDAPConnection.java:2513) ~[unboundid-ldapsdk-2.3.6.jar:2.3.6] 
	 at com.normation.ldap.sdk.RwLDAPConnection$$anonfun$10$$anonfun$apply$7.apply(LDAPConnection.scala:541) ~[scala-ldap-4.1.0~beta2-SNAPSHOT.jar:na] 
	 at com.normation.ldap.sdk.RwLDAPConnection$$anonfun$10$$anonfun$apply$7.apply(LDAPConnection.scala:541) ~[scala-ldap-4.1.0~beta2-SNAPSHOT.jar:na] 
	 at scala.util.control.Exception$Catch.apply(Exception.scala:103) ~[na:na] 
  .... 
 </pre> 

 That error certainly should not be ignored.  
 It may happen since the start of (Rudder) times.

Back