Luego de mandar a autorizar las Horas Extras, no notifica al usuario autorizador, ya reinicié el IIS el AppJob, lo extraño es que anteriormente si notificaba al usuario, el error que muestra en el appJob es el siguiente:

2015-01-26 17:31:33,777 [AppJobWinServiceScheduler_Worker-1] ERROR EmailNotificatorService - Falló la notificación a Servio     Tulio Calderón Julian <stcalderon@ufm.edu>: Notificación de autorización
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server     ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.    0.1:25
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress&     address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address,     Socket& abortSocket, Socket& abortSocket6, Int32 timeout)
   at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback)
   at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback)
   at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
   at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   --- End of inner exception stack trace ---
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Aseinfo.VH4.WindowsServices.ApplicationJobs.EmailNotificatorService.Notify(String recipientAddress, String     recipientFullName, String messageTitle, String messageBody, Stream[] attachments) in     c:\VH4\VH4\WindowsServices\ApplicationJobsWindowsService\ApplicationJobs\EmailNotificatorService.cs:line 53
2015-01-26 17:31:35,322 [AppJobWinServiceScheduler_Worker-1] ERROR EmailNotificatorService - Falló la notificación a 35 X <    lmbg@ufm.edu>: Notificación de autorización
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server     ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.    0.1:25
   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress&     address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address,     Socket& abortSocket, Socket& abortSocket6, Int32 timeout)
   at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback)
   at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback)
   at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout)
   at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   --- End of inner exception stack trace ---
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Aseinfo.VH4.WindowsServices.ApplicationJobs.EmailNotificatorService.Notify(String recipientAddress, String     recipientFullName, String messageTitle, String messageBody, Stream[] attachments) in     c:\VH4\VH4\WindowsServices\ApplicationJobsWindowsService\ApplicationJobs\EmailNotificatorService.cs:line 53

La versión de Evolution es la 1.8.3.2, Gracias por la ayuda.

asked 26 Jan '15, 23:55

Erick%20T%C3%BAchez's gravatar image

Erick Túchez
210607168
accept rate: 37%

edited 26 Jan '15, 23:59

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635


La excepción es bien clara.

No connection could be made because the target machine actively refused it 127.0.0.1:25

Esta buscando un SMTP que está en 127.0.0.1 en el puerto 25.

Deberías de configurar en AppJobWinService.exe.config, los datos correctos del servidor SMTP.

link

answered 27 Jan '15, 00:01

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635
accept rate: 51%

Te comento que revisé lo que indicas pero el servidor SMTP es correcto, revise la entidad de Horas Extras y veo que tiene dos rutas de Autorización, la primera es Tipo Autorizador por ROL y el Segundo es por USUARIO, lo que hice por el momento es que en vez de que sea por tipo Autorizador ROL lo coloqué por Usuario y ya no mostró ningún inconveniente y este problema únicamente sucede con Horas Extras.

(27 Jan '15, 14:17) Erick Túchez Erick%20T%C3%BAchez's gravatar image

También revisé los usuario que estaban asociados al Rol Autorizador y todos se encuentran activos y con un empleados asociado.

(27 Jan '15, 14:19) Erick Túchez Erick%20T%C3%BAchez's gravatar image

Yo también veo claramente el problema. El SMTP no contesta. Por lo general, el smtp nunca está en la misma máquina donde corre el evolution y en tu caso está buscando 127.0.0.1 que es localhost. No tiene nada que ver con el flujo. Proba enviar un mensaje via "contáctenos" en el website de evolution y deberías ver exactamente el mismo error en el AppJob.

(27 Jan '15, 15:55) sabanito ♦♦ sabanito's gravatar image

El problema principal que tengo es que después de enviar el flujo de autorización de horas extras no llega la notificación al primer autorizador y revisando el AppJob encontré el mensaje indicado arriba.

(27 Jan '15, 17:09) Erick Túchez Erick%20T%C3%BAchez's gravatar image

Y funcionó el envio de correo desde el link de "Contáctenos" en el Evolution?

(27 Jan '15, 22:14) sabanito ♦♦ sabanito's gravatar image

Es correcto lo que indicas, el problema es debido a la configuración del SMTP, realice la prueba que indicaste y dio el mismo problema, configure el SMTP correcto(Resuelto).

(02 Feb '15, 16:43) Erick Túchez Erick%20T%C3%BAchez's gravatar image
showing 5 of 6 show all
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×83
×11
×9

Asked: 26 Jan '15, 23:55

Seen: 1,700 times

Last updated: 02 Feb '15, 16:43

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática