I've got the following exception when create new catalog. the eventSvcEndpoint url- ..../Services/EventService.svc seems fine. Have any one experenced this problem before? the site use Commerce 1 R2.
Exception Details: System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.ChannelFactory`1[EPiServer.Business.Commerce.IEventService], cannot be used for communication because it is in the Faulted state.
[CommunicationObjectFaultedException: The communication object, System.ServiceModel.ChannelFactory`1[EPiServer.Business.Commerce.IEventService], cannot be used for communication because it is in the Faulted state.]
System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) +495
System.ServiceModel.ChannelFactory.System.IDisposable.Dispose() +28
EPiServer.Business.Commerce.HttpModules.EventServiceModule.SendEvent(String eventType, ProductUpdatedEventArgs e) +336
Mediachase.Commerce.Catalog.CatalogEventHandler.Invoke(Object sender, CatalogEventArgs e) +0
Mediachase.Commerce.Catalog.Managers.CatalogManager.SaveCatalog(CatalogDto dto) +915
Mediachase.Commerce.Manager.Catalog.CatalogEdit.EditSaveControl_SaveChanges(Object sender, SaveEventArgs e) +364
Mediachase.Commerce.Manager.Core.SaveControl.OnSaveChanges(Object sender, EventArgs e) +65
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
While creating new catalogs Commerce communicates with other parties that are interested in this event. We experience these issues when working in Commerce Manager while CMS side was down (IIS turned off)..
hi there,
I've got the following exception when create new catalog. the eventSvcEndpoint url- ..../Services/EventService.svc seems fine. Have any one experenced this problem before? the site use Commerce 1 R2.
Exception Details: System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.ChannelFactory`1[EPiServer.Business.Commerce.IEventService], cannot be used for communication because it is in the Faulted state.