System.IO.DirectoryNotFoundException: The package was supposed to have been installed

Hi,

I am testing out Octopus deploy and have followed the documentation to install a server and tentacle on a webserver. I tried to deploy a nuget package but keep getting the error below. Does anyone have an idea what might be wrong? I am running windows server 2012 on the webserver where tentacle is installed

2013-11-19 11:52:42 DEBUG Begin deployment of package: Package.1.0.12
2013-11-19 11:52:42 DEBUG Package file path: C:\Octopus\Applications.Tentacle\Packages\Package.1.0.12_8ADEAF82EF719D418DBEF2A7F78794AC.nupkg
2013-11-19 11:52:42 DEBUG Package file hash: 85638b82ffe5217eb5028edb03d25d5e4f263640
2013-11-19 11:52:42 DEBUG Tentacle Agent information:
2013-11-19 11:52:42 DEBUG - Machine name: WIN-PK45N8VKMLO
2013-11-19 11:52:42 DEBUG - Is 64-bit: True
2013-11-19 11:52:42 DEBUG - Service user name: SYSTEM
2013-11-19 11:52:42 DEBUG - CLR version: 4.0.30319.18051
2013-11-19 11:52:42 DEBUG - Current directory: C:\Windows\system32
2013-11-19 11:52:42 DEBUG - OS version: Microsoft Windows NT 6.2.9200.0
2013-11-19 11:52:42 DEBUG - Tentacle version: 1.6.3.1723
2013-11-19 11:52:42 DEBUG Package will be extracted to: C:\Octopus\Applications\Staging
2013-11-19 11:52:42 ERROR System.IO.DirectoryNotFoundException: The package was supposed to have been installed to ‘C:\Octopus\Applications\Staging\Package\1.0.12’, but after installation the directory could not be found.
at Octopus.Tentacle.Deployment.Packages.PackageInstaller.Install(StoredPackage package, PackageInstallationOptions options, IActivityLog activityLog) in c:\w\e6923628be6eaf72\source\Octopus.Tentacle\Deployment\Packages\PackageInstaller.cs:line 65
at Octopus.Tentacle.Deployment.DeploymentController.Execute(StoredPackage package, VariableDictionary variables, IActivityLog log) in c:\w\e6923628be6eaf72\source\Octopus.Tentacle\Deployment\DeploymentController.cs:line 32
at Octopus.Tentacle.Services.Jobs.JobQueue.RunDeploymentsOnBackgroundThread(Object ignored) in c:\w\e6923628be6eaf72\source\Octopus.Tentacle\Services\Jobs\JobQueue.cs:line 82

Please ignore this. Nuget had created an empty package. It works fine now.

Thanks for the update Peer, glad you got this sorted.

Paul