Re: Java.lang.out.of.memory not clearly....

2012-01-31 Thread Luciano Andress Martini
2012/1/30, André Warnier a...@ice-sa.com: Luciano Andress Martini wrote: ... Now my boss talked with the developers and added a command to call the garbage colector, it is very better now, and we find the bad guy, its a button, when we click then, the memory increases. Luciano, your

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
Thank you Pid, and André. You remember me to ZZ Top, but solved my problem. 2012/1/27, Pid p...@pidster.com: On 27/01/2012 20:51, André Warnier wrote: Exactly. (this is responding to Pid) Pid wrote: On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post

RE: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Jeffrey Janner
See below -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, January 27, 2012 2:41 PM To: Tomcat Users List Subject: Re: Java.lang.out.of.memory not clearly On 27/01/2012 18:39, Luciano Andress Martini wrote: i dont know how to increase the heap space

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
: Java.lang.out.of.memory not clearly On 27/01/2012 18:39, Luciano Andress Martini wrote: i dont know how to increase the heap space is using the parameter - Xmx? 2012/1/27, Pid p...@pidster.com: On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post your replies

RE: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Jeffrey Janner
-Original Message- From: Luciano Andress Martini [mailto:777u...@gmail.com] Sent: Monday, January 30, 2012 9:40 AM To: Tomcat Users List Subject: Re: Java.lang.out.of.memory not clearly Do you know how to solve this memory leak, its a hardware problem? Memory Leak

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
AM To: Tomcat Users List Subject: Re: Java.lang.out.of.memory not clearly Do you know how to solve this memory leak, its a hardware problem? Memory Leak is a software problem. It means your software is allocating memory (objects) and not releasing it when it is through using it. Mention

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
and for developers, thank you very much. 2012/1/30, Jeffrey Janner jeffrey.jan...@polydyne.com: -Original Message- From: Luciano Andress Martini [mailto:777u...@gmail.com] Sent: Monday, January 30, 2012 9:40 AM To: Tomcat Users List Subject: Re: Java.lang.out.of.memory not clearly

RE: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Caldarale, Charles R
From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible to be a problem in the software cause java unalocate objects automatically, is that true? A) Stop your top

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
2012/1/30, Caldarale, Charles R chuck.caldar...@unisys.com: From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible to be a problem in the software cause java unalocate

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Pid
On 30/01/2012 16:05, Luciano Andress Martini wrote: 2012/1/30, Caldarale, Charles R chuck.caldar...@unisys.com: From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread André Warnier
Luciano Andress Martini wrote: ... Thank you and sorry Chuck. Jeffrey what is your opinion about this? The development team is using a software that Draw java code called developer, and do not programming in. Im a assembler/C programmer and don't have so much knowing about java. But all the

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread David kerber
On 1/30/2012 11:05 AM, Luciano Andress Martini wrote: 2012/1/30, Caldarale, Charles Rchuck.caldar...@unisys.com: From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
paravirtualized with Xen. 2012/1/30, David kerber dcker...@verizon.net: On 1/30/2012 11:05 AM, Luciano Andress Martini wrote: 2012/1/30, Caldarale, Charles Rchuck.caldar...@unisys.com: From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible to be a problem in the software cause java unalocate objects automatically, is that true? A) Stop your top posting - it's incredibly annoying and makes people much

RE: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Caldarale, Charles R
From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Java.lang.out.of.memory not clearly Java can have memory leaks just as easily as C can Not really; leaks in C are much easier to create. if the app is standalone, it will release them when the app closes and the JRE shuts

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
2012/1/30, Caldarale, Charles R chuck.caldar...@unisys.com: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Java.lang.out.of.memory not clearly Java can have memory leaks just as easily as C can Not really; leaks in C are much easier to create. if the app is standalone

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
2012/1/30, Luciano Andress Martini 777u...@gmail.com: 2012/1/30, Caldarale, Charles R chuck.caldar...@unisys.com: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Java.lang.out.of.memory not clearly Java can have memory leaks just as easily as C can Not really; leaks in C

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Hassan Schroeder
On Mon, Jan 30, 2012 at 8:44 AM, Luciano Andress Martini 777u...@gmail.com wrote: About the memory leak, I am saying that, not from a hour, but from the Genesis time here. ehhehehe. Or as we used to say at Sun -- hardware breaks while you're using it, software arrives already broken... :-)

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Pid
: From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible to be a problem in the software cause java unalocate objects automatically, is that true? A) Stop your top

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Luciano Andress Martini
Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly Jeffrey im sorry, but i need to ask, my boss says that is impossible to be a problem in the software cause java unalocate objects automatically, is that true? A) Stop your top posting - it's incredibly

