I have just installed Courier v2.7.5.1.90 on to a fresh / empty Umbraco v 4.7.0 install.
I have a dev site which is dev.domain.com and a live site which is www.domain.com.
The problem I have is, when I click on the deploy button (this was tested on an image with no dependancies) the following error appears.
error:System.Net.WebException: The request failed with the error message: --
Object Moved
This document may be found here --. 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 Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.OpenSession(String sessionKey, String username, String password) at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.OpenSession(String sessionKey) at Umbraco.Courier.Core.Packaging.RevisionPackaging.openSessions() at Umbraco.Courier.Core.Packaging.RevisionPackaging.Package() at Umbraco.Courier.Core.Tasks.PackagingTask.Run() at Umbraco.Courier.Core.TaskManager.manageTask(IRevisionTask value) 4/18/2013 11:48:42 AM
I'm not too sure what the problem could be. Any help will be greatly appreciated.
Access denied to the webservice, webservice file missing or something similiar, you would need to look at your IIS authentication settings and if you can actually access /umbraco/plugins/courier/repository.asmx file from your dev site.
This message comes from IIS, not courier, which means the request is intercepted by the webserver before it even gets to the webservice .asmx file
Error during packaging
Hello everyone!
I have just installed Courier v2.7.5.1.90 on to a fresh / empty Umbraco v 4.7.0 install.
I have a dev site which is dev.domain.com and a live site which is www.domain.com.
The problem I have is, when I click on the deploy button (this was tested on an image with no dependancies) the following error appears.
error:System.Net.WebException: The request failed with the error message: --
Object Moved
This document may be found here --. 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 Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.OpenSession(String sessionKey, String username, String password) at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.OpenSession(String sessionKey) at Umbraco.Courier.Core.Packaging.RevisionPackaging.openSessions() at Umbraco.Courier.Core.Packaging.RevisionPackaging.Package() at Umbraco.Courier.Core.Tasks.PackagingTask.Run() at Umbraco.Courier.Core.TaskManager.manageTask(IRevisionTask value) 4/18/2013 11:48:42 AM
I'm not too sure what the problem could be. Any help will be greatly appreciated.
Hi Gareth. I'm having the same issue. Did you find a solution?
Access denied to the webservice, webservice file missing or something similiar, you would need to look at your IIS authentication settings and if you can actually access /umbraco/plugins/courier/repository.asmx file from your dev site.
This message comes from IIS, not courier, which means the request is intercepted by the webserver before it even gets to the webservice .asmx file
is working on a reply...