Actions
Bug #6225
closedkeyNotFound in SectionVal - programming error
Status:
Rejected
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In some case, we can get the awful:
java.util.NoSuchElementException: key not found: PKG_MGR_APPLICABLE_OS
at scala.collection.MapLike$class.default(MapLike.scala:228) ~[scala-library-2.10.3.jar:na]
at scala.collection.AbstractMap.default(Map.scala:58) ~[scala-library-2.10.3.jar:na]
at scala.collection.MapLike$class.apply(MapLike.scala:141) ~[scala-library-2.10.3.jar:na]
at scala.collection.AbstractMap.apply(Map.scala:58) ~[scala-library-2.10.3.jar:na]
at com.normation.rudder.domain.policies.SectionVal$$anonfun$8$$anonfun$apply$2.apply(Directive.scala:193) ~[rudder-core-2.10.9-SNAPSHOT.jar:na]
at com.normation.rudder.domain.policies.SectionVal$$anonfun$8$$anonfun$apply$2.apply(Directive.scala:193) ~[rudder-core-2.10.9-SNAPSHOT.jar:na]
Actions