Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> IIOP Connection failed
hi all, i need your help,
im working on a Oracle 8i project and i try to test oracle Corba/EJB
samples:
the server is 8i 1.1.6 on Solaris 5.6 (with correct patches)
my listener.ora on the server:
(PRESENTATION = GIOP) (SESSION = RAW)
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = hupch)(PORT = 1521))
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc) (ORACLE_HOME = /softs/Oracle8i) (PROGRAM = extproc)
(GLOBAL_DBNAME = mybase.com) (ORACLE_HOME = /softs/Oracle8i) (SID_NAME = mybase)
TRACE_LEVEL_LISTENERIIOP = USER
When i try to deploy with the correct client any sample (with jdeveloper 3.1
on NT sp4) :
i have this error :
>test/myHello
>helloServer.HelloImpl
>hello.HelloHelper
>-user
>SYSTEM
>-password
>manager
>-service
>sess_iiop://hupch:2483:mybase
>-schema
>SYSTEM
>-republish
>org.omg.CORBA.COMM_FAILURE: java.net.SocketException: Connection shutdown:
JVM_recv in socket input stream read minor code: 0 completed: No
oracle.aurora.jndi.sess_iiop.SessionCtx
oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession()
oracle.aurora.jndi.sess_iiop.SessionCtx
oracle.aurora.jndi.sess_iiop.ServiceCtx.login()
void oracle.aurora.server.tools.sess_iiop.ToolImpl.initializeSession()
java.lang.String[]
oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs(java.lang.String[
])
void
oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(java.lang.String[],
java.io.InputStream, java.io.PrintStream, java.io.PrintStream)
void oracle.aurora.server.tools.sess_iiop.Publish.main(java.lang.String[])
>Exception in thread main
>*** Errors occurred while publishing the CORBA object to JServer ***
>*** Deployment completed ***
it's the same with EJB programs ..... i can't connect to this IIOP port 2483
configured
as written in the Doc with Net8 assistant ...
all is ok with the DNS i ping with the name and the IPs .....
please help !! :) .... i even tried to configure the server in MTS mode ...
Sam. Received on Wed Apr 26 2000 - 00:00:00 CDT