Untenanted Deployment Always Fails

Hello,

We are having an issue running Untenanted Deployments and could use some assistance please.

Untenanted deployments always fail.
Tenanted deployments always work.

Here are the steps:

Create Release with valid package.
Click Deploy to…, Select an Environment

If we leave ‘Tenants’ option as ‘Untenanted’ the deployment fails.

We must select ‘Tenanted’, then select tenants (invidually, or by a tag. Our tags are set up to include all tenants within a specific server/environment). This deployment will always work.

Untenanted deployment Failure message on release screen:
The step failed: Activity Package Deployment on [environment] failed with error ‘The remote script failed with exit code 1’.

Log info on Configuration->Diagnostics:
Unhandled exception from web server processing GET to http://[server.name.info]/api/tasks/ServerTasks-116978/queued-behind?skip=0: The network connection was aborted by the local system
System.Net.HttpListenerException
at System.Net.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.Compression.DeflateStream.PurgeBuffers(Boolean disposing)
at System.IO.Compression.DeflateStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.Compression.GZipStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at Octopus.Server.Web.Infrastructure.NancyCompression.<>c__DisplayClass3_0.b__0(Stream responseStream)
at Octopus.Server.Web.OctopusNancyHost.OutputWithDefaultTransferEncoding(Response nancyResponse, HttpListenerResponse response)
at Octopus.Server.Web.OctopusNancyHost.ConvertNancyResponseToResponse(NancyContext nancyRequest, Response nancyResponse, HttpListenerResponse response)
at Octopus.Server.Web.OctopusNancyHost.HandleRequest System.Net.HttpListenerException (0x80004005): The network connection was aborted by the local system
at System.Net.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.Compression.DeflateStream.PurgeBuffers(Boolean disposing)
at System.IO.Compression.DeflateStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.Compression.GZipStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at Octopus.Server.Web.Infrastructure.NancyCompression.<>c__DisplayClass3_0.b__0(Stream responseStream)
at Octopus.Server.Web.OctopusNancyHost.OutputWithDefaultTransferEncoding(Response nancyResponse, HttpListenerResponse response)
at Octopus.Server.Web.OctopusNancyHost.ConvertNancyResponseToResponse(NancyContext nancyRequest, Response nancyResponse, HttpListenerResponse response)
at Octopus.Server.Web.OctopusNancyHost.d__25.MoveNext()

Thank you very much for your help,
Aaron

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