1 Jul 2008 09:52
Re: Problem with event channels
Kretschel Klaus <Klaus.Kretschel <at> dlr.de>
2008-07-01 07:52:55 GMT
2008-07-01 07:52:55 GMT
Hi,
On Monday 30 June 2008 13:33, Karel Gardas wrote:
> Hi,
>
> just short question: are you sure your second application imr does not
> work against the first application micod? If so, then please try to
> provide more information, even better might be simple example including
> all starting scripts which duplicates this behavior.
No, I'm not sure since I did not really understand the imr arguments (and also
Arno Puder's etc. book that I just got a few days ago did not help much on
this topic).
The software is much too big to supply it, but the start-up scripts (condensed
to the essential parts) may hopefully supply enough information:
# Usage: start_mico.sh MICO_ADDR (i.e. port number)
MICO_ADDR=$1
RC="-ORBImplRepoAddr $1 -ORBNamingAddr $1"
# Run BOA daemon (micod)
micod -ORBIIOPAddr ${MICO_ADDR} --forward &
# Register name service (nsd)
imr create NameService poa \
nsd "IDL:omg.org/CosNaming/NamingContext:1.0#NameService" \
-ORBImplRepoAddr ${MICO_ADDR}
(Continue reading)
RSS Feed