Gurus,
I am really having a hard time getting a stable Liferay instance running:
jboss-4.0.5.GA + Oracle 9 + Liferay 4.1.2
(Server: Dual Xeon processor, 2GB memory, Windows 2003)
In my jboss/bin/run.bat
set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m -XX:MaxPermSize=512m
I was using Geronimo 1.1 and the OutOfMemoryError: PermGen space also occurs eventually, so I switched to jboss (Which is much faster that Geronimo from my experience). Now the problem occurs if I use the Enterprise Admin portlet and the Click on the User Group tab. I read about the CLIB, Hibernate memory leak issue but I am not redeploying apps, the crash happens during user session. Please help!
2006-11-10 10:50:08,422 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
2006-11-10 10:50:08,422 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
2006-11-10 10:50:08,422 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
2006-11-10 10:50:14,157 ERROR [org.jboss.ejb.plugins.LogInterceptor] Unexpected Error in method: public abstract com.liferay.portal.model.Group com.liferay.portal.service.spring.GroupLocalService.getUserGroup(java.lang.String,java.lang.String) throws com.liferay.portal.PortalException,com.liferay.portal.SystemException
java.lang.OutOfMemoryError: PermGen space
2006-11-10 10:50:17,047 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
2006-11-10 10:50:18,501 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.OutOfMemoryError: PermGen space
2006-11-10 10:50:18,501 ERROR [com.liferay.taglib.util.IncludeTag] java.lang.OutOfMemoryError: PermGen space
2006-11-10 10:50:22,813 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp]] Servlet.service() for servlet jsp threw exception
java.lang.OutOfMemoryError: PermGen space
2006-11-10 10:50:22,813 ERROR [com.liferay.taglib.util.IncludeTag] java.lang.OutOfMemoryError: PermGen space
2006-11-10 10:54:04,637 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
2006-11-10 11:01:34,643 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
2006-11-10 11:09:06,234 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
2006-11-10 11:21:30,448 ERROR [org.apache.catalina.core.ContainerBase] Exception invoking periodic operation:
java.lang.OutOfMemoryError: PermGen space
Please sign in to flag this as inappropriate.