Which JVM and Orion version are you using?

Definately wierd, good luck :)

On 24 May 2001 21:07:48 -0600, Tim McCune wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I'm not getting any other error messages from either Orion or my
> client JVM, although the CPU is chugging like crazy for a bit before
> the StackOverflowError.  My ejbCreate method is one line long,
> basically
> public void ejbCreate(String s) {
>       this.s = s;
> }
> 
> Nothing fancy, and no JCE involved.
> 
> > -----Original Message-----
> > From: Adam Cassar [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, May 24, 2001 4:23 PM
> > To: Orion-Interest
> > Subject: Re: StackOverflowError
> > 
> > 
> > 
> > Hi Tim,
> > 
> > I had this problem a while back and I ended up tracing it back to
> > the java crypto extensions. Are you getting a whole bunch of errors
> > from your VM? What is your session bean doing?
> > 
> > 
> > On 24 May 2001 01:18:12 -0600, Tim McCune wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > > 
> > > I finally got Orion to deploy my app tonight, but my client
> > > throws a StackOverflowError the first time I try to create a
> > > session bean. 
> > >  
> > > Exception in thread "main" java.lang.StackOverflowError
> > >         at com.evermind.server.rmi.ba.invokeMethod(JAX)
> > >         at com.evermind.server.rmi.a1.invoke(JAX)
> > >         at com.evermind.server.rmi.a2.invoke(JAX)
> > >         at __Proxy1.create(Unknown Source)
> > >  
> > > This happens the first time I try it after starting Orion. 
> > > Subsequent runs give a NoClassDefFoundError instead until I
> > > restart Orion:
> > >  
> > > Exception in thread "main" java.lang.NoClassDefFoundError
> > >         at com.evermind.server.rmi.ba.invokeMethod(JAX)
> > >         at com.evermind.server.rmi.a1.invoke(JAX)
> > >         at com.evermind.server.rmi.a2.invoke(JAX)
> > >         at __Proxy1.create(Unknown Source)
> > >  
> > > Any suggestions would be appreciated.  Thanks.
> > > 
> > > -----BEGIN PGP SIGNATURE-----
> > > Version: PGPfreeware 6.5.3 for non-commercial use 
> > <http://www.pgp.com>
> > > 
> > > iQA/AwUBOwy1YtUPOr8a7vy5EQLulwCgsMBtTm68RAFb7VyGekR/7IQUeLQAn2cS
> > > cwL0zbBiWzaXhujRrP6hRrlQ
> > > =WlHP
> > > -----END PGP SIGNATURE-----
> > 
> > -- 
> > 
> > Adam Cassar
> > Technical Development Manager
> > ___________________________________________  
> > NetRegistry http://www.netregistry.au.com
> > Tel: +61 2 9641 8609 | Fax: +61 2 9699 6088
> > PO Box 270 Broadway NSW 2007 Australia
> > 
> > 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>
> 
> iQA/AwUBOw3MMdUPOr8a7vy5EQL80QCeKnwmSR4hrjLD8XyVdMwN+m6b3m4AoJOr
> WRxdqdco+4lDPHabv7v6oKzI
> =H23a
> -----END PGP SIGNATURE-----
> 
> 

-- 

Adam Cassar
Technical Development Manager
___________________________________________  
NetRegistry http://www.netregistry.au.com
Tel: +61 2 9641 8609 | Fax: +61 2 9699 6088
PO Box 270 Broadway NSW 2007 Australia


Reply via email to