Have you tried the

-Xms64m -Xmx128m

options to java?

Type

java -X

for help

Johan
----- Original Message -----
From: "Adam Cassar" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 5:54 AM
Subject: Orion and properties (Anyone used a CORBA client within Orion?)


> Guys!
>
> I hope some of you can shed some light on this problem.
>
> I am (attempting) to use a stateless session bean as a corba client. I
> place (openORB or JacORB) inside orion/lib and set up its properties
> file.
>
> All I get when I attempt to use it in  a session bean (however it works in
> a plain class) is
>
> 9/10/01 1:49 PM Error in bean SomeBean
> java.lang.StackOverflowError
> at java.util.Properties.getProperty(Properties.java:478)
> at com.evermind.server.ApplicationServerSystemProperties._grc(Unknown
Source)
> at com.evermind._ck._xpb(Unknown Source)
> at com.evermind._ck._xpb(Unknown Source)
> at
com.evermind.server.ApplicationServerSystemProperties.getProperty(Unknown
Source)
> at java.lang.System.getProperty(System.java:562)
> at com.evermind.server.ApplicationServer._xh(Unknown Source)
> at com.evermind._ck._xpb(Unknown Source)
> at com.evermind._ck._xpb(Unknown Source)
> at
com.evermind.server.ApplicationServerSystemProperties.getProperty(Unknown
Source)
> at java.lang.System.getProperty(System.java:562)
> at com.evermind.server.ApplicationServer._xh(Unknown Source)
> at com.evermind._ck._xpb(Unknown Source)
> at com.evermind._ck._xpb(Unknown Source)
> at
com.evermind.server.ApplicationServerSystemProperties.getProperty(Unknown
Source)
>
> this goes on and on and on.
>
> Obviously orion doesn't like this, the thing is, how can I make it work?
>
> Ideas, suggestions ANYTHING? :)
>
> TIA
>


Reply via email to