Re: Java Heap Space

2009-06-18 Thread Omar Elprince
the issues. --Original Message-- From: kaphb...@gmx.net To: users@myfaces.apache.org ReplyTo: MyFaces Discussion Subject: Java Heap Space Sent: 16 Jun 2009 04:36 Hi %, I'm facing a wired issue with the java heap space which is close to bringing me to the ropes. The short version is:

Re: Java Heap Space

2009-06-18 Thread Omar Elprince
al Message-- From: kaphb...@gmx.net To: users@myfaces.apache.org ReplyTo: MyFaces Discussion Subject: Java Heap Space Sent: 16 Jun 2009 04:36 Hi %, I'm facing a wired issue with the java heap space which is close to bringing me to the ropes. The short version is: I've written a Con

RE: Java Heap Space

2009-06-18 Thread Mike Quentel
[mailto:richard.k@gmail.com] Sent: 18 June 2009 09:05 To: MyFaces Discussion Subject: Re: Java Heap Space Take a look at the HttpServletResponse.setBufferSize() and flushBuffer() methods. Perhaps you should call flushBuffer instead of os.flush()? -R On Wed, Jun 17, 2009 at 12:23 PM, Wolfgang Grabow

Re: Java Heap Space

2009-06-18 Thread Richard Yee
nal Message-- >> From: kaphb...@gmx.net >> To: users@myfaces.apache.org >> ReplyTo: MyFaces Discussion >> Subject: Java Heap Space >> Sent: 16 Jun 2009 04:36 >> >> Hi %, >> >> >> I'm facing a wired issue with the java heap spa

Re: Java Heap Space

2009-06-17 Thread Wolfgang Grabow
iginal Message-- > From: kaphb...@gmx.net > To: users@myfaces.apache.org > ReplyTo: MyFaces Discussion > Subject: Java Heap Space > Sent: 16 Jun 2009 04:36 > > Hi %, > > > I'm facing a wired issue with the java heap space which is close > to

Re: Java Heap Space

2009-06-17 Thread Mike Quentel (4DM)
-- From: kaphb...@gmx.net To: users@myfaces.apache.org ReplyTo: MyFaces Discussion Subject: Java Heap Space Sent: 16 Jun 2009 04:36 Hi %, I'm facing a wired issue with the java heap space which is close to bringing me to the ropes. The short version is: I've written a ContentManagementSy

Java Heap Space

2009-06-17 Thread kaphbeth
Hi %, I'm facing a wired issue with the java heap space which is close to bringing me to the ropes. The short version is: I've written a ContentManagementSystem which needs to handle huge files (>600mb) too. Tomcat heap settings: -Xmx700m -Xms400m The issue is, that uploadi

Re: Java heap space

2007-09-28 Thread Angel Miralles Arevalo
It's done. Moreover, I have a memory in use indicator (Myeclipse). Although there is a lot of memory without used, i get a java heap space. - Mensaje original De: David Uebelacker <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: viernes, 28 de septiembre, 2007 12:31:01

Re: Java heap space

2007-09-28 Thread David Uebelacker
startup configuration is configured with more memory than your start up configuration in your eclipse environment. Regards, David > hi everybody, can some tell me why you get a java heap space if you are > using myeclipse? > > 11:50:28,274 ERROR [[Faces Servlet]] Servlet.service() for s

Java heap space

2007-09-28 Thread Angel Miralles Arevalo
hi everybody, can some tell me why you get a java heap space if you are using myeclipse? 11:50:28,274 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception java.lang.OutOfMemoryError: Java heap space If I start up jBoss without Myeclipse there aren't errors.

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread Andrew Robinson
help. It is recursive. nodeLeafRef is a hashmap thatreturns TreeNode for rootNode 1. When the function is called, it is filled with information about the root node. In this example nodeLeafRef.size() is3, but I still get the Java heap space exception.Any help is really appreciated. Thank you

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread Andrew Robinson
eafRef is a hashmap thatreturns TreeNode for rootNode 1. When the function is called, it is filled with information about the root node. In this example nodeLeafRef.size() is3, but I still get the Java heap space exception.Any help is really appreciated. Thank you.public void buildTreeData(KaMenu

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread sunilskulkarni
1. When the function is called, it is filled with information about the root node. In this example nodeLeafRef.size() is 3, but I still get the Java heap space exception. Any help is really appreciated. Thank you. public void buildTreeData(KaMenu kaMenu) { //List

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread Andrew Robinson
works fine. But, if I am> trying to get Tree information from database and then construct 'TreeNode'> then I get the following exception. >>  There is similar issue reported in users list with subject "Java heap> space: Error with Tree2", but I did not find an

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-18 Thread Sean Schofield
#x27; > then I get the following exception. > > There is similar issue reported in users list with subject "Java heap > space: Error with Tree2", but I did not find any answer to it. > > Please let me know, if you know the solution. > > Thanks. > > > javax.f

TreeModelBase/HtmlTree : Java heap space

2006-04-17 Thread Sunil Kulkarni
owing exception.There is similar issue reported in users list with subject "Java heap space: Error with Tree2", but I did not find any answer to it.Please let me know, if you know the solution.Thanks. javax.faces.FacesException: Caused by: javax.servlet.ServletExcept

Re: "Java heap space" Error with Tree2

2005-06-07 Thread Martin Marinschek
ree with not very > > many nodes (under 20 altogether). I have unit tested the backer bean > > supporting this tree, and I have verified that its contents are as they > > should be. However, I am receiving the following error: > > > > javax.servlet.

Re: "Java heap space" Error with Tree2

2005-06-07 Thread Matt Blum
beansupporting this tree, and I have verified that its contents are as they should be.  However, I am receiving the following error:javax.servlet.ServletException: Java heap spacejavax.faces.webapp.FacesServlet.service(FacesServlet.java:125)org.apache.myfaces.component.html

"Java heap space" Error with Tree2

2005-06-07 Thread CHAUDHURI, Neil
: javax.servlet.ServletException: Java heap space javax.faces.webapp.FacesServlet.service(FacesServlet.java:125) org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(Extensi onsFilter.java:112) root cause javax.faces.FacesException: Java heap space