Calamari update/install fails on new azure windows vm

I’m unable to install calamari through my octopus deploy site. Any suggestions? Here is the log content:

C:\Octopus\Work\20200713193910-4\Bootstrap.ps1 : Extraction of Calamari.netfx.12.1.1.nupkg failed
July 13th 2020 15:40:01Error
At line:1 char:37
July 13th 2020 15:40:01Error

  • … ‘Stop’; . {. ‘C:\Octopus\Work\20200713193910-4\Bootstrap.ps1’; if (( …
    July 13th 2020 15:40:01Error
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    

July 13th 2020 15:40:01Error
+ CategoryInfo : NotSpecified: (:slight_smile: [Write-Error], WriteErrorException
July 13th 2020 15:40:01Error
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Bootstrap.ps1
July 13th 2020 15:40:01Error

July 13th 2020 15:40:48Error
C:\Octopus\Work\20200713194002-5\Bootstrap.ps1 : Extraction of Calamari.netfx.12.1.1.nupkg failed
July 13th 2020 15:40:53Error
At line:1 char:37
July 13th 2020 15:40:53Error

  • … ‘Stop’; . {. ‘C:\Octopus\Work\20200713194002-5\Bootstrap.ps1’; if (( …
    July 13th 2020 15:40:53Error
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    

July 13th 2020 15:40:53Error
+ CategoryInfo : NotSpecified: (:slight_smile: [Write-Error], WriteErrorException
July 13th 2020 15:40:53Error
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Bootstrap.ps1
July 13th 2020 15:40:53Error

July 13th 2020 15:41:45Error
C:\Octopus\Work\20200713194054-6\Bootstrap.ps1 : Extraction of Calamari.netfx.12.1.1.nupkg failed
July 13th 2020 15:41:45Error
At line:1 char:37
July 13th 2020 15:41:45Error

  • … ‘Stop’; . {. ‘C:\Octopus\Work\20200713194054-6\Bootstrap.ps1’; if (( …
    July 13th 2020 15:41:45Error

Hi @rconrad,

Thanks for reaching out - we’ve seen this error a couple of times recently, and it looks to be stemming from an older version of the Tentacle agent (usually 3.x) - for some reason, this old version is returning near the top of google searches. If you install an up-to-date version of Tentacle, you shouldn’t have any more problems!

You can download tentacle directly here: https://octopus.com/downloads/tentacle#windows

Please let me know how you go with this, and if you have any further questions.

Yes, that fixed it. Thanks.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.