[omniORB] Problem with omniifr

Patrick Decat pdecat@lfvie.generali.fr
Tue, 24 Jul 2001 19:36:37 +0200


Hi Markus,

it looks like you missed the comma (',') between "-Wb-ORBInitReferences"
and "InterfaceRepository=3D[..]".

The correct command should be :
omniidl -bifr =
-Wb-ORBInitReferences,InterfaceRepository=3Dcorbaloc::localhost:12345/Def=
aultRepository echo.idl

If this missing comma is just a typo in your message, you may test
the following command to launch omniifr :
  omniifr -ORBpoa_iiop_name_port localhost:12345

Hope this helps,
Patrick.

----- Original Message -----=20
From: "Markus Mohr" <BradPritt@gmx.de>
To: <omniorb-list@uk.research.att.com>
Sent: Tuesday, July 24, 2001 7:10 PM
Subject: [omniORB] Problem with omniifr


>=20
>=20
> Hello!
>=20
> I am currently thinking about porting my CosTradingService
> implementation from Orbix to omniORb (3 or 4). Therefor I need
> an implementation repository. When I use omniifr and try feeding
> an idl-file with
> omniidl -bifr -Wb-ORBInitReferences
> InterfaceRepository=3Dcorbaloc::localhost:12345/DefaultRepository =
echo.idl
>=20
> I always get the following error message:
> omniidl: `omniifr=3Dcorbaloc::localhost:12345/DefaultRepository' does =
not
> exist
>=20
> (omniifr started with -ORBpoa_iiop_port 12345 resp. -ORBendpoint
> giop:tcp:localhost:12345)
>=20
> Can someone help?
>=20
> Greetings,
>                 Markus
>=20
>=20
>=20