RE: Help: Out of Memory Error...

2002-01-08 Thread Mohammed Islam
don't send this mail to me Mohammed Islam Fulcrum Analytics, Inc.(formerly Cyber Dialogue ) Phone: 212-651-9263

Help: Out of Memory Error...

2001-11-28 Thread Arjen Schoneveld
Hi All, We are about to deploy a new application for our client that is built on Orion. The application consists of some Servlets, statefull and stateless session beans and CM entity beans. We have been testing the application for a month now and did not experience any problems. However today

RE: Help: Out of Memory Error...

2001-11-28 Thread Vipul Mehta
-Interest Cc: Arjen Schoneveld Subject: Help: Out of Memory Error... Hi All, We are about to deploy a new application for our client that is built on Orion. The application consists of some Servlets, statefull and stateless session beans and CM entity beans. We have been testing the application

RE: Help: Out of Memory Error...

2001-11-28 Thread Trujillo, Kris
What are you setting for your VM min/max heap settings? -Original Message- From: Arjen Schoneveld [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 1:02 PM To: Orion-Interest Cc: Arjen Schoneveld Subject: Help: Out of Memory Error... Hi All, We are about to deploy a new

AW: Orion running out of memory ?

2001-05-31 Thread Jens Stutte
with memory consumption. Regards, Jens Stutte -Ursprüngliche Nachricht- Von: Michael Jara [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 30. Mai 2001 20:40 An: Orion-Interest Betreff: Re: Orion running out of memory ? We have had similar problems, using Orion 1.4.5. The first

Orion running out of memory ?

2001-05-30 Thread Tony Fonager
I have a test website project, running on Orionserver - after running for maybe 15-20 hours, it suddently stops working, with the message : Out of Memory - No Stack Trace Available Is there some setting, where I setup the amount of memory for the Orionserver ? I have monitored memory usage

RE: Orion running out of memory ?

2001-05-30 Thread Alexander Jesse
for you too. regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 1:51 PM To: [EMAIL PROTECTED] Subject: Orion running out of memory ? I have a test website project, running on Orionserver - after running for maybe 15-20

Re: Orion running out of memory ?

2001-05-30 Thread Robert S. Sfeir
on Orionserver - after running for maybe 15-20 hours, it suddently stops working, with the message : Out of Memory - No Stack Trace Available Is there some setting, where I setup the amount of memory for the Orionserver ? I have monitored memory usage and it keeps growing during the test period, until

Re: Orion running out of memory ?

2001-05-30 Thread Michael Jara
. Has anyone found these problems to be fixed in later (beta) versions of Orion? Mike - Original Message - From: Tony Fonager [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 5:50 AM Subject: Orion running out of memory ? I have a test website project

Re: Orion running out of memory ?

2001-05-30 Thread Seng Choy Kua
edit the orion-ejb-jar.xml file in /$ORION_HOME$/application-deployments/$YOUR_PROJECT$-ejb.jar directory. set the attribute max-instances='x' in all the EJBs deployed, where x is the maximum number of EJBs you allow in memory at any time. this will prevent your system from running out of memory

RE: Orion Server running out of memory fast!

2001-02-16 Thread Jaco van Rooijen
PROTECTED]]On Behalf Of Victor A. Salaman Sent: 16 February 2001 06:22 To: Orion-Interest Subject: RE: Orion Server running out of memory fast! Well, not to rant here, but your first mistake is using mysql... it's not designed for ejb/transaction work even though it's been recently kludged to apparently

Orion Server running out of memory fast!

2001-02-15 Thread Peter Kua
hello, we've been running into "out of memory" problems recently. we are deploying about 10-12 BMP EJBs and after a few minutes of intensive querying the database, we run out of memory. seems like the EJB does not passivate or the GC is not doing it's job, although i've tried t

RE: Orion Server running out of memory fast!

2001-02-15 Thread Mike Cannon-Brookes
Have you tried increasing the memory given to the JVM? Try java -? -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Kua Sent: Friday, February 16, 2001 2:21 PM To: Orion-Interest Subject: Orion Server running out of memory fast

Orion Server running out of memory fast!

2001-02-15 Thread Peter Kua
hello, we've been running into "out of memory" problems recently. we are deploying about 10-12 BMP EJBs and after a few minutes of intensive querying the database, we run out of memory. seems like the EJB does not passivate or the GC is not doing it's job, although i've tried t

RE: Orion Server running out of memory fast!

2001-02-15 Thread Victor A. Salaman
- From: Peter Kua [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:21 PM To: Orion-Interest Subject: Orion Server running out of memory fast! hello, we've been running into "out of memory" problems recently. we are deploying about 10-12 BMP EJBs and after a f

Re: RE: Garbage collection, out of memory

2001-02-15 Thread Jaco van Rooijen
there aint no way to force it to start passivating. Regards Jaco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent: 13 February 2001 23:32 To: Orion-Interest Subject: Re: Garbage collection, out of memory Your GC times are huge because you

RE: Orion Server running out of memory fast!

2001-02-15 Thread Jaco van Rooijen
running out of memory fast! hello, we've been running into "out of memory" problems recently. we are deploying about 10-12 BMP EJBs and after a few minutes of intensive querying the database, we run out of memory. seems like the EJB does not passivate or the GC is not doing it's job, alt

RE: Garbage collection, out of memory

2001-02-15 Thread Jaco van Rooijen
el Doernberg Sent: 14 February 2001 01:45 To: Orion-Interest Subject: Re: Garbage collection, out of memory When you deploy your application. Orion will generate an XML file called orion-ejb-jar.xml, if one does not exist. The file is derived from your EJBs. The file can be found buried in the app

out of memory error??

2001-02-13 Thread Peter Kua
has anyone encountered an "out of memory" error when running EJBs with orion server? can this be solved by limiting the size of the EJB pool? and how do you set this size? thanks for your help! pete

Garbage collection, out of memory

2001-02-13 Thread Thomas Munro
Hello We are experiencing a garbage collection problem. We are running Orion 1.4.7 on a Linux 2.4 box. We have been trying the Sun 1.2.2, the Sun 1.3 and the IBM JVM 1.3. On the Sun 1.3 JVM we have tried normal garbage collection and also -Xincgc incremental garbage collection. We run with

Re: Garbage collection, out of memory

2001-02-13 Thread Tim Endres
Your GC times are huge because you have provided so much memory. If you reduce the 500MB to 128MB, you will see more GC's, but they will be much shorter. This is a well known optimization issue. Too little memory causes to many GC runs, while too much memory causes GC runs to be too long. You

Re: Garbage collection, out of memory

2001-02-13 Thread Peter Kua
seems like i have a similar problem of orion server not passivating a lot of my beans. i'm running orion 1.4.5 on a win2000 box with about 20 entity beans deployed. the database is MySQL. i have a 128MB heap space and i'll get an "out of memory" error after 1 hour or so. any help is a

Out Of Memory Problem / Passivation Error

2001-02-01 Thread Jaco van Rooijen
Hi We urgently need a solution to the following problem: We get java.lang.OutOfMemoryErrors with our application. We increased the amount of allocated memory to the heap, with the result that the application just took a bit longer to run out of memory. We then ran a test program that creates

AW: Out Of Memory Problem / Passivation Error

2001-02-01 Thread Jens Stutte
: Donnerstag, 1. Februar 2001 12:35 An: Orion-Interest Betreff: Out Of Memory Problem / Passivation Error Hi We urgently need a solution to the following problem: We get java.lang.OutOfMemoryErrors with our application. We increased the amount of allocated memory to the heap, with the result

out-of-memory error

2000-12-16 Thread umesh sonavane
hi folks, i am facing a really irritating problem these days. i am having major problems with changing an ear and deploying it again. it often happens that i change the ear and when i update the ear in orion it tries to autodeploy and gives me the following error: D:\orionjava -jar

Re: Out of memory

2000-10-10 Thread James M. Earle III
Tell the Orion JDK to use more memory on startup. I think the command line jdk startup parms are ms:64M for min memory mx:80M for maximum memory, and -gc for no incremental garbabe collection. Jas Vlad Petric wrote: Stanislav Maximov wrote: Hello, I'm constantly getting "Out of m

Re: Out of memory

2000-10-05 Thread Robert Krueger
At 12:53 05.10.00 , you wrote: Hello, I'm constantly getting "Out of memory error" from Orion. Please shed some light if there are some typical mistakes which may cause it, or maybe debug tips? Great thanks in advance. stas@ how much memory do you give your VM? I presume, you'

Re: Out of memory

2000-10-05 Thread Vlad Petric
Stanislav Maximov wrote: Hello, I'm constantly getting "Out of memory error" from Orion. Please shed some light if there are some typical mistakes which may cause it, or maybe debug tips? Great thanks in advance. stas@ JOVOS ?? (JVM, Orion Version, Operating System ?) Have

RE: Out of memory

2000-10-05 Thread Mike Cannon-Brookes
Start the JVM with -mx and -ms to specify more memory. I use 50/250. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stanislav Maximov Sent: Thursday, October 05, 2000 6:53 PM To: Orion-Interest Subject: Out of memory Hello, I'm

RE: Out of memory

2000-10-05 Thread Torgeir . Lerkerod
: 5. oktober 2000 10:53 To: Orion-Interest Subject: Out of memory Hello, I'm constantly getting "Out of memory error" from Orion. Please shed some light if there are some typical mistakes which may cause it, or maybe debug tips? Great thanks in advance. stas@