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 -> got Exception when run deployejb

got Exception when run deployejb

From: <cswu_at_synnex.com>
Date: Fri, 27 Aug 1999 22:00:15 GMT
Message-ID: <7q71pc$7am$1@nnrp1.deja.com>


I can connect to Oracle8i server thru IIOP (using sess_sh) But I got the following exception when run deployejb on helloworld example:

Is anything on setup I missing? Thanks for help.

Chi Wu
cswu_at_synnex.com



C:> call deployejb -republish -temp temp -u scott  -p tiger -s sess_iiop://localhost:2481:cswu -descriptor hello.ejb server.jar
Exception in thread "main" java.lang.ClassCastException: com.sun.CORBA.iiop.ORB

        at oracle.aurora.jndi.orb_dep.IRFinder.getObject
(IRFinder.java:24)

        at oracle.aurora.jndi.orb_dep.IRFinder.initialReferences
(IRFinder.java:7

8)

        at oracle.aurora.jndi.sess_iiop.SessionCtx.initialContext
(SessionCtx.jav

a:499)

        at oracle.aurora.jndi.sess_iiop.SessionCtx.<init>
(SessionCtx.java:35)

        at oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession
(ServiceCtx.java

:130)

        at oracle.aurora.jndi.sess_iiop.ServiceCtx.login
(ServiceCtx.java:295)

        at
oracle.aurora.server.tools.sess_iiop.ToolImpl.initializeSession(ToolI mpl.java:101)

        at oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs
(Compiled C

ode)

        at oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke
(ToolImpl.java:12

1)

        at oracle.aurora.ejb.deployment.GenerateEjb.main
(GenerateEjb.java:445)

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Fri Aug 27 1999 - 17:00:15 CDT

Original text of this message

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