Re: 2.2 OutOfMemoryError

2008-05-15 Thread Luca Morandini
Andre Thenot wrote: On May 14, 2008, at 6:42, Luca Morandini wrote: No matter how much you increase your PermGenSpace, sooner or later you will hit the wall (every redeploy decreases the amount of PermGenSpace available). Ok thanks, this answers my question. I'll simply restart the server at

Re: 2.2 OutOfMemoryError

2008-05-14 Thread Andre Thenot
On May 14, 2008, at 6:42, Luca Morandini wrote: No matter how much you increase your PermGenSpace, sooner or later you will hit the wall (every redeploy decreases the amount of PermGenSpace available). Ok thanks, this answers my question. I'll simply restart the server at each deployment w

Re: 2.2 OutOfMemoryError

2008-05-14 Thread Luca Morandini
Andre Thenot wrote: I've been noticing the following error when deploying my cocoon WAR more than about 6-7 times without restarting the app server. This stack trace occurs on OS X and on Linux with JDK 1.5.0 in both cases. I am running JBoss 4.2.2GA; the memory settings are -Xms128m -Xmx512m

Re: 2.2 OutOfMemoryError

2008-05-14 Thread Felix Knecht
Hi Andre Hello, I've been noticing the following error when deploying my cocoon WAR more than about 6-7 times without restarting the app server. This stack trace occurs on OS X and on Linux with JDK 1.5.0 in both cases. I am running JBoss 4.2.2GA; the memory settings are -Xms128m -Xmx512m.

2.2 OutOfMemoryError

2008-05-14 Thread Andre Thenot
Hello, I've been noticing the following error when deploying my cocoon WAR more than about 6-7 times without restarting the app server. This stack trace occurs on OS X and on Linux with JDK 1.5.0 in both cases. I am running JBoss 4.2.2GA; the memory settings are -Xms128m -Xmx512m. Should

AW: AW: AW: OutOfMemoryError

2006-07-12 Thread Christofer Dutz
ruhe, Düsseldorf     Von: Oleg Konovalov [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. Juli 2006 23:21 An: users@cocoon.apache.org Betreff: Re: AW: AW: OutOfMemoryError   Christofer, Which version of Sun JavaVM did you have the problem with ("default Garbage Collection Setting

AW: AW: AW: OutOfMemoryError

2006-07-12 Thread Christofer Dutz
[mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. Juli 2006 15:54 An: users@cocoon.apache.org Betreff: Re: AW: AW: OutOfMemoryError Christofer Dutz wrote: > > Hi Oleg > > Well exactly this is why I used JRockit, because I didn’t want to > bother finding out how to tweak

Re: AW: AW: OutOfMemoryError

2006-07-11 Thread Oleg Konovalov
2006 4:28:03 AMSubject: AW: AW: OutOfMemoryError Hi Oleg   Well exactly this is why I used JRockit, because I didn’t want to bother finding out how to tweak it ;) I know that the way the Garbagecollector works can be configured using command-line parameters, but I don’t know which one

Re: AW: AW: OutOfMemoryError

2006-07-11 Thread Ralph Goers
Dan Durkin wrote: Ralph, Can you elaborate on how you see that a given pool size is too low? Thanks, Dan This happened just last week. We were doing CPU profiling with YourKit and when I drilled down I saw the resource limiting pool was creating XML serializers. You would never see this (i

Re: AW: AW: OutOfMemoryError

2006-07-11 Thread Dan Durkin
Ralph Goers wrote: Christofer Dutz wrote: Hi Oleg Well exactly this is why I used JRockit, because I didn’t want to bother finding out how to tweak it ;) I know that the way the Garbagecollector works can be configured using command-line parameters, but I don’t know which ones and if they h

Re: AW: AW: OutOfMemoryError

2006-07-11 Thread Ralph Goers
Christofer Dutz wrote: Hi Oleg Well exactly this is why I used JRockit, because I didn’t want to bother finding out how to tweak it ;) I know that the way the Garbagecollector works can be configured using command-line parameters, but I don’t know which ones and if they have the desired eff

AW: AW: OutOfMemoryError

2006-07-11 Thread Christofer Dutz
Von: Oleg Konovalov [mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. Juli 2006 18:12 An: users@cocoon.apache.org Betreff: Re: AW: OutOfMemoryError   Christofer, Could you please elaborate on "We could have solved this by tweaking the GC settings of the VM..." I do not think we hav

Re: AW: OutOfMemoryError

2006-07-10 Thread Oleg Konovalov
rs@cocoon.apache.org; Oleg Konovalov <[EMAIL PROTECTED]>Sent: Monday, July 10, 2006 3:50:27 AMSubject: AW: OutOfMemoryError Hi Oleg,   we encountered similar problems and fortunately found our that these problems were VM related. I assume you are using a standard Sun JDK installation (T

AW: OutOfMemoryError

2006-07-10 Thread Christofer Dutz
itag, 7. Juli 2006 16:07 An: cocoon list Betreff: OutOfMemoryError   Hi, We are getting OutOfMemoryError 16:26:41,011 ERROR [STDERR] java.lang.OutOfMemoryError in our production server (which has 4GB of RAM, javaVM - max 2GB) every other day. All applications stop responding. We have a bunc

RE: OutOfMemoryError

2006-07-08 Thread Ard Schrijvers
that works and displays cont...   Regards Ard  Hi,We are getting OutOfMemoryError 16:26:41,011 ERROR [STDERR] java.lang.OutOfMemoryErrorin our production server (which has 4GB of RAM, javaVM - max 2GB)every other day. All applications stop responding.We have a bunch of Cocoon ap

OutOfMemoryError

2006-07-07 Thread Oleg Konovalov
Hi,We are getting OutOfMemoryError 16:26:41,011 ERROR [STDERR] java.lang.OutOfMemoryErrorin our production server (which has 4GB of RAM, javaVM - max 2GB)every other day. All applications stop responding.We have a bunch of Cocoon applications [mostly 2.0.4] running on JBoss3.0.7.It is totally

Re: build: javadoc OutOfMemoryError

2005-03-30 Thread Gregor J. Rothfuss
Jorg Heymans wrote: Thomas Zehetbauer wrote: Hi, is anyone else seeing this? Standard Doclet version 1.5.0_01 Building tree for all the packages and classes... /home/thomasz/src/cocoon-2.1.7/src/java/org/apache/cocoon/CocoonTask.java:199: warning - @return tag cannot be used in method with void re

Re: build: javadoc OutOfMemoryError

2005-03-30 Thread Jorg Heymans
Thomas Zehetbauer wrote: Hi, is anyone else seeing this? Standard Doclet version 1.5.0_01 Building tree for all the packages and classes... /home/thomasz/src/cocoon-2.1.7/src/java/org/apache/cocoon/CocoonTask.java:199: warning - @return tag cannot be used in method with void return type. java.lang

build: javadoc OutOfMemoryError

2005-03-30 Thread Thomas Zehetbauer
Hi, is anyone else seeing this? Standard Doclet version 1.5.0_01 Building tree for all the packages and classes... /home/thomasz/src/cocoon-2.1.7/src/java/org/apache/cocoon/CocoonTask.java:199: warning - @return tag cannot be used in method with void return type. java.lang.OutOfMemoryError: Java

RE: Large documents - OutOfMemoryError with Tomcat but not Jetty! !!

2004-06-01 Thread Philip . Fennell
Large documents - OutOfMemoryError with Tomcat but not Jetty!!! I'm no expert in this, but what's your exact memory amount you've tried? I'm using CATALINA_OPTS=-Xmx384M and that works fine with me, although my pdf documents aren't that big. I also had a small problem that t

Re: Large documents - OutOfMemoryError with Tomcat but not Jetty!!!

2004-06-01 Thread Jan Hoskens
From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 01, 2004 2:18 PM Subject: Large documents - OutOfMemoryError with Tomcat but not Jetty!!! > I have a problem when using Cocoon to aggregate large amounts of content > that is to be serialised as PDF. > &g

Large documents - OutOfMemoryError with Tomcat but not Jetty!!!

2004-06-01 Thread Philip . Fennell
of XML and 2.7MB of PDF then I get OutOfMemoryError messages in the logs (cocoon and tomcat) - see below. If I install a full version of Jetty I get outOfMemory errors too. However, if I run the same app within the version of Jetty that comes with Cocoon there is no problem *** Can anyone

Re: OutOfMemoryError

2004-05-03 Thread Reinhard Poetz
Johnson wrote: >Hi! > >I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), >my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 >when the build go to cocoon-block-serializers-compile,after prompt >"compiling 95 source files to dest >the error happended >The sy

Re: OutOfMemoryError

2004-04-30 Thread Andreas Hartmann
Andreas Hartmann wrote: Johnson wrote: Hi! I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 when the build go to cocoon-block-serializers-compile,after prompt "compiling 95 source files to dest the erro

Re: OutOfMemoryError

2004-04-30 Thread Andreas Hartmann
Johnson wrote: > Hi! > > I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), > my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 > when the build go to cocoon-block-serializers-compile,after prompt > "compiling 95 source files to dest > the error happended

Re: OutOfMemoryError

2004-04-28 Thread Olivier Billard
it. > > Best Regards > > Johnson Hsu > > - Original Message - > From: "Olivier Billard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, April 28, 2004 3:34 PM > Subject: Re: OutOfMemoryError > > > >

Re: OutOfMemoryError

2004-04-28 Thread Johnson
ednesday, April 28, 2004 3:34 PM Subject: Re: OutOfMemoryError > Johnson wrote: > > > Hi! > > > > I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), > > my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 > > when the build go

Re: OutOfMemoryError

2004-04-28 Thread Olivier Billard
Johnson wrote: > Hi! > > I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), > my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 > when the build go to cocoon-block-serializers-compile,after prompt > "compiling 95 source files to dest > the error happended

Re: OutOfMemoryError

2004-04-28 Thread Joerg Heinicke
On 28.04.2004 08:59, Johnson wrote: > Hi! > > I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), > my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 > when the build go to cocoon-block-serializers-compile,after prompt > "compiling 95 source files to dest >

OutOfMemoryError

2004-04-28 Thread Johnson
Hi! I'm trying to build the latest cocoon (cocoon-2.1_20040428041256.tar.gz), my computer has 756MB RAM,and the system is winXP,j2sdk1.4.2-04 when the build go to cocoon-block-serializers-compile,after prompt "compiling 95 source files to dest the error happended The system is out of resources

Re: OutOfMemoryError under XP

2004-04-05 Thread Marcin Okraszewski
MB Ram and I did my CATALINA_OPTS with -Xmx256m -Xms128m, but it doesn't work... I do some simple things and I become OutOfMemoryError! Who can help me? Meybe someone had this problem already? - To unsubscribe, e-mail: [

RE : OutOfMemoryError under XP

2004-04-05 Thread LISSANDRE David (DSIT-EX)
[mailto:[EMAIL PROTECTED] Envoyé : lundi 5 avril 2004 11:01 À : [EMAIL PROTECTED] Objet : OutOfMemoryError under XP Hi I'm using Cocoon 2.1 and Windows XP. I have a problem with Memory. My Computer have 512MB Ram and I did my CATALINA_OPTS with -Xmx256m -Xms128m, but it doesn't work... I do

OutOfMemoryError under XP

2004-04-05 Thread kmurmylo
Hi I'm using Cocoon 2.1 and Windows XP. I have a problem with Memory. My Computer have 512MB Ram and I did my CATALINA_OPTS with -Xmx256m -Xms128m, but it doesn't work... I do some simple things and I become OutOfMemoryError! Who can help me? Meybe someone had this problem alread

Re: [cron] OutOfMemoryError

2004-03-22 Thread Alex Romayev
I took the lasted version this morning. --- Reinhard_Pötz <[EMAIL PROTECTED]> wrote: > Alex Romayev wrote: > > >Hi, > > > >I trying to run a pipeline using cron block by > >entering a cron expression into the sample and keep > >getting OutOfM

Re: [cron] OutOfMemoryError

2004-03-22 Thread Reinhard Pötz
Alex Romayev wrote: Hi, I trying to run a pipeline using cron block by entering a cron expression into the sample and keep getting OutOfMemoryError. My expressions is: 0 * 9-23 * * ?, i.e. I run it every minute. It runs out of memory quicker when I use a fairly complex pipeline, but I was able

[cron] OutOfMemoryError

2004-03-22 Thread Alex Romayev
Hi, I trying to run a pipeline using cron block by entering a cron expression into the sample and keep getting OutOfMemoryError. My expressions is: 0 * 9-23 * * ?, i.e. I run it every minute. It runs out of memory quicker when I use a fairly complex pipeline, but I was able to get the same

May OutOfMemoryError be caused by unfinished flows?

2003-12-17 Thread Marcin Okraszewski
Hi, I'm developing a cocoon-based website. Unfortunately after several application reloads I receive OutOfMemoryError. I'm wondering if this may be caused by unfinished flows, which I have plenty since I check how works only a part of a flow. Regards, Marcin O