Exception in thread "Thread-53" java.lang.OutOfMemoryError: Java heap space
Exception in thread "Thread-10" 2011-08-05 14:38:13,312 (Finalizer) [ EntityList
Iterator.java:489:ERROR]
====================================================================
EntityListIterator Not Closed for Entity [CustomerOrganizationTCGView], caught
in Finalize
====================================================================
原因是:内存溢出
修改方法是:修改Tomcat的内存:
在tomcat安装目录中找:tomcat\bin\catalina.bat文件,该文件中:set CATALINA_OPTS=%CATALINA_OPTS% -Dofbiz.home=%OFBIZ_HOME% -Xms512m -Xmx512m
修改标为高亮显示的数字,往大处修改。