Error reading SMTP packet

Hi all,
Can anybody point me to the right direction? I keep getting this error once in a while. Is it a network or mail server problem?
--- mail.log_current output
11-Sep-2009 18:03:00.75 tcp_local tcp_intranet VES 0 [email protected] rfc822;[email protected] @mail.esuria.com.bn:[email protected] mailsrv Error reading SMTP packet
--- tcp_local_slave.log-0KPS00301WZA4D00 output
17:57:10.65: Debug output enabled, program version V6.3 compiled Aug 3 2007 17:16:10
17:57:10.65: Sun Java(tm) System Messaging Server shared library version 6.3-4.01 linked 17:13:29, Aug 3 2007
17:57:10.65: SMTP server initiated on socket 9
17:57:10.65: Received connection from @[64.104.193.197]
17:57:10.65: Applying PORT_ACCESS mapping to "TCP|172.16.101.31|25|64.104.193.197|32522"
17:57:11.21: Sending : "220 smtp1.esuria.com.bn -- Server ESMTP (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit))"
17:57:11.53: Received : "EHLO syd-iport-2.cisco.com"
17:57:11.53: Remote host IDENT information: [64.104.193.197]
17:57:11.53: Attempting channel switch: Rewriting "user@[64.104.193.197]"
17:57:11.53: Creating SASL context for service "smtp" and ruleset ""
17:57:11.53: SASL context creation returned status = 0
17:57:11.53: Sending : "250-smtp1.esuria.com.bn"
17:57:11.53: Sending : "250-8BITMIME"
17:57:11.53: Sending : "250-PIPELINING"
17:57:11.53: Sending : "250-CHUNKING"
17:57:11.53: Sending : "250-DSN"
17:57:11.53: Sending : "250-ENHANCEDSTATUSCODES"
17:57:11.53: Sending : "250-EXPN"
17:57:11.53: Sending : "250-HELP"
17:57:11.53: Sending : "250-XADR"
17:57:11.53: Sending : "250-XSTA"
17:57:11.53: Sending : "250-XCIR"
17:57:11.53: Sending : "250-XGEN"
17:57:11.53: Sending : "250-XLOOP 407CAF6A4E71FE579A5390266542F014"
17:57:11.53: Sending : "250-STARTTLS"
17:57:11.53: Listing available SASL mechanisms
17:57:11.53: SASL mechanism list status = 0
17:57:11.53: Sending : "250-AUTH PLAIN LOGIN"
17:57:11.53: Sending : "250-AUTH=LOGIN"
17:57:11.53: Sending : "250-ETRN"
17:57:11.53: Sending : "250-NO-SOLICITING"
17:57:11.53: Sending : "250 SIZE 0"
17:57:11.84: Received : "STARTTLS"
17:57:11.84: Sending : "220 2.5.0 Go ahead with TLS negotiation.
17:57:11.84: TLS ignore bad certificate flag = 1
17:57:12.54: TLS negotiation accepted
17:57:12.83: Received : "EHLO syd-iport-2.cisco.com"
17:57:12.83: Remote host IDENT information: [64.104.193.197]
17:57:12.83: Attempting channel switch: Rewriting "user@[64.104.193.197]"
17:57:12.83: Sending : "250-smtp1.esuria.com.bn"
17:57:12.83: Sending : "250-8BITMIME"
17:57:12.83: Sending : "250-PIPELINING"
17:57:12.83: Sending : "250-CHUNKING"
17:57:12.83: Sending : "250-DSN"
17:57:12.83: Sending : "250-ENHANCEDSTATUSCODES"
17:57:12.83: Sending : "250-EXPN"
17:57:12.83: Sending : "250-HELP"
17:57:12.83: Sending : "250-XADR"
17:57:12.83: Sending : "250-XSTA"
17:57:12.83: Sending : "250-XCIR"
17:57:12.83: Sending : "250-XGEN"
17:57:12.83: Sending : "250-XLOOP 407CAF6A4E71FE579A5390266542F014"
17:57:12.83: Listing available SASL mechanisms
17:57:12.83: SASL mechanism list status = 0
17:57:12.83: Sending : "250-AUTH PLAIN LOGIN"
17:57:12.83: Sending : "250-AUTH=LOGIN"
17:57:12.83: Sending : "250-ETRN"
17:57:12.83: Sending : "250-NO-SOLICITING"
17:57:12.83: Sending : "250 SIZE 0"
17:57:13.20: Received : "MAIL FROM:<[email protected]> SIZE=14800"
17:57:13.20: Debug output enabled, system smtp1.esuria.com.bn, process 0fcd.3, message enqueue routines version V6.3 compiled Aug 3 2007 17:13:34
17:57:13.45: Sending : "250 2.5.0 Address and options OK."
18:02:57.52: Received : "RCPT TO:<[email protected]>"
18:03:00.74: Sending : "250 2.1.5 [email protected] OK."
18:03:00.75: os_smtp_read: [9] network read returned no data
18:03:00.75: Shutting down SASL server context
18:03:00.75: smtpc_enqueue returning a status of 9 (OK)
18:03:00.75: pmt_close: [9] status 0
Thanks in advanced.

Look at the time stamps toward the end of the slave_debug log file:
The server received the connection, sent the banner, received the EHLO, and replied to it all around 17:57:10.
Then STARTTLS and EHLO around 17:57:12. Then:
17:57:13.20: Received : "MAIL FROM: SIZE=14800"
17:57:13.20: Debug output enabled, system smtp1.esuria.com.bn, process 0fcd.3, message enqueue routines version V6.3 compiled Aug 3 2007 17:13:34
17:57:13.45: Sending : "250 2.5.0 Address and options OK."
18:02:57.52: Received : "RCPT TO:"
18:03:00.74: Sending : "250 2.1.5 [email protected] OK."
18:03:00.75: os_smtp_read: [9] network read returned no data
It was over 5 minutes from when the server sent the response to the MAIL FROM until when the client sent the RCPT TO.
The server responded to the RCPT TO quickly enough, but then found the connection from the client had been closed.
This looks like a client problem or network performance problem.
It is also conceivable that it is is a server performance problem and it takes 5 minutes for the server process/thread to get back to receiving the RCPT TO. But, if that was the case, I would expect you to be complaining about the server performance rather than these occasional errors.

Similar Messages

  • Error reading SMTP packet; response to RCPT TO command expected

    Hi all, we have started experiencing problems on our mail environment (iPlanet Messaging Server 5.2 HotFix 2.09 (built Nov 18 2005)) re: sending mail to hotmail.
    For many emails sent to hotmail, we are getting the following error:
    Error reading SMTP packet; response to RCPT TO command expected
    We are not experiencing any errors when sending to yahoo from our iMS5.2 environment. Nor are we experiencing any errors when we send mail from our Microsoft Exchange server to hotmail.
    Does anyone have any ideas as to what might be the problem?
    Thanks in advance,
    Stewart

    Hi all again, further to my previous posting, I have some more info.
    In our iMS5.2 environment, we have two mail relays/gateways. Today I tried manually sending emails to hotmail using telnet. I found that I was able to send an email from one gateway (gw2) but not the other (gw1). On the mail gateway that I can't send an email, gw1, using telnet, I get the following error:
    550 Your e-mail was rejected for policy reasons on this gateway. Reasons for rejection may be related to content such as obscene language, graphics, or spam-like characteristics (or) other reputation problems. For sender troubleshooting information, please go to http://postmaster.msn.com. Please note: if you are an end-user please contact your E-mail/Internet Service Provider for assistance.
    A search on Google reveals this blocking is quite common with hotmail.
    Am I right is thinking that hotmail is blocking emails that originate from mail gateway gw1 that is having problems? And if so, what can be done to remedy the situation?
    Thanks in advance,
    Stewart

  • UTL_SMTP :ORA-29279: Error permanent SMTP: 553 sorry, that domain isn't in

    Hi, I create a package:
    CREATE OR REPLACE PROCEDURE SPEDISCI_MAIL
    Mittente IN VARCHAR2,
    Destinatario IN VARCHAR2,
    Oggetto IN VARCHAR2,
    Messaggio IN VARCHAR2
    IS
    -- dichiarazione di una variabile a cui assegnare il nome del server SMTP utilizzato
    -- in questo esempio l'SMTP è quello di yahoo
    mailhost VARCHAR2(30) := 'smtp.silviocolombo.it';
    -- dichiarazione di una variabile di tipo utl_smtp.connection
    -- a cui verrà assegnato l'SMTP ed il numero di porta (25)
    conn utl_smtp.connection;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    mesg VARCHAR2( 1000 );
    local_mittente VARCHAR2(2000) := mittente;
    BEGIN
    -- Apertura di una connessione al server
    conn := utl_smtp.open_connection (mailhost,25);
    -- Assegnazione alla variabile mesg dell'intestazione della mail
    mesg:='Date:'||TO_CHAR(SYSDATE,'dd mon yy hh24:mi:ss')||crlf||
    'From:<'||mittente||'>'||crlf||
    'Subject:'||Oggetto||crlf||
    'To:'||destinatario||crlf||''
    ||crlf||messaggio;
    -- Apertura di un collegamento al server
    utl_smtp.helo(conn, mailhost);
    -- Inizio di una transazione di posta con il server passandogli il mittente
    utl_smtp.mail(conn,local_mittente);
    -- il destinatario
    utl_smtp.rcpt(conn,destinatario);
    -- ed il testo del messaggio
    utl_smtp.data(conn, mesg);
    -- Chiusura della connessione
    utl_smtp.quit(conn);
    END;
    When I execute this package Ihave this mistake : ORA-29279: Error permanent SMTP: 553 sorry, that domain isn't in .
    What is it?
    Thanks
    Silvia

    ask your question in the database sql and pl/sql-forum. You could also search that forum, there are lots of posts about UTL_SMTP.

  • Oracle Error :: ORA-12637 Packet receive failed

    Hi buddies,
    One of my staff's PC is receiving this error sometimes when she is trying to connect to the database and she is able to connect sometimes.
    Oracle Error :: ORA-12637 Packet receive failed What could be the cause.
    I tried replacing her tnsadmin with my tnsadmin and it didn't make a change, still able to connnect sometimes and sometimes not.
    Able to connect using PL/SQL developer, but not using our customized application. (Everyone else are able to connect)
    Is it network problem?
    Please advice.
    Thank You very much.
    Alagu
    Edited by: user645399 on Sep 16, 2009 8:37 PM

    And from this cut-and-paste the OP is supposed to take what actions to solve the problem? Please don't just post that which is one google away every time someone posts an ORA- exception. You make some valuable contributions here but just posting expanded text doesn't give someone a list of actions to take that will help them resolve the issue. Better the question is left unanswered so others will be more likely to offer help.
    To the OP:
    It is highly likely you have a network issue and the fact that it is isolated to a single machine makes it reasonably easy to fix. First try to figure out which component is failing. Go to the router or switch and swap wires between that client machine and another one that is working properly. Does the problem move? If not then swap the wires. Again does the problem move? Next the NIC card? What if you put another machine on the desk and put the original hard disk in it?
    Sometimes it just isn't worth the effort so you just swap out the machine.
    Intermittent problems are always hard to identify and fix. What is on your side is that this is only affecting a single user.

  • SPAU error reading log file

    Hi All,
    We have an R/3 4.0B landscape and are working on some changes.  I want to see if any SAP delivered objects have been modified in the past, but whenever I run SPAU or SPDD, I get an error message
    "Error Reading File D:\usr\sap\put\log\umodstat.log"  "Message Number 0U 503".
    I can read a text file in the same directory through AL11, so I'm reasonably sure it's not an OS permission problem.
    Any ideas?
    Thanks,
    Alan

    Hi All,
    I had same issue trying to edit sat.trc file, I fixed this problem by manual editing sat.trc file and modified the following line:
    <!FORMATTER[com.sap.tc.logging.perf.PerfFormatter]/>
    change to:
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    after changes you will able to open file with Visaul Admin Log Viewer or standalone logviewer.
    Hope it helps.
    Regards

  • Error while saving Adobrforms: There was a error reading the document(26)

    Hello,
    Am not able to save the pdf form.
    Error : "The document could not be saved.There was a error reading the document(26)."
    Can anyone please tell me why i am getting this error.
    Thanks,
    satheesh

    Hi Satheesh,
    Can you give more details about your scenario..
    Regards,
    Ravi

  • Error reading from file glibc-2.5-24.i686.rpm RHEL 5 Setup stuck at 80%

    Hi, I am installing Oracle 10g on RHEL 5 (Red Hat Enterprise Linux 5) machine I am facing two problems
    1) while installing the rpm packages the following package gave an error
    Error reading from file glibc-2.5-24.i686.rpm
    2) I still gave a try to runInstaller command the installer opened but was stuck at 80%
    I have 3 GB ram and 320GB hard drive I am not sure what to put in the swap memory and other settings i blindly followed instructions given here
    http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php
    What could be the problem where do I find the error log if its created
    Please help me
    Thanks
    Edited by: 891355 on Nov 6, 2011 12:06 PM

    I found the installActions file in the installer folder and I think this could be the problem
    INFO: The 'shiphomeproperties.xml' file is missing from shiphome location '/home/oracle/Desktop/database/install/../stage/products.xml.' Add this file to the 'Disk1/stage' directory of the shiphome.
    though I am attaching the log file for more details do you think the installer is corrupt :(
    InstallActions log file ==> http://www.mediafire.com/?nh7mx7bxqht9ovu
    Edited by: 891355 on Nov 6, 2011 1:35 PM

  • Error reading wsdl file excepetion null

    Hi
    I am trying to invoke a proxy service (web service) wsdl from a bpel process. When i add a web service adapter, put url of external web service and save it, all my service end points defined in the BPEL process are becoming non editable. Binding of operation is changing from web service to HTTP binding for all end points. When I try to edit any partner link, Jdev throws an error " error reading wsdl file excepetion null " for local services. For external service, even though i am refering to a url on the server, it points to " C:\Oracle\Middleware\jdeveloper\jdev\bin\...\xxxx?WSDL" and throws same error " failed to read wsdl file(System could not find the path specified". I am just clueless as to why this is happening. Any help is much appreciated.

    Try the SOA Forum - SOA Suite

  • \\Error Reading Rules File when dimbuild with DLR

    Hi
    I am using Essbase 11.1.2.1.
    I create a DLR via the web console EAS (11.1.2.1 too) : a very simple one : dimbuild DLR, ";" as separator, 2 fields (parent and child)
    when i try do do a "Update Ouline..." with a very simple file (1 line : accounts;test) I have this error message "\\Error Reading Rules File"
    I don't know if it can help but if I create the same DLR on another 7.1 essbase serveur through this same wec eas console (11.1.2.1), I have no problem...
    another information, too : my 11.1.2.1 server has a //ESS_LOCALE English_UnitedStates.Latin1@Binary ESSLANG. My 7.1 server has a //ESS_LOCALE French_France.ISO-8859-15@Default ESSLANG. I really don't know if there is a link, or absolutely not.
    Thanks in advance for your help!
    Fanny

    unable to load essmsh.exe : the error message seems to indicate that it is a problem with a path in the environment variables.
    So if you say that the "Error Reading Rules File" is typically a path issue, all is probably linked!
    The admin will probably correct that tomorrow : I let you know if it solves the problem!
    Thanks!
    Fanny

  • Error reading product file driver files

    When attempting apply a large merge patch I receive the following error:
    Screening out files not valid for this installation...
    Determining valid on-site files...
    AutoPatch error:
    The following file is missing:
    /oracle/prodappl/pa/11.5.0/admin/driver/pasb038.drv
    AutoPatch error:
    Error reading product file driver files [complete; make tapes]
    AutoPatch error:
    Error determining valid on-site files
    Any ideas?
    I've tried using options=noprereq option, but that didn't help.

    - Try to restore the file from a backup you have Or just copy it from any other environment.
    - Make sure that you have included all pre-req patches in the merged file.
    I've tried using options=noprereq optionBy this you tell adpatch not to check for pre-req, use 'options=prereq' instead.

  • Error reading zip file in Java 6

    We have a bespoke installer program that fails, intermittently, in Java 6 on Windows. After installing some files, it then fails with a stack trace like this:
    java.util.zip.ZipException: error reading zip file
         at java.util.zip.ZipFile.read(Native Method)
         at java.util.zip.ZipFile.access$1200(ZipFile.java:29)
         at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:447)
         at java.util.zip.ZipFile$1.fill(ZipFile.java:230)
         at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
         at java.io.FilterInputStream.read(FilterInputStream.java:90)
         at com.XXXX.trent.installer.Installer.writeStreamToFile(Unknown Source)
         at com.XXXX.trent.installer.Installer.installFile(Unknown Source)
         at com.XXXX.trent.installer.PatchFileInstaller.installFile(Unknown Source)
         at com.XXXX.trent.installer.PatchFileInstaller.installFiles(Unknown Source)
         at com.XXXX.trent.installer.UpgradeInstaller$TpfAction.run(Unknown Source)
         at com.XXXX.trent.installer.UpgradeInstaller.runActions(Unknown Source)
         at com.XXXX.trent.installer.UpgradeInstaller.install(Unknown Source)
         at com.XXXX.trent.installer.TrentInstall$SoftwareInstallStage.install(Unknown Source)
         at com.XXXX.trent.installer.TrentInstall$UpgradeInstallWorker.install(Unknown Source)
         at com.XXXX.trent.installer.PatchInstall$InstallWorker.construct(Unknown Source)
         at com.XXXX.trent.utils.SwingWorker$2.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:619)The same code works in Java 5 on the same environments that it now fails in Java 6 (1.6.0_16).
    Any ideas?
    Thanks.

    gimbal2 wrote:
    it is not weird, it is a bug in the application. Don't let the upgrade from Java 5 to Java 6 make you believe otherwise.It's a singularly bad exception message though. I would have thought that something from java.util might be a bit more explicit about what the problem is.
    Winston

  • Error reading project file : no protocol

    I have followed the instructions exactly as in the j2ee tutiorial ,but, when I run asant , an error occurs:
    : Error reading project file : no protocol: ../../common/targets.xml
    Urgent!

    Could you please provide a bit more detail such as which sample you are using? Also are you using the latest version of the tutorial and have you configured your build.properties in the samples/common directory?

  • Error reading Maya file

    I was trying to import a camera into AE, but I encounted the error: AEGP Plugin MayaImport: Error reading Maya file. (5027::12)
    Here's how I did:
    Version of softwares:
    Maya 2014 and 2013
    After Effects CS6
    System:
    Windows 7 & Mac OS 10.6.8
    I exported Camera and locator from a maya(.mb) file and save it as a .ma file. I baked all keyables of the camera.
    Then I tried to import it into AE. and the error occured.
    I tried different versions of maya and different systems, as I mentioned above. But the results were the same.
    Does anybody know how to fix it? Or show me another way to import Maya's camera into AE?
    Thanks!

    Without seeing the actual Maya file nobody can say anything. Could simply need a manual editing of the file version info or some reformatting...
    Mylenium

  • Error reading/writing file "com.garageband.cs":`≤Ć». message

    Hey all! Don't know if anyone can help but I keep getting the message...
    " Error reading/writing file "com.garageband.cs":`≤Ć». " with a cancel button.
    If you click on it it does go away, but after a time playback starts skipping and stuff.
    Anyone help please?
    Thanks
    Righini

    first two things to try for “oddball” probs:
    http://www.bulletsandbones.com/GB/GBFAQ.html#oddballprobs
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Error reading/writing file message when opening garageband and/or files

    I've been recently getting this message when I open garageband and files
    "Error reading/writing file\U201Ccom.apple.garageband.cs\U201D
    I've been in and repaired disk permissions and all that it says it is all fine, reinstall garageband and message still comes up, weird.
    not only is garageband being a nuisance, Mac OS X 10.6.2 is being a pain when shutting down telling me to restart the computer. This only happened since upgrading to 10.6. No one as yet knows this promble so I'm gonna have to ring apple and see what is going on here.
    and also my other problem is that mac doesn't seem as snappy anymore I noticed this before upgrading to 10.6 and made no difference when "cleanly" installing 10.6. I get a colour wheel popping up and i'm having to wait with simple tasks. iMac only 2 years old.

    i give up with this discussion forum no no one knows anything

Maybe you are looking for

  • Can not delete encrypted message in outlook 2013

    I have outlook 2013 connected to our internal exchange server 2013. We have Microsoft Certificate Authority (Active Directory Certificate Service) Server in our company. All users have User Certificate for sign and encrypt email. I received many encr

  • No pictures show up in iPhoto Library on my hard drive.

    When I try and find my pictures on my hard drive, there is only a iPhoto Library icon but no pictures show up. I upgraded my iLife to '08 and now I can't find the folder in which my pictures are stored. I can't drag and drop the pictures from iPhoto

  • How can obtain a row from an attribute

    Hi, i´m doing a smart project and i need only one row, how can obtain it? The row i want obtain it from an attribute. Thanks,

  • How to start for reorg datas ?

    Hi members, I have a few questions about an 9i Oracle database for using with IBM WebSphere Commerce. DB is not very big ... only 1,3 Gb. Production release : 9.2.0.7 Every night at 2:00am I have a task for analyzing statistics on all tables (3 schem

  • FF4 installed, (3 times) but it still looks like 3.6. What happened?

    After upgrading to FF4, and viewing the tutorial, it appears that the only change is that my Yahoo Toolbar has gone away. I do not have the Orange Firefox button in the upper left hand corner, None of the features as described in the tutorials are th