Actions
Bug #12644
closedArchitecture #12558: Enforce stricter checks by scala compiler with Xlint flags
Stacktrace when displaying comet components
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I have a stacktrace when accessing any page since parent was merged.
From both our comet actors (AsyncDeployment and WorkflowInformation)
Here the first line of the stacktrace:
[2018-05-17 15:24:31] INFO net.liftweb.http.LiftSession - Failed to instantiate comet com.normation.rudder.web.comet.AsyncDeployment. scala.UninitializedFieldError: Uninitialized field: /home/vincent/workspace/rudder-project/rudder/rudder-web/src/main/scala/com/normation/rudder/web/comet/AsyncDeployment.scala: 54 at com.normation.rudder.web.comet.AsyncDeployment.net$liftweb$http$BaseCometActor$$_defaultHtml(AsyncDeployment.scala:54) at net.liftweb.http.BaseCometActor.defaultHtml(CometActor.scala:564) at net.liftweb.http.BaseCometActor.defaultHtml$(CometActor.scala:564)
and an error from Lift:
[2018-05-17 15:24:31] INFO net.liftweb.http.LiftRules - Snippet Failure: SnippetFailure(/secure/index.html -> ParsePath(List(secure, index),html,true,false),Full(comet),Comet Component not found)
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/1933
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|f37265732e88a30926778040b1a712c84bb16f5a.
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.2 which was released today.
- 4.3.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions