Object Moved Error

I have been trying to deploy the code to the server. The following error occured while moving a TDS package ,

    Exception: The request failed with the error message:

<head><title>Document Moved</title></head>

<body><h1>Object Moved</h1>This document may be found <a HREF="https://siteURL.com/en-us/_dev/tdspackageinstaller.asmx">here</a></body>

--.(WebException)

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

at HedgehogDevelopment.PackageInstaller.TdsPackageInstaller.TdsPackageInstaller.InstallPackage(String path) in D:\DEV\Github\Sitecore.AdvancedPackageInstaller\PackageInstaller\Web References\TdsPackageInstaller\Reference.cs:line 78

at HedgehogDevelopment.PackageInstaller.Program.Main(String[] args) in D:\DEV\Github\Sitecore.AdvancedPackageInstaller\PackageInstaller\Program.cs:line 148

Exception: The request failed with the error message:

--

<head><title>Document Moved</title></head>

<body><h1>Object Moved</h1>This document may be found <a HREF="https://siteURL.com/en-us/_dev/tdspackageinstaller.asmx">here</a></body>

--.(WebException)

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

at HedgehogDevelopment.PackageInstaller.TdsPackageInstaller.TdsPackageInstaller.InstallPackage(String path) in D:\DEV\Github\Sitecore.AdvancedPackageInstaller\PackageInstaller\Web References\TdsPackageInstaller\Reference.cs:line 78
Error 11:52:42at HedgehogDevelopment.PackageInstaller.Program.Main(String[] args) in D:\DEV\Github\Sitecore.AdvancedPackageInstaller\PackageInstaller\Program.cs:line 148

Hi,

Thanks for getting in touch.

I’m not sure that is an Octopus Deploy issue as the error is coming from the HedgehogDevelopment.PackageInstaller program.

Are you trying to run this from within Octopus? If you are, could you give some more details on how you are running this

  • screenshots of how step is configured in Octopus
  • raw deployment log of failed deployment

Thank you,
Henrik

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