Getting the following error after Tentacle installation (1.0.13.1206).
Octopus
Could not start Octopus tools: An exception was thrown while invoking the constructor ‘Void .ctor(Octopus.Shared.Security.ICertificateGenerator, Octopus.Shared.Configuration.ITentacleConfiguration)’ on type ‘SecurityTab’.
OK
Installed on a Windows 2008 server with .NET 4.0 and IIS role on it. The computer is not connected to an AD.
I’m running into the exact same issue in 1.0.30.1340 (only on certain machines). Nothing additional in event viewer, and these machines are up to date (2008 R2, 64bit, etc)
After logging on to the remote machine, can you check that your profile is a local profile and not a temporary profile? The easiest way to do this is to check the value of %AppData%
echo %appdata%
C:\Users\Paul\AppData\Roaming
If the path you get back uses some kind of temp folder (i.e., a temporary profile) this will prevent the certificates from being loaded.
Temporary profiles are a bit nebulous, and I’m not sure what causes them. Do you have any ideas as to why it happened? Is it part of your group policy for example?
No, I had actually left my company a few months ago, and when they terminated my access, they deleted my profile store on some servers. By doing this, when I re-joined the company, and logged into the machine, it created a temporary profile. Had to remove my SID from the machine’s registry to solve the issue, which then recreated the folder upon login :).