HTTP Status 500 -
Server is crushing at least few times a day. This is really frustrating :/
I get the message...
description The server encountered an internal error () that prevented it from fulfillingthis request
i actually foundsolution. I have to shut the process in task manager. Stoping and starting server doesn't work. Is there a way to fix it or this is one of MANY unsolved bugs in JSC ?
thanks !
[463 byte] By [
dElaya] at [2007-11-26 14:50:09]

# 1
exception is here
java.lang.RuntimeException: Unable to create parser: java.lang.OutOfMemoryError: PermGen space
com.sun.faces.el.impl.ExpressionEvaluatorImpl.createParser(ExpressionEvaluatorImpl.java:351)
com.sun.faces.el.impl.ExpressionEvaluatorImpl.parseExpressionString(ExpressionEvaluatorImpl.java:279)
com.sun.faces.el.impl.ExpressionEvaluatorImpl.parseExpression(ExpressionEvaluatorImpl.java:199)
com.sun.faces.application.ApplicationImpl.checkSyntax(ApplicationImpl.java:741)
com.sun.faces.application.ApplicationImpl.createValueBinding(ApplicationImpl.java:291)
com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:749)
com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(ViewHandlerImpl.java:728)
com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:278)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:585)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
java.security.AccessController.doPrivileged(Native Method)
com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)