aspose file tools
The moose likes JSF and the fly likes PermGen Space problem??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "PermGen Space problem???" Watch "PermGen Space problem???" New topic
Author

PermGen Space problem???

Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 383
Hello,

I get the following error and I have two question regarding it:

1. What is the PermGen Space error. Is it to do with memory?
2. What is the difference between "exception" and "root cause"?

Thanks in advance,

Julien.

Bagwan Mehrat
Ranch Hand

Joined: Jan 26, 2002
Posts: 119
Originally posted by Julien Martin:

1. What is the PermGen Space error. Is it to do with memory?
2. What is the difference between "exception" and "root cause"?

I noticed the PermGen space error happens in JBoss after I've hot deployed an application many times without restarting JBoss. There must be a memory leak in the deployment routine. If that's the case, then it's something that probably won't affect a production machine, but it's annoying to a software developer.

I assume that the exception is the ServletException, and the root cause is the Exception that is returned by ServletException.getRootCause()?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: PermGen Space problem???
 
Similar Threads
java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()
Cannot create a session after the response has been committed
<BEA-001112> <Test "select count(*) from dual" set up for pool "TicketrDS" failed with exception: "j
HttpSOAPConnectionFactory not found
inputCalendar - absolute uri problem