Hi, We are unable to start the Octopus Tentacle Service after upgrading to 1.6.1.1718 on a Windows 2003 server. It does have .Net4 installed. Log is below.
The description for Event ID ( 0 ) in Source ( Octopus ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 2013-06-20 12:40:04,360 [1] ERROR Octopus [(null)] - System.InvalidOperationException: Cannot start service Octopus Tentacle on computer ‘.’. —> System.ComponentModel.Win32Exception: The service did not respond to the start or control request in a timely fashion
— End of inner exception stack trace —
at System.ServiceProcess.ServiceController.Start(String[] args)
at System.ServiceProcess.ServiceController.Start()
at Octopus.Shared.Startup.ServiceInstaller.StartService(String name) in c:\w\e6923628be6eaf72\source\Octopus.Shared\Startup\ServiceInstaller.cs:line 562
at Octopus.Shared.Startup.ServiceInstaller.InstallAndStart(ServiceOptions options) in c:\w\e6923628be6eaf72\source\Octopus.Shared\Startup\ServiceInstaller.cs:line 83
at Octopus.Shared.Startup.ServiceInstaller.<>c__DisplayClass1.b__0() in c:\w\e6923628be6eaf72\source\Octopus.Shared\Startup\ServiceInstaller.cs:line 31
at Octopus.Shared.Startup.ServiceInstaller.AdminRequired(Action actionThatMayRequireAdminPrivileges) in c:\w\e6923628be6eaf72\source\Octopus.Shared\Startup\ServiceInstaller.cs:line 123
at Octopus.Shared.Startup.ServiceInstaller.Install(ServiceOptions options) in c:\w\e6923628be6eaf72\source\Octopus.Shared\Startup\ServiceInstaller.cs:line 31
at Octopus.Tentacle.Commands.InstallCommand.Execute() in c:\w\e6923628be6eaf72\source\Octopus.Tentacle\Commands\InstallCommand.cs:line 36
at Octopus.Shared.Startup.CommandProcessor.Process(String[] args) in c:\w\e6923628be6eaf72\source\Octopus.Shared\Startup\CommandProcessor.cs:line 40
.