Hi
I'm unable to receive emails, tested the smtp server details using smtp tester and email was sent successfully.
below is the exception that is thrown in the log:
[06/27 10:57:50,Telerik.TestStudio.ExecutionManagerService.exe(5980:21),Execution] <>c__DisplayClass5_1.<JobFinished>b__2() : EXCEPTION! (see below)
Situation: Exception in jobfinished plugin executionStatus
Outer Exception Type: Autofac.Core.DependencyResolutionException
Message: An exception was thrown while invoking the constructor 'Void .ctor(Telerik.TestStudio.ExecutionManager.Notifications.Emailer.Interfaces.ISmtpSettings)' on type 'ResultMailSender'.
HRESULT: 0x80131500 (Official ID (if app.) = COR_E_EXCEPTION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5376)
Call Stack:
at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
at Autofac.Core.Activators.Reflection.ReflectionActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
at Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable`1 parameters)
at Autofac.Core.Resolving.InstanceLookup.Execute()
at Autofac.Core.Resolving.ResolveOperation.GetOrCreateInstance(ISharingLifetimeScope currentOperationScope, IComponentRegistration registration, IEnumerable`1 parameters)
at Autofac.Core.Resolving.ResolveOperation.Execute(IComponentRegistration registration, IEnumerable`1 parameters)
at Autofac.Core.Lifetime.LifetimeScope.ResolveComponent(IComponentRegistration registration, IEnumerable`1 parameters)
at lambda_method(Closure , ISmtpSettings )
at Telerik.TestStudio.ExecutionManager.Notifications.Emailer.PostListExecutionEmailer.OnAfterTestListCompleted(TestListExecutionStatus executionStatus, RunResult result)
at Telerik.TestStudio.ExecutionManager.Notifications.ExecutionManagerNotificationService.<>c__DisplayClass5_1.<JobFinished>b__2(ITestListExecutionExtensionStatus extensionStatus)
Inner Exception Type: System.Xml.XmlException
Message: Reference to undeclared entity 'reg'. Line 94, position 14.
HRESULT: 0x80131940 (Official ID (if app.) = COR_E_Xml, Error Bit = FAILED, Facility = FACILITY_URT, Code = 6464)
Call Stack:
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.HandleGeneralEntityReference(String name, Boolean isInAttributeValue, Boolean pushFakeEntityIfNullResolver, Int32 entityStartLinePos)
at System.Xml.XmlTextReaderImpl.ResolveEntity()
at System.Xml.XmlLoader.LoadEntityReferenceNode(Boolean direct)
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at Telerik.TestStudio.ExecutionManager.Notifications.Emailer.Mail.MailBodyResultHtmlGenerator..ctor()
at Telerik.TestStudio.ExecutionManager.Notifications.Emailer.Mail.ResultMailSender..ctor(ISmtpSettings connectionSettings)
at lambda_method(Closure , Object[] )
at Autofac.Core.Activators.Reflection.ConstructorParameterBinding.Instantiate()
[06/27 10:58:50,Telerik.TestStudio.ExecutionManagerService.exe(5980:25)] First trace message from pool unnamed thread (managed ID = 25, native ID = 2436).
[06/27 10:58:50,Telerik.TestStudio.ExecutionManagerService.exe(5980:25),Execution] JobRunner.<CleanupTestRunsStatus>b__19_0() : TestList execution status expired- removing from list job id=67a8479a-0674-44c3-9f68-66fcefe3473d
Thanks in Advance.
Kgotso