Try this:
 
java -Xmx128M -Dcom.slsideas.pagegen.SystemRoot=. -jar %ORION_HOME%\orion.jar 
 
-AP_

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of OMurchu, Oisin
Sent: Thursday, September 27, 2001 12:53 AM
To: Orion-Interest
Subject: RE: STRANGE (and BIG!!!) PROBLEM

check in the orion-application.jar file in your application-deployments\APP_NAME directory - I tend to get multiple  <library path="./lib" /> tags in it, which causes Orion to hang. (Orion adds these into tags in itself upon deployment for some strange reason.)
-----Original Message-----
From: Magnus Rydin [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2001 20:17
To: Orion-Interest
Subject: SV: STRANGE (and BIG!!!) PROBLEM

My bet is that you have something strange in your ejb-jar.xml that causes Orion to start eating memory like popcorn.
It would be great to hear the typo that led to this situation once you've found it.
WR
-----Ursprungligt meddelande-----
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]För Mirel Rata
Skickat: den 26 september 2001 18:50
Till: Orion-Interest
Ämne: Re: STRANGE (and BIG!!!) PROBLEM


 
It's a little bit strange... I'm implementing security on my application and customizing my xml descriptors. All went ok (I had Basic Authentication) and I wanted to implement security also in the EJBs methods. I change the ejb-jar.xml source and this text appears :
 
Auto-deploying UbicuaCMP.jar (Classes were updated)... The compiler has run out
of memory.  Consider using the "-J-mx<number>" command line option to increase t
he maximum heap size.
Error compiling D:\Orion155\ubicua/UbicuaCMP.jar: Syntax error in source
Orion/1.5.2 initialized
 
I work with 512MB memory... so I don´t think is a problem of lack of memory... I try to use also the "-J-mx<number>" command but it doesnt work !. Can anybody explain where and how works this command ? (a sample example will be wellcomed !)

Reply via email to