Project

General

Profile

Bug #16222

Updated by François ARMAND over 4 years ago

When I try to run the agent from the node details tab, I get the attached error.  

 The problem seems to be that an exception for connection refused is not correctly managed: 

 <pre> 
 java.net.ConnectException: Connection refused (Connection refused) 
 ... 
	 at com.normation.rudder.rest.lift.NodeApiService8.$anonfun$runNode$5(NodeApi.scala:712) 
 ... 
     at com.normation.rudder.rest.lift.NodeApiService8.runNode(NodeApi.scala:711) 
 </pre>

Back