Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Listener for IIOP Clients

Re: Listener for IIOP Clients

From: Steve Chaplin <deletemesteven.chaplin_at_convergys.com>
Date: 12 Jul 1999 07:50:28 GMT
Message-ID: <7mc6o4$sb5$1@soap.pipex.net>


In article <37845049.AB94472E_at_hotmail.com>, moonyulee_at_hotmail.com says...
>
>Hi,
> I have set up a listener at 2481 using IIOP Clients as the protocol
>stack support. But when I want to test the connection, it always fails
>with an error : "ORA-12547 TNS : lost contact".
> I have tried to set up another listener at 1521 using Net8 Clients
>as the protocol stack support and the connection succeeds.

You could try running the listener in trace mode to see if the trace output reveals anything.

ORACLE> lsnrctl
LSNRCTL> trace 9

It should tell you that the trace file was opened and that it will be found in $ORACLE_HOME/network/trace/listener.trc. Use the command trace 0 to turn it off again as you get loads of info. I don't know what the various trace levels mean so just dump it all. It may not help but then again....

I have seen GIOP connections where the listener accepts the connection OK on port 2481 but is not able to resolve the database connection part of the sess_iiop string into a database name.

"Lost connection" sounds like TCP related message - you're not running through a firewall or anything like that are you?

Good luck

Steve Received on Mon Jul 12 1999 - 02:50:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US