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
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
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
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
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
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
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