Thanks Munesh,

I will try the following and share.

Regards
Sucharita

From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of munesh konda
Sent: Wednesday, November 13, 2013 5:51 PM
To: [email protected]
Subject: Re: Error in email logs...resulting in email loss

**
Hello

Try to check whether you are having sustained connection with SMTP Host.


How to verify SMTP connection using telnet

<-- Telnet <IP address the server> 25

--> 220 computername.domain.com<http://computername.domain.com> SMTP Server 
ready

<-- HELO me

--> 250 OK

<-- QUIT

--> 221 Closing Port / Mail queued for delivery

For SMTP authentication, please refer to: 
http://technet.microsoft.com/en-us/library/aa995718(v=exchg.65).aspx

Also check whether you are passing value more than 255 characters for " To " 
field on STM:BlockedEmailMessages  form.

SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To

Thanks.

Regards
Munesh

On Wed, Nov 13, 2013 at 2:58 PM, Rem_Developer 
<[email protected]<mailto:[email protected]>> 
wrote:
**
Hi Sucharita,

Check the emails (to field) for any invalid addresses, if selective emails are 
not being delivered.
Thank you,
Dhananjay
From: Sucharita SINGHAL [via ARS (Action Request System)] 
[mailto:ml-node+<mailto:ml-node%2B>[hidden 
email]<http://user/SendEmail.jtp?type=node&node=7593588&i=0>]
Sent: 13 November 2013 12:23
To: Dhananjay Deshpande
Subject: Error in email logs...resulting in email loss

**
Hello Team,

We are errors in email Logs.
Selective mails are getting blocked and not being sent to smtp server.

Please find the error snapshot as below:
nested exception is:
        java.net.SocketException: Broken pipe (errno:32)
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:953)
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:941)
        at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:918)
        at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:643)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:322)
        at 
com.remedy.arsys.emaildaemon.SenderModule.sendMessage(SenderModule.java:74)
        at 
com.remedy.arsys.emaildaemon.CreatorModule.createMessage(CreatorModule.java:1468)
        at 
com.remedy.arsys.emaildaemon.CreatorModule.doWork(CreatorModule.java:360)
        at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
        at java.lang.Thread.run(Thread.java:595)
Nov 13, 2013 11:00:51 AM com.sun.mail.smtp.SMTPTransport sendCommand
SEVERE: Can't send command to SMTP host;
  nested exception is:
        java.net.SocketException: Broken pipe (errno:32)
javax.mail.MessagingException: Can't send command to SMTP host;
  nested exception is:
        java.net.SocketException: Broken pipe (errno:32)
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:953)
        at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:941)
        at com.sun.mail.smtp.SMTPTransport.close(SMTPTransport.java:374)
        at 
com.remedy.arsys.emaildaemon.SenderModule.closeTransport(SenderModule.java:129)
        at 
com.remedy.arsys.emaildaemon.CreatorModule.doWork(CreatorModule.java:317)
        at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
        at java.lang.Thread.run(Thread.java:595)
Nov 13, 2013 11:00:52 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:52 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:52 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:52 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:52 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:53 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:53 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:53 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:54 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:55 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:56 AM com.sun.mail.smtp.SMTPTransport rcptTo
SEVERE: Invalid Addresses;
  nested exception is:
        class javax.mail.SendFailedException: 504 5.5.2 <REMSPI_ARS>: Recipient 
address rejected: need fully-qualified address

javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
        class javax.mail.SendFailedException: 504 5.5.2 <REMSPI_ARS>: Recipient 
address rejected: need fully-qualified address

        at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:848)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:323)
        at 
com.remedy.arsys.emaildaemon.SenderModule.sendMessage(SenderModule.java:74)
        at 
com.remedy.arsys.emaildaemon.CreatorModule.createMessage(CreatorModule.java:1468)
        at 
com.remedy.arsys.emaildaemon.CreatorModule.doWork(CreatorModule.java:360)
        at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
        at java.lang.Thread.run(Thread.java:595)
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:58 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:00:59 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:00 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:00 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:04 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:05 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
Nov 13, 2013 11:01:06 AM com.remedy.arsys.emaildaemon.LoggingModule doWork
SEVERE: Value does not fall within the limits specified for the field  (max 
length - 255) : STM:BlockedEmailMessages : To
pkgweb|pkgov >

Please let us know the reason and how to correct the situation

Regards
Sucharita

_ARSlist: "Where the Answers Are" and have been for 20 years_
________________________________
If you reply to this email, your message will be added to the discussion below:
http://ars-action-request-system.1093659.n2.nabble.com/Error-in-email-logs-resulting-in-email-loss-tp7593586.html
To start a new topic under ARS (Action Request System), email [hidden 
email]<http://user/SendEmail.jtp?type=node&node=7593588&i=1>
To unsubscribe from ARS (Action Request System), click here.
NAML<http://ars-action-request-system.1093659.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>

________________________________
View this message in context: RE: Error in email logs...resulting in email 
loss<http://ars-action-request-system.1093659.n2.nabble.com/Error-in-email-logs-resulting-in-email-loss-tp7593586p7593588.html>
Sent from the ARS (Action Request System) mailing list 
archive<http://ars-action-request-system.1093659.n2.nabble.com/> at Nabble.com.

_ARSlist: "Where the Answers Are" and have been for 20 years_

_ARSlist: "Where the Answers Are" and have been for 20 years_

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to