Mono Support Error log files empty. 

Viewed 12450 time(s), 8 post(s), 7/29/2013 2:44:56 PM - by mev9669
7/29/2013 2:44:56 PM
515 Reputation 67 Total posts

Regarding my earlier post http://www.mono-software.com/Mono/Pages/Discussion/dtopic/eVxOVGw2iEaR6KIKAOZk1w/Error-Logs/ , I manages to get the log files created in the folder. but the files are currently empty. I also tried downloading the files using filezilla client and i get an error 550 The process cannot access the file because it is being used by another process. 

1
7/29/2013 2:52:54 PM
2218 Reputation 300 Total posts

Hello,

This is probably because the Application Pool most likely locked the files. Can you try connecting using Remote Desktop and downloading the logs or stopping the site temporarily in order to try and download the logs.

Regards,
Mario

2
7/29/2013 3:07:29 PM
515 Reputation 67 Total posts

I have downloaded the file and found the following error.

2013-07-29 15:51:06,389 [12] ERROR MonoX [5.2.96.91] - An error has occured while sending you an e-mail. Please try again, if the problem persists, please contact us.at MonoSoftware.MonoX.Mail.MonoXMailSender.SendMail(MailMessage mailMsg)at MonoSoftware.Core.Mail.MailSender.SendMail(MailAddress fromAddress, String toAddress, String title, String htmlContent, String plainContent)at MonoSoftware.Core.Mail.MailSender.SendMail(String toAddress, String title, String htmlContent, String plainContent)at MonoSoftware.MonoX.ModuleGallery.ActivationEmailRecovery.btnSend_Click(Object sender, EventArgs e)Server does not support secure connections.at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)at System.Net.Mail.SmtpTransport.GetConnection(ServicePoint servicePoint)at System.Net.Mail.SmtpClient.GetConnection()at System.Net.Mail.SmtpClient.Send(MailMessage message)at MonoSoftware.Core.Mail.MailSender.SendMail(MailMessage mailMsg)

3
7/29/2013 3:12:00 PM
345 Reputation 61 Total posts

Hi MEV9669, could you please check your SMTP settings and possibly post them here?

4
7/29/2013 3:22:48 PM
515 Reputation 67 Total posts

<mailSettings>
      <smtp deliveryMethod="Network">
        <network host="mail......com" userName="admin@....com" password="...."  enableSsl="false" />
      </smtp>
    </mailSettings>

5
7/29/2013 3:29:26 PM
2218 Reputation 300 Total posts

Hello,

Is the mailserver on the same machine as your website? Have you configured SMTP?

Regards,
Mario

6
7/29/2013 3:32:14 PM
515 Reputation 67 Total posts

Yes. The mail server is the same server. the SMTP is configured by the IT company.

7
7/29/2013 3:38:55 PM
2218 Reputation 300 Total posts

Hello,

Are you using IIS SMTP? If you are using IIS SMTP please check with the IT company if the localhost can access the SMTP. Also depending on the configuration you might need to adjust the host value in the configuration.

Regards,
Mario

8
This is a demo site for MonoX. Please visit Mono Software for more info.