Tagged Questions

3
votes
3answers
893 views

jBoss 4.0.2 deploying same WAR multiple times causes jBoss to crash because of PermGem/Out-of-Memory Errors

I develop web applications and I use jBoss 4.0.2 and when I have redeployed my WAR several times with eclipse, jBoss will crash because it runs out of memory. And when I have to install new version to ...
2
votes
2answers
560 views

PermGen Out of Memory reasons

I constantly detect OOM in PermGen for my environment: java 6 jboss-4.2.3 Not a big web-application I know about String.intern() problem - but I don't have enough valuable usage of it. Increasing ...
1
vote
1answer
249 views

Can a JNDI lookup in a Servlet cause a permgen memory leak?

Since JBoss 4.2 does not support @EJB injections, I am using a JNDI lookup to reference an EJB that is needed by a Servlet. I am concerned that this type of lookup may be causing the Permgen non-heap ...
0
votes
1answer
2k views

What is the difference between MaxPermSize and MaxPermGen in Jboss configuration?

There are two attributes that I figured out. I guess some of the Jboss versions support MaxPermGen and some other versions support MaxPermSize. Thats my guess only. What is the exact difference ...