Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle 8i + EJB ! Help !
Hi there,
I am using Oracle 8i with EJB. I have tried creating a simple employee
EJB as given in the doc presented on Oracle 8i site as an example. I
have created everything, the bean, interfaces, jar and descriptor ! Now
when i try the deploy the EJB using 'deployejb' tool provided by Oracle
8i , as
deployejb -u scott -p tiger -temp test -s sess_iiop://myHost:1521:hostSID -descriptor Emp.ejb Emp.jar
After 15-20 min it gives following exception ....
java.lang.StackOverflowError
at java.util.Vector.<init>(Vector.java:98) at java.util.Vector.<init>(Vector.java:107) at
at
com.visigenic.vbroker.orb.CaffeineInputStream.<init>(CaffeineInputStr
eam.java:5)
at com.visigenic.vbroker.orb.ORB.doCreate(ORB.java:1521) at com.visigenic.vbroker.orb.ORB.create(ORB.java:1546) at com.visigenic.vbroker.orb.ORB.create(ORB.java:1516) at com.visigenic.vbroker.orb.ORB.newGiopInputStream(ORB.java:649) at
at
oracle.aurora.sess_iiop.orb_dep.SessionComponent.profileBody(SessionC
omponent.java:70)
at
oracle.aurora.sess_iiop.orb_dep.SessionConnectionFactory$TcpEndpoint.
<init>(SessionConnectionFactory.java:30)
at
oracle.aurora.sess_iiop.orb_dep.SessionConnectionFactory.hashEndpoint
(SessionConnectionFactory.java:107)
at
com.visigenic.vbroker.orb.GiopConnectionFactoryImpl.connect(GiopConne
ctionFactoryImpl.java:144)
at
com.visigenic.vbroker.orb.GiopStubDelegate.locate(GiopStubDelegate.ja
va:360)
at
com.visigenic.vbroker.orb.GiopStubDelegate.bind(GiopStubDelegate.java
:157)
at
com.visigenic.vbroker.orb.GiopStubDelegate.request(GiopStubDelegate.j
ava:406)
at
com.visigenic.vbroker.orb.GiopStubDelegate.request(GiopStubDelegate.j
ava:401)
at
org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:136)
I have made this very first effort with EJB. Can anybody help me out?
-Sandy
--== Sent via Deja.com http://www.deja.com/ ==-- ---Share what you know. Learn what you don't.--- Received on Wed May 12 1999 - 06:49:31 CDT
![]() |
![]() |