Re: Simple omniORBpy example throws exception with error 0x41540002

2007-05-24 Thread Samuel
On May 22, 6:53 pm, Duncan Grisby <[EMAIL PROTECTED]> wrote: > I think ORBit is configured to only listen on its proprietary Unix > domain socket protocol by default, not TCP, so omniORB doesn't know > how to talk to it. You should either tell ORBit to listen on TCP > (Google for how), or use omniO

Re: Simple omniORBpy example throws exception with error 0x41540002

2007-05-22 Thread Duncan Grisby
In article <[EMAIL PROTECTED]>, Samuel <[EMAIL PROTECTED]> wrote: [...] >Ah, I see now how this works. I happen to run Ubuntu here, so I tried >the following: > >- sudo apt-get install orbit-name-server-2 >- orbit-name-server-2 & >- Add to /etc/omniORB4.cfg: >InitRef = NameService=IOR:01002b0

Re: Simple omniORBpy example throws exception with error 0x41540002

2007-05-22 Thread Samuel
On May 22, 1:54 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > It indeed does open a connection - because it wants to register with a > NameServer. Ah, I see now how this works. I happen to run Ubuntu here, so I tried the following: - sudo apt-get install orbit-name-server-2 - orbit-name-ser

Re: Simple omniORBpy example throws exception with error 0x41540002

2007-05-22 Thread Diez B. Roggisch
Samuel wrote: > On May 22, 1:54 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> It indeed does open a connection - because it wants to register with a >> NameServer. > > Ah, I see now how this works. I happen to run Ubuntu here, so I tried > the following: > > - sudo apt-get install orbit-n

Re: Simple omniORBpy example throws exception with error 0x41540002

2007-05-22 Thread Samuel
On May 22, 1:54 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > It indeed does open a connection - because it wants to register with a > NameServer. Ah, I see now how this works. I happen to run Ubuntu here, so I tried the following: - sudo apt-get install orbit-name-server-2 - orbit-name-ser

Re: Simple omniORBpy example throws exception with error 0x41540002

2007-05-22 Thread Diez B. Roggisch
Samuel wrote: > Hi, > > I am trying to get the files from this tutorial to work: > http://www.grisby.org/presentations/py10code.html > > Direct link to the files: > http://www.grisby.org/presentations/py10code/adder.idl > http://www.grisby.org/presentations/py10code/adderServer.py > > It produc

Simple omniORBpy example throws exception with error 0x41540002

2007-05-22 Thread Samuel
Hi, I am trying to get the files from this tutorial to work: http://www.grisby.org/presentations/py10code.html Direct link to the files: http://www.grisby.org/presentations/py10code/adder.idl http://www.grisby.org/presentations/py10code/adderServer.py It produces the following error: $ omniidl