| Puppet Version: 5.5.16 Puppet Server Version: 2018.1.9 OS Name/Version: Windows Server 2008r2, 2012, 2012r2, 2016 Puppet run causes failure because pxp-agent cannot be started. Error: Failed to transition the pxp-agent service to the SERVICE_RUNNING state. Detail: Unexpected transition to the SER VICE_PAUSED state while waiting for the pending transition from SERVICE_CONTINUE_PENDING to SERVICE_RUNNING to finish. Error: /Stage[main]/Puppet_enterprise::Pxp_agent::Service/Service[pxp-agent]/ensure: change from 'paused' to 'running' f ailed: Failed to transition the pxp-agent service to the SERVICE_RUNNING state. Detail: Unexpected transition to the SER VICE_PAUSED state while waiting for the pending transition from SERVICE_CONTINUE_PENDING to SERVICE_RUNNING to finish. ( corrective) Desired Behavior: stop the service kill the hung proccess (without this step the restarted process does noting) restart puppet run Actual Behavior: only stops the service and attempts to restart, however the hung process restarts and the service transition still fails. |