<div dir="ltr">As an alternative answer to that given by Duncan in year 2006 (<i style="color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medium">Mon Jan 30 11:46:46 GMT 2006) </i>(long time), if we set the following scenario:<div><br></div><div>1- Launch a servant (registering it in the NameService and creating its POA)</div><div>2- Connect to it with a client</div><div>3- Close the servant down</div><div>4- Launch same servant again (1)<br></div><div>---&gt; we get here an <i style="color:rgb(0,0,0)">unrecoverable error for this endpoint:</i><i style="color:rgb(0,0,0)"> giop:tcp:x.y.z.k:p, it will no longer be serviced.</i></div><div><i style="color:rgb(0,0,0)"><br></i></div><div><i style="color:rgb(0,0,0)">As stated in the document &quot;The Basics&quot;:</i></div><div><pre style="color:rgb(0,0,0)"><span style="font-family:&#39;Times New Roman&#39;;font-size:medium;white-space:normal"><i><u>Failing to activate the POA is one of the most common programming mistakes</u>. If your program appears deadlocked, make sure you activated the POA!</i></span><br></pre></div>That may mean that one secondary<u> <b>common mistake is to forget to deactivate the POA</b></u> once the servant has been taken down. An in fact that is one of the main reasons to get that error.<div><br></div><div>Call <b>deactivate_object</b> for the previous poa before launching the new servant.</div></div>