<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi,<br></div>I was following the steps mentioned in README.unix.txt for setting up Omniorb 4.2.1.<br></div>I have installed OmniORB using make and make install. Now the next step is to to configure the omniORB runtime and the naming service.According to the guide, first a variable OMNINAMES_DATADIR needs to be created.I did that using<br><br>OMNINAMES_DATADIR=/home/sambeet/OmniOrb/datadir; export OMNINAMES_DATADIR<br><br></div>Now the next step is to start the naming service.<br><br>$ omniNames -start &amp;<br><br><br>But I am getting the error:<br><br>omniORB: Failed to bind to address :: port 2809. Address in use?<br>omniORB: Error: Unable to create an endpoint of this description: giop:tcp::2809<br>omniNames: Failed to initialise: INITIALIZE_TransportError<br>omniNames may already be running, or omniORB may be misconfigured.<br><br></div>And sometimes I am getting this error:<br><br>omniNames: error while loading shared libraries: libomniORB4.so.2: cannot open shared object file: No such file or directory<br><br></div>I did this in order to resolve shared library error<br><br> $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib<br><br></div>But the error continues.<br><br></div>Can someone tell me what are these errors and how to resolve them?<br><br></div>Regards<br><br></div>Sambeet Panigrahi<br><div><div><div><div><br><div><div><br><br><div><br></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 4, 2016 at 8:14 PM, Duncan Grisby <span dir="ltr">&lt;<a href="mailto:duncan@grisby.org" target="_blank">duncan@grisby.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 2016-04-29 at 02:29 +0530, Sambeet Panigrahi via omniORB-list<br>
wrote:<br>
<span class=""><br>
&gt;  Can someone please explain to me the state of the OmniORB port to<br>
&gt; RTEMS.<br>
&gt;<br>
</span>The port was made many years ago, and I don&#39;t know if it still works.<br>
There is a readme file in omniORB/readmes/README.rtems, but it is a bit<br>
out of date.<br>
<br>
If you know anything much about RTEMS and how to compile things for it,<br>
I would expect it to be quite easy to get omniORB working for it. If you<br>
have a go, let me know how you get on and if you need to change<br>
anything.<br>
<span class="HOEnZb"><font color="#888888"><br>
Duncan.<br>
<br>
<br>
--<br>
 -- Duncan Grisby         --<br>
  -- <a href="mailto:duncan@grisby.org">duncan@grisby.org</a>     --<br>
   -- <a href="http://www.grisby.org" rel="noreferrer" target="_blank">http://www.grisby.org</a> --<br>
<br>
<br>
</font></span></blockquote></div><br></div>