Recently I ran into this error in my web application:
It's a typical Hibernate/JPA + IceFaces/JSF application running on Tomcat 6 and JDK 1.6.java.lang.OutOfMemoryError: PermGen space
Apparently this can occur after redeploying an application a few times.
A collection of articles and resources of interest to the modern software developer
Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs
Showing posts with label Continuous Deployment. Show all posts
Showing posts with label Continuous Deployment. Show all posts
Sunday, September 18, 2011
How to deal with "java.lang.OutOfMemoryError: PermGen space" error | Stack Overflow
How to deal with "java.lang.OutOfMemoryError: PermGen space" error - Stack Overflow
Monday, September 12, 2011
Simple Continuous Integration / Deployment With Jenkins - Randall Degges
Simple Continuous Integration / Deployment With Jenkins - Randall Degges
Today I'm setting up a new Jenkins CI server for work, to move off our old Hudson server, so I figured this would be a good time to blog about the process, as it's so extremely helpful to us that I can't imagine ever programming without it again.
Subscribe to:
Posts (Atom)