OutOfMemoryError « IceFaces « JSF Q&A





1. java.lang.OutOfMemoryError: PermGen space on web app usage    stackoverflow.com

I am struggling with an outOfMemory PermGen issue that has been showing up recently. One of the log snippets that was saved when error appeared:

java.lang.OutOfMemoryError: PermGen space
     ...

5. IceFaces 2.0, JBoss AS 6.0 : java.lang.OutOfMemoryError: Java heap space    icefaces.org

Hi, I am new in IceFaces 2.0 ad I trying to deploy a prototype-application on JBoss. The Deployment is OK, but when I try to call the home page, I receive a error : ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/web].[Faces Servlet]] (http-127.0.0.1-8080-1) "Servlet.service()" pour la servlet Faces Servlet a lanc une exception: java.lang.OutOfMemoryError: Java heap space I used : Jboss AS 6.0 Final Version IceFaces ...

6. java.lang.OutOfMemoryError,when binding a dataPaginator to a backingbean    icefaces.org

In the backingbean . private DataPaginator testPager; public DataPaginator getTestPager() { return testPager; } public void setTestPager(DataPaginator testPager) { this.testPager = testPager; } In the jspx file First Last Previous Next if I set binding="#{dataTableBean.testPager}" in the ...