[omniORB] OmniORB port to RTEMS

Sambeet Panigrahi sambeet161616 at gmail.com
Thu May 5 14:43:48 BST 2016


Hi,
I was following the steps mentioned in README.unix.txt for setting up
Omniorb 4.2.1.
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

OMNINAMES_DATADIR=/home/sambeet/OmniOrb/datadir; export OMNINAMES_DATADIR

Now the next step is to start the naming service.

$ omniNames -start &


But I am getting the error:

omniORB: Failed to bind to address :: port 2809. Address in use?
omniORB: Error: Unable to create an endpoint of this description:
giop:tcp::2809
omniNames: Failed to initialise: INITIALIZE_TransportError
omniNames may already be running, or omniORB may be misconfigured.

And sometimes I am getting this error:

omniNames: error while loading shared libraries: libomniORB4.so.2: cannot
open shared object file: No such file or directory

I did this in order to resolve shared library error

 $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

But the error continues.

Can someone tell me what are these errors and how to resolve them?

Regards

Sambeet Panigrahi





On Wed, May 4, 2016 at 8:14 PM, Duncan Grisby <duncan at grisby.org> wrote:

> On Fri, 2016-04-29 at 02:29 +0530, Sambeet Panigrahi via omniORB-list
> wrote:
>
> >  Can someone please explain to me the state of the OmniORB port to
> > RTEMS.
> >
> The port was made many years ago, and I don't know if it still works.
> There is a readme file in omniORB/readmes/README.rtems, but it is a bit
> out of date.
>
> If you know anything much about RTEMS and how to compile things for it,
> I would expect it to be quite easy to get omniORB working for it. If you
> have a go, let me know how you get on and if you need to change
> anything.
>
> Duncan.
>
>
> --
>  -- Duncan Grisby         --
>   -- duncan at grisby.org     --
>    -- http://www.grisby.org --
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20160505/502d3d96/attachment.html>


More information about the omniORB-list mailing list