How to avoid Perm Gem space exception in JBoss server ?
Posted
by Purushotham
on Stack Overflow
See other posts from Stack Overflow
or by Purushotham
Published on 2010-06-17T10:37:49Z
Indexed on
2010/06/17
10:43 UTC
Read the original article
Hit count: 218
I deploy my J2EE application after making some changes to the code.
At maximum of 4 times I can deploy the EAR file into the server without restarting the JBoss server. After the 4th deployment if I deploy one more time it throws PermGem space exception.
I don't what this exception is. I restart the server then everything works fine. Any idea why the Jboss server throws PermGem space exception after 4 deployments ?And Why it occurs ?
© Stack Overflow or respective owner