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

Home -> Community -> Usenet -> c.d.o.misc -> Re: sess_iiop returns weird error message - Help !!

Re: sess_iiop returns weird error message - Help !!

From: <tsalzsie_at_my-deja.com>
Date: Wed, 11 Aug 1999 06:25:24 GMT
Message-ID: <7or50c$lml$1@nnrp1.deja.com>


Doeni,

in fact, I checked the jvminst.log for errors and also the statement you mentioned returns no rows. I also issued:  select dbms_java.longname(name) from obj$ where type#=29 and status != 1;
again with no rows as return value.

Any other ideas ?

T.

In article <37B07C24.FE4DADE5_at_evhr.net>,   Doeni <doeni_at_evhr.net> wrote:
>
> Did you successfully run initjvm.sql when creating the database ?
> Are all classes valid ? (select dbms_java.longname(object_name) from
> all_objects where object_type like 'JAVA%' and status='INVALID')
>
> tsalzsie_at_my-deja.com wrote:
> >
> > Hi,
> >
> > I'm running into a weird error message from sess_iiop under
Windows/NT
> > as well as under Intel Solaris. Any ideas ? Help is greatly
appreciated.
> >
> > T.
> >
> > The error looks like:
> >
> > C:\>sess_sh -user sys -password manager -service
> > sess_iiop://150.1.53.26:2481:we
> > bdb
> > Exception in thread "main" java.lang.StackOverflowError
> > at java.util.Vector.<init>(Vector.java:90)
> > at java.util.Vector.<init>(Vector.java:99)
> > at
> >

com.visigenic.vbroker.orb.GiopInputStreamImpl.<init>(GiopInputStreamImpl
> > .java:17)
> > at
> >

com.visigenic.vbroker.orb.CaffeineInputStream.<init>(CaffeineInputStream
> > .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
> >

com.visigenic.vbroker.orb.IiopProtocolImpl.profileBody(IiopProtocolImpl.
> > java:89)
> > at
> >

oracle.aurora.sess_iiop.orb_dep.SessionComponent.profileBody(SessionComp
> > onent.java:70)
> > at
> >

oracle.aurora.sess_iiop.orb_dep.SessionConnectionFactory$TcpEndpoint.<in
> > it>(SessionConnectionFactory.java:30)
> > at
> >

oracle.aurora.sess_iiop.orb_dep.SessionConnectionFactory.hashEndpoint(Se
> > ssionConnectionFactory.java:107)
> > at
> >

com.visigenic.vbroker.orb.GiopConnectionFactoryImpl.connect(GiopConnecti
> > onFactoryImpl.java:144)
> > at
> >

com.visigenic.vbroker.orb.GiopStubDelegate.locate(GiopStubDelegate.java:
> > 360)
> > at
> >

com.visigenic.vbroker.orb.GiopStubDelegate.bind(GiopStubDelegate.java:15
> > 7)
> > at
> >

com.visigenic.vbroker.orb.GiopStubDelegate.request(GiopStubDelegate.java
> > :406)
> > at
> >

com.visigenic.vbroker.orb.GiopStubDelegate.request(GiopStubDelegate.java
> > :401)
> > at
> > org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:136)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:24)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > ....
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > at
> >

org.omg.CORBA._st_InitialReferences.get(_st_InitialReferences.java:38)
> > at
> > at
> > at
> > at
> > at
> > ....
> > at
> > at
> > at
> > at
> > at
> > at
> >

oracle.aurora.jndi.sess_iiop.SessionCtx.initialContext(SessionCtx.jav:50
> > 3)
> > at
> > oracle.aurora.jndi.sess_iiop.SessionCtx.<init>(SessionCtx.java:35)
> > at
> >

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

oracle.aurora.server.tools.sess_iiop.ToolImpl.initializeSession(ToolIpl.
> > java:101)
> > at
> >

oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs(ToolImpl.jva:
> > 213)
> > at
> >

oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(ToolImpl.java:12)
> > at
> > oracle.aurora.server.tools.sess_iiop.Shell.main(Shell.java:232)
> > C:\>
> >



> >


> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Wed Aug 11 1999 - 01:25:24 CDT

Original text of this message

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