November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
During mirroring will the site make a call out to the Mirroring service (a separate application), the error seems to be caused in the service. Could you try to enable logging for the MirroringService to get some more information about the cause (e.g. a stack trace)?
You can do this by adding a EPiServerLog.config file (e.g. copy it from site root) to the mirroring service folder (typically MirroringService folder in your site root).
Hello Johan
I enabled the serrver log on Mirroring Service and found the following
2015-07-27 09:58:10,709 [17] ERROR EPiServer.MirroringService.Common.InitializationServiceContext: Failed to initialize EPiServer runtime from config: Object reference not set to an instance of an object.2015-07-27 09:58:10,746 [17] ERROR EPiServer.MirroringService.Proxy.RuntimeMirroringProxy: Object reference not set to an instance of an object.System.NullReferenceException: Object reference not set to an instance of an object. at EPiServer.MirroringService.Common.InitializationServiceContext.InitalizeEPiServer(ProxyContext context) at EPiServer.MirroringService.Common.InitializationServiceContext.InitializeEPiServerRuntime(ProxyContext context) at EPiServer.MirroringService.Proxy.RuntimeMirroringProxy.Initialize(ProxyContext context)2015-07-27 09:58:10,856 [17] ERROR EPiServer.MirroringService.MirroringSourceService.MirroringSourceServer: EPiServer.MirroringService.MirroringTransferProtocol.Common.MirroringFaultExceptionDetail
Thanks
Sravan
Make sure that assembly bindings (mirroring web.coinfig) and mirroring bin folder are updated as well.
Hello
I am encountring the following issue after I upgraded the sample app to 8.10.0 and running the mirroring servie
ERROR EPiServer.Enterprise.Mirroring.MirroringManager: 10.1.6 Error executing task "UpgradeMirroring":
System.Exception: Object reference not set to an instance of an object. ()
at EPiServer.MirroringService.MirroringSourceService.MirroringSourceClient.HandleApplicationException(FaultException`1 mirroringSourceFaultException)
at EPiServer.MirroringService.MirroringSourceService.MirroringSourceClient.StartMirroring(String siteId, Guid contextId, ValidationContext validationContext)
at EPiServer.Enterprise.Mirroring.MirroringManager.Execute(MirroringData data)
System.Exception: Object reference not set to an instance of an object. ()
at EPiServer.MirroringService.MirroringSourceService.MirroringSourceClient.HandleApplicationException(FaultException`1 mirroringSourceFaultException)
at EPiServer.MirroringService.MirroringSourceService.MirroringSourceClient.StartMirroring(String siteId, Guid contextId, ValidationContext validationContext)
at EPiServer.Enterprise.Mirroring.MirroringManager.Execute(MirroringData data)
2015-07-24 11:48:51,064 [8] ERROR EPiServer.DataAbstraction.ScheduledJob: 3.1.2 Failed to execute job b5baa7fe-c1e2-4e0b-b8bf-01ec45a42615
EPiServer.Core.EPiServerException:
Error executing task "UpgradeMirroring": Object reference not set to an instance of an object. ()
at EPiServer.Enterprise.Mirroring.MirroringManager.Execute()
EPiServer.Core.EPiServerException:
Error executing task "UpgradeMirroring": Object reference not set to an instance of an object. ()
at EPiServer.Enterprise.Mirroring.MirroringManager.Execute()
Any Help would be greatly appreciated?
Thanks