<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><base href="x-msg://284/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div><div>On Apr 9, 2013, at 2:48 AM, Sergey Gerasimov &lt;<a href="mailto:sergun@gmail.com">sergun@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="RU" link="blue" vlink="purple" style="font-family: Menlo; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="WordSection1" style="page: WordSection1; "><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">Hello to all!<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">I see in the log file many failures like:<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">[Broker, client Failure: twisted.spread.pb.PBConnectionLost: [Failure instance: Traceback (failure with no frames): &lt; class ‘twisted.internet.error.ConnectionDone’&gt;: Connection was closed cleanly.]<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">All communications via PB use loopback in my program.<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">I don’t see any unhandled exceptions..<o:p></o:p></span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">&nbsp;</span></div><div style="margin: 0cm 0cm 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">What is reason of these errors?</span></div></div></div></blockquote><br></div><div>My guess is that this means that you made a callRemote call, and the other end closed the connection for some reason before it shut down. &nbsp;Maybe you have implemented a 'quit' command that calls loseConnection on the transport, which would make this happen almost all the time.</div><div><br></div><div>In order to actually say though, you'd have to attach a simple program that could reproduce this issue. &nbsp;See &lt;<a href="http://sscce.org">http://sscce.org</a>&gt;.</div><div><br></div><div>-g</div><div><br></div></body></html>