From: Benjamin W. <bw...@co...> - 2006-08-25 20:17:44
|
=20 CruiseControl Emailing doesn't work in testing. Anyone has any clue about the error below? I tried all the possible mailhost names, including mail.coindata.com, SERVER.coindata.com, smtp.coindata.com, and jbeven.coindata.com. I look forward to some helpful advice. =20 Thanks, =20 Ben =20 ######################################################################## ##### 8/25/2006 3:59:55 PM: [MasterBuild:Error]: Publisher threw exception: ThoughtWorks.CruiseControl.Core.CruiseControlException: EmailPublisher exception: System.Web.HttpException: The transport failed to connect to the server. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80040213): The transport failed to connect to the server. --- End of inner exception stack trace --- at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) --- End of inner exception stack trace --- at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) at System.Web.Mail.SmtpMail.CdoSysHelper.Send(MailMessage message) at System.Web.Mail.SmtpMail.Send(MailMessage message) at ThoughtWorks.CruiseControl.Core.Publishers.EmailGateway.Send(String from, String to, String subject, String messageText) at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.SendMessage(St ring from, String to, String subject, String message) ---> System.Web.HttpException: The transport failed to connect to the server. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80040213): The transport failed to connect to the server. --- End of inner exception stack trace --- at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) --- End of inner exception stack trace --- at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) at System.Web.Mail.SmtpMail.CdoSysHelper.Send(MailMessage message) at System.Web.Mail.SmtpMail.Send(MailMessage message) at ThoughtWorks.CruiseControl.Core.Publishers.EmailGateway.Send(String from, String to, String subject, String messageText) at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.SendMessage(St ring from, String to, String subject, String message) --- End of inner exception stack trace --- at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.SendMessage(St ring from, String to, String subject, String message) at ThoughtWorks.CruiseControl.Core.Publishers.EmailPublisher.Run(IIntegrati onResult result) at ThoughtWorks.CruiseControl.Core.Project.PublishResults(IIntegrationResul t result) 8/25/2006 3:59:55 PM: [MasterBuild:Info]: Integration complete: 8/25/2006 3:59:47 PM =20 ________________________________ From: Benjamin Wang=20 Sent: Wednesday, August 23, 2006 4:27 PM To: 'ndo...@li...' Cc: Allen Law Subject: NDoc Crash =20 Hello: =20 I downloaded the NDOC source code (from http://jonas.lagerblad.com/blog/?p=3D4 <http://jonas.lagerblad.com/blog/?p=3D4> ), and added [STAThread] above the Main() method in ndocconsole. I tested the new executable and got the errors below----ndocconsole crashed at runtime. =20 There are other issues but if someone can help me figure out this one, I'd really appreciate it. =20 Thanks a lot. =20 Ben =20 |