Project

General

Profile

Bug #12644

Updated by Vincent MEMBRÉ almost 6 years ago

I have There was a stacktrace when accessing any page since parent was merged. 

 From both our comet actors (AsyncDeployment and WorkflowInformation) 

 Here bug in the first line resolution of the stacktrace: 

 <pre> 
 [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) 
 </pre> 

 and an error from Lift:  

 <pre> 
 [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) 
 </pre> #12558

Back