<div>Hi,</div>
<div> </div>
<div>After I successfully establish a connection, and some messages go back and forth successfully, I make a request from a server and it blocks on the request with the following log.</div>
<div> </div>
<div>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">omniORB: (?) Invoke &#39;acceptQuotesForClassV7&#39; on remote: key&lt;........UserPOA.....CASQuote...yO..</font></font></span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">..p......2..........p......2.......&gt;</font></font></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">omniORB: (?) sendChunk: to giop:tcp:<a href="http://170.137.253.138:8102">170.137.253.138:8102</a> 8192 bytes</font></font></span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">omniORB: (?) sendChunk: to giop:tcp:<a href="http://170.137.253.138:8102">170.137.253.138:8102</a> 6925 bytes</font></font></span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">omniORB: (?) Error in network receive (start of message): giop:tcp:<a href="http://170.137.253.138:8102">170.137.253.138:8102</a></font></font></span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font face="Calibri" size="3"></font></span> </p><span style="COLOR: #1f497d"><font face="Calibri" size="3">
<div><font color="#000000">Then after some time when my application is ready to terminate, and I&#39;m shutting down the orb, I get the following log entry.</font></div>
<div> </div></font></span>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">omniORB: (?) throw giopStream::CommFailure from giopStream.cc:874(0,MAYBE,COMM_FAILURE_WaitingF</font></font></span><span style="COLOR: #1f497d"><font size="3"><font face="Calibri">orReply)</font></font></span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri"></font></font></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font size="3"><font face="Calibri" color="#000000">It&#39;s interesting to note that I have 2 sends: size 8192 bytes and size 6925 bytes, but I think I am only doing attempting one send. The following are my settings from my log.</font></font></span></p>

<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font face="Calibri" color="#000000" size="3"></font></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d">omniORB: (?) Distribution date: Tue Nov 28 13:27:23 GMT 2006 dgrisby<br>omniORB: (?) My addresses are:<br>omniORB: 127.0.0.1<br>omniORB: 172.21.35.34<br>
omniORB: 172.21.20.45<br>omniORB: ::1<br>omniORB: (?) Maximum supported GIOP version is 1.2<br>omniORB: (?) Native char code sets: ISO-8859-1 UTF-8.<br>omniORB: (?) Transmission char code sets: ISO-8859-1(1.2) ISO-8859-1(1.1) ISO-8859-1(1.0) UTF-8<br>
(1.2) UTF-8(1.1).<br>omniORB: (?) Native wide char code sets: UTF-16.<br>omniORB: (?) Transmission wide char code sets: UTF-16(1.2).<br>omniORB: (?) Information: the omniDynamic library is not linked.<br>omniORB: (?) Current configuration is as follows:<br>
omniORB:   DefaultInitRef (file) =<br>omniORB:   DefaultInitRef (args) =<br>omniORB:   abortOnInternalError = 0<br>omniORB:   abortOnNativeException = 0<br>omniORB:   acceptBiDirectionalGIOP = 0<br>omniORB:   acceptMisalignedTcIndirections = 0<br>
omniORB:   bootstrapAgentHostname =<br>omniORB:   bootstrapAgentPort = 900<br>omniORB:   clientCallTimeOutPeriod = 0<br>omniORB:   clientConnectTimeOutPeriod = 0<br>omniORB:   clientTransportRule = * unix,ssl,tcp<br>omniORB:   configFile = /etc/omniORB.cfg<br>
omniORB:   connectionWatchImmediate = 0<br>omniORB:   connectionWatchPeriod = 50000<br>omniORB:   copyValuesInLocalCalls = 1<br>omniORB:   diiThrowsSysExceptions = 0<br>omniORB:   dumpConfiguration = 0<br>omniORB:   endPoint = giop:tcp:<a href="http://172.21.20.45:8101">172.21.20.45:8101</a><br>
omniORB:   endPointPublish = addr<br>omniORB:   giopMaxMsgSize = 10000000<br>omniORB:   giopTargetAddressMode = KeyAddr<br>omniORB:   id = omniORB4<br>omniORB:   idleThreadTimeout = 10<br>omniORB:   inConScanPeriod = 180<br>
omniORB:   lcdMode = 0<br>omniORB:   maxGIOPConnectionPerServer = 5<br>omniORB:   maxGIOPVersion = 1.2<br>omniORB:   maxInterleavedCallsPerConnection = 5<br>omniORB:   maxServerThreadPerConnection = 100<br>omniORB:   maxServerThreadPoolSize = 100<br>
omniORB:   maxSocketRecv = 2147483647<br>omniORB:   maxSocketSend = 2147483647<br>omniORB:   nativeCharCodeSet = ISO-8859-1<br>omniORB:   nativeWCharCodeSet = UTF-16<br>omniORB:   objectTableSize = 0<br>omniORB:   offerBiDirectionalGIOP = 0<br>
omniORB:   oneCallPerConnection = 1<br>omniORB:   outConScanPeriod = 120</span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d">omniORB:   poaHoldRequestTimeout = 0<br>omniORB:   poaUniquePersistentSystemIds = 1<br>omniORB:   principal = [Null]<br>omniORB:   scanGranularity = 5<br>
omniORB:   serverCallTimeOutPeriod = 0<br>omniORB:   serverTransportRule = * unix,ssl,tcp<br>omniORB:   strictIIOP = 1<br>omniORB:   supportBootstrapAgent = 0<br>omniORB:   supportCurrent = 1<br>omniORB:   supportPerThreadTimeOut = 0<br>
omniORB:   tcAliasExpand = 0<br>omniORB:   threadPerConnectionLowerLimit = 9000<br>omniORB:   threadPerConnectionPolicy = 1<br>omniORB:   threadPerConnectionUpperLimit = 10000<br>omniORB:   threadPoolWatchConnection = 1<br>
omniORB:   traceExceptions = 1<br>omniORB:   traceFile = [stderr]<br>omniORB:   traceInvocationReturns = 1<br>omniORB:   traceInvocations = 1<br>omniORB:   traceLevel = 25<br>omniORB:   traceThreadId = 1<br>omniORB:   traceTime = 0<br>
omniORB:   unixTransportDirectory = /tmp/omni-%u<br>omniORB:   unixTransportPermission =  777<br>omniORB:   useTypeCodeIndirections = 1<br>omniORB:   verifyObjectExistsAndType = 1<br></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font face="Calibri" color="#000000" size="3">Thanks,</font></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font face="Calibri" color="#000000" size="3">Pearl</font></span></p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"><font face="Calibri" color="#000000" size="3"></font></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"></span> </p>
<p class="MsoNormal" style="MARGIN: 0in 0in 0pt"><span style="COLOR: #1f497d"> </span></p></div>