Actions
Bug #5816
closedNull pointer exception on agentTypes class
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We saw a null pointer execption appearing on AgentType class.
[2014-11-25 13:27:38] ERROR net.liftweb.actor.ActorLogger - Actor threw an exception java.lang.ExceptionInInitializerError: null Caused by: java.lang.NullPointerException: null Exception in thread "pool-2-thread-2" java.lang.ExceptionInInitializerError at com.normation.inventory.domain.AgentType$.allValues(AgentTypes.scala:64) at com.normation.inventory.domain.AgentType$.fromValue(AgentTypes.scala:72)
Someting went wrong at AgntType initialization, val 'TagValue' is not correctly initialized
val tagValue = s"cfengine-${this}".toLowerCase
using a lazy val fixes that problem
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/ldap-inventory/pull/52
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 38109df3c0d927ea7ead8d121037a70b6545a6fa.
Updated by François ARMAND almost 10 years ago
Applied in changeset 6a99406a53255983a58c06663c4d31d49d88c868.
Updated by Vincent MEMBRÉ almost 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.8 and 2.11.5, which were released today (16/12/14)
- Announcement 2.10 2.11
- Changelog 2.10 2.11
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 20 to Rudder
- Category set to Web - Nodes & inventories
Actions