RE: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Jeffrey Janner
-Original Message- From: Luciano Andress Martini [mailto:777u...@gmail.com] Sent: Monday, January 30, 2012 10:34 AM To: Tomcat Users List Subject: Re: Java.lang.out.of.memory not clearly 2012/1/30, Luciano Andress Martini 777u...@gmail.com: Pid i changed the configuration

RE: Java.lang.out.of.memory not clearly....

2012-01-30 Thread Caldarale, Charles R
From: Luciano Andress Martini [mailto:777u...@gmail.com] Subject: Re: Java.lang.out.of.memory not clearly You're top posting again - stop that. By default 4GB per virtual machine with tomcat. But that's all funny money - how much _real_ memory is usable by each VM? If the underlying

Re: Java.lang.out.of.memory not clearly....

2012-01-30 Thread André Warnier
Luciano Andress Martini wrote: ... Now my boss talked with the developers and added a command to call the garbage colector, it is very better now, and we find the bad guy, its a button, when we click then, the memory increases. Luciano, your original post about this issue mentioned this error

Java.lang.out.of.memory not clearly....

2012-01-27 Thread Luciano Andress Martini
I need to know if the error is from my part (server administrator), from the developer or from the hardware/vms. Some times that occurs when processing two milion of registry (i am talking from expressocard a company of credit cards). Its a rarely error because this processing occurs rarely. in

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Pid
On 27/01/2012 16:29, Luciano Andress Martini wrote: I need to know if the error is from my part (server administrator), from the developer or from the hardware/vms. Some times that occurs when processing two milion of registry (i am talking from expressocard a company of credit cards). Its

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Luciano Andress Martini
its 64 bits? How can i increase the object heap? 2012/1/27, Pid p...@pidster.com: On 27/01/2012 16:29, Luciano Andress Martini wrote: I need to know if the error is from my part (server administrator), from the developer or from the hardware/vms. Some times that occurs when processing two

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Luciano Andress Martini
-Xmx512m -Xmx1024 ? 2012/1/27, Luciano Andress Martini 777u...@gmail.com: its 64 bits? How can i increase the object heap? 2012/1/27, Pid p...@pidster.com: On 27/01/2012 16:29, Luciano Andress Martini wrote: I need to know if the error is from my part (server administrator), from the

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Pid
On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post your replies below the questions I asked. Someone reading this thread would see the first bit of this message and wonder what it referred to. p 2012/1/27, Luciano Andress Martini 777u...@gmail.com: its 64

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Luciano Andress Martini
i dont know how to increase the heap space is using the parameter -Xmx? 2012/1/27, Pid p...@pidster.com: On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post your replies below the questions I asked. Someone reading this thread would see the first bit of this

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Pid
On 27/01/2012 18:39, Luciano Andress Martini wrote: i dont know how to increase the heap space is using the parameter -Xmx? 2012/1/27, Pid p...@pidster.com: On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post your replies below the questions I asked.

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread André Warnier
Exactly. (this is responding to Pid) Pid wrote: On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post your replies below the questions I asked. Someone reading this thread would see the first bit of this message and wonder what it referred to. p 2012/1/27,

Re: Java.lang.out.of.memory not clearly....

2012-01-27 Thread Pid
On 27/01/2012 20:51, André Warnier wrote: Exactly. (this is responding to Pid) Pid wrote: On 27/01/2012 17:54, Luciano Andress Martini wrote: -Xmx512m -Xmx1024 ? Please post your replies below the questions I asked. Someone reading this thread would see the first bit of this message and