Skip to content

Instantly share code, notes, and snippets.

@vhusker
Last active August 29, 2015 14:21
Show Gist options
  • Save vhusker/eaf1670f333c9c0518e1 to your computer and use it in GitHub Desktop.
Save vhusker/eaf1670f333c9c0518e1 to your computer and use it in GitHub Desktop.
Azure TFS Deployment w/DSC Extension Failure
VERBOSE: [2015-05-15T19:52:37] File lock does not exist: begin processing
VERBOSE: [2015-05-15T19:52:37] Installing the DSC Extension...
VERBOSE: [2015-05-15T19:52:37] Creating
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\bin\..\DSCWork\1-InProgress.Install.dsc...
VERBOSE: [2015-05-15T19:52:37] Reading handler environment from
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\bin\..\HandlerEnvironment.json
VERBOSE: [2015-05-15T19:52:38] Writing handler status to C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\Status\0.status
VERBOSE: [2015-05-15T19:52:40] File
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\bin\..\DSCWork\1-InProgress.Install.dsc exists; install in progress.
VERBOSE: [2015-05-15T19:52:40] Installing DSC Extension...
VERBOSE: [2015-05-15T19:52:40] Reading handler settings from
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\RuntimeSettings\0.settings
VERBOSE: [2015-05-15T19:52:41] [ERROR] Cannot find path '\LocalMachine\My\47E81C3D348C6A7EE28E1DF1F1592AE8C4919693' because it
does not exist.
VERBOSE: [2015-05-15T19:52:41] Writing handler status to C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\Status\0.status
VERBOSE: [2015-05-15T19:52:41] An error occurred during installation; creating
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\bin\..\DSCWork\0-Error.Install.dsc.
VERBOSE: [2015-05-15T19:52:41] Removing file lock
VERBOSE: [2015-05-15T19:55:27] File lock does not exist: begin processing
VERBOSE: [2015-05-15T19:55:27] Reading handler environment from
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\bin\..\HandlerEnvironment.json
VERBOSE: [2015-05-15T19:55:27] [ERROR] The DSC Extension was not installed correctly, please check the logs on the VM
(C:\WindowsAzure\Logs\Plugins\Microsoft.Powershell.DSC\1.9.0.0)
VERBOSE: [2015-05-15T19:55:28] Writing handler status to C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\Status\0.status
VERBOSE: [2015-05-15T19:55:29] Removing file lock
VERBOSE: [2015-05-15T19:56:42] File lock does not exist: begin processing
VERBOSE: [2015-05-15T19:56:42] Reading handler environment from
C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\bin\..\HandlerEnvironment.json
VERBOSE: [2015-05-15T19:56:43] [ERROR] The DSC Extension was not installed correctly, please check the logs on the VM
(C:\WindowsAzure\Logs\Plugins\Microsoft.Powershell.DSC\1.9.0.0)
VERBOSE: [2015-05-15T19:56:44] Writing handler status to C:\Packages\Plugins\Microsoft.Powershell.DSC\1.9.0.0\Status\0.status
VERBOSE: [2015-05-15T19:56:44] Removing file lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment