Remote side shut down error

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Remote side shut down error

  • Creator
    Topic
  • #48260
    Mark Perschbacher
    Participant

      I have been searching the forum for references to this error that is showing up on our log for an outbound thread,”PDL exception: code 1, msg device error (remote side probably shut down)”.  This is followed by a no response with timeout error, and then a resend.  The thread Outbound Prop. Inbound reply is set to 90.  Most of the topics where it is listed indicate that it is mostly viewed as some kind of warning rather than an actual comm. error.  We have spent several days troubleshooting a situation where our Win2003 server is sending TCP_SYN resets to a UNIX host, and it looks like these resets more or less correspond to these errors.  Does anyone know specifically what these errors mean, and has anyone figured out how to deal with them?  The firewall on the UNIX side was terminating the connection when it saw these resets, and they have fixed that.  The interface is working more or less, but I would rather fix this than live with it.

    Viewing 0 reply threads
    • Author
      Replies
      • #58196
        Anonymous
        Participant

          Mark,

          Here’s the PDL code that produces the error that you’re seeing.  The best that I can say is that the PDL saw an “input error”.  Then it flushes the queue.  Since nothing is queued to the engine and if the connection stays up then the await replies timeout should still happen.

          proc read.error {info} {

             

             keylget info type type

             switch -exact — $type {

          input-error {

             hci_pd_report_exception 1 “device error (remote side probably shut down)”

             hci_pd_ignore_input -all

          }

          no-match {

             hci_pd_ignore_input 1

             hci_pd_ignore_input -until xb

          }

          default {

             hci_pd_report_exception 2 “unknown fail: $type”

             hci_pd_ignore_input -all

          }

             }

          }

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.