Exception while running the JSF application

Hi,

Some times i was getting this exception and iam not able to findout why this exception is thrown particularly sometimes only while running the JSF application . The Exception is here as follows:

org.apache.jasper.JasperException: javax.servlet.jsp.JspException: PermGen space

java.lang.OutOfMemoryError: PermGen space

Any help greatly appreciated,

vijaycanaan

[402 byte] By [vijaycanaana] at [2007-11-27 4:17:19]
# 1

The only time I've really seen this error occur is during application development when a webapp is deployed/undeployed multiple times.

When this is the case, it's usually a memory leak of some sort (example: the webapp classloader is being retained somewhere when it shouldn't be).

As a work around you can increase the size the PermGen space.

rlubkea at 2007-7-12 9:23:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thank u very much,vijaycanaan.
vijaycanaana at 2007-7-12 9:23:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...