Hi,
I am trying to deploy beans in oracle8i on solaris.
the variables and classpath is set as following :
export ORACLE_HOME=/data/OraHome1
export jdk_home=/usr/java
export ORACLE_SERVICE=sess_iiop://localhost:2481:ravi
export jdk_classpath=/usr/java1.1/lib/classes.zip
CLASSPATH=$ORACLE_HOME/lib/xmlparserv2.jar:$jdk_classpath:.:\
$ORACLE_HOME/jdbc/lib/classes111.zip:\
$ORACLE_HOME/lib/aurora_client.jar:\
$ORACLE_HOME/sqlj/lib/translator.zip:\
$ORACLE_HOME/lib/vbjorb.jar:\
$ORACLE_HOME/lib/vbjapp.jar
but still i get the following error:
Generating EJBHome and EJBObject on the
server...org.omg.CORBA.COMM_FAILURE[comp
leted=MAYBE, reason=java.net.SocketException:
Connection reset by peer]
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled
Code)
at
org.omg.CORBA.SystemException.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled
Code)
at
com.visigenic.vbroker.orb.TcpConnection.read(Compiled
Code)
at
com.visigenic.vbroker.orb.GiopConnectionImpl.receive_message(Compiled
Code)
at
com.visigenic.vbroker.orb.GiopConnectionImpl.receive_reply(Compiled
C
ode)
at
com.visigenic.vbroker.orb.GiopStubDelegate.invoke(Compiled
Code)
at
com.visigenic.vbroker.orb.GiopStubDelegate.invoke(Compiled
Code)
at
com.inprise.vbroker.CORBA.portable.ObjectImpl._invoke(Compiled
Code)
at
oracle.aurora.AuroraServices._st_DeployEJB.generate(Compiled
Code)
at
oracle.aurora.ejb.deployment.GenerateEjb.generateBean(Compiled
Code)
at
oracle.aurora.ejb.deployment.GenerateEjb.invoke(Compiled
Code)
at
oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(Compiled
Code)
at
oracle.aurora.ejb.deployment.GenerateEjb.main(Compiled
Code)
Can someone tell me why this is happening?
Thank you for the help in advance.
Regards,
Ravi Kakani
__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE.
http://im.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".