Tagged Questions

8
votes
4answers
787 views

Tomcat on production server, PermGen and redeploys

It looks like MemoryError: PermGen space java.lang.OutOfMemoryError: PermGen space is a common problem. You can Increase the size of your perm space, but after 100 or 200 redeploys it will be ...
4
votes
4answers
995 views

Track down PermGen problem with JRuby on Rails in Tomcat

We're running a small web application written JRuby on Rails running under Tomcat. We're using a Spring back-end that's shared with another production web application. Unfortunately, we keep running ...
3
votes
2answers
95 views

Is there any way to prevent Grails permgen leaking on redeploy in production mode on tomcat despite JVM flags

It's a familiar old problem but I really want to put it to bed once and for all! I've got the following JVM flags set: -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled ...
2
votes
2answers
563 views

Java: Is 'tenured' memory the same as permgen?

I am trying to gather information on an occasional issue we are having, where after a few weeks of operation the app slows down, works fine, slows down, works fine, with the intervals between being ...
2
votes
3answers
501 views

Netbeans Java Debugger crashing with Out of Memory Errors

Recently, while working on a JSF web app, using Netbeans 6.8, I am constantly getting PermGen: Out Of Memory Errors. I have also noticed that this is not related to hot swapping the code, as some ...
2
votes
1answer
3k views

Increase permgen space

I am working with tomcat 6.0, and while I am indexing (not while i am starting tomcat), I have a permgen space error. How could I increase that space?? Thanks
2
votes
4answers
2k views

Java server cpu usage at 100% after two days continous running with about 110 users

I have a tomcat 6.0.20, apr 1.2, jdk 1.6.0_15 with mysql 5.1.38 running on a rhel box with 4 GB ram. There is one simple jsp/servlet application on it with 5 users, one struts 1.2.0.9 with 64 users ...
1
vote
2answers
124 views

Adding a library to java web app causes java.lang.OutOfMemoryError: PermGen space?

When I try to add a library (in this case: iText-2.0.8.jar) to my java web app (JSF) and restart Tomcat, everything seems fine. The login page also renders. When I login however, the application ...
1
vote
2answers
375 views

Tomcat application: Frequent OutOfMemory PermGen exception while image uploads

I have a tomcat 6 application which I have set parameters of -Xms512m -Xmx1024m. I thought 1 GB of memory in a 4 GB RAM would be enough, but that is not the case. On application stop/start multiple ...
1
vote
4answers
762 views

JAXB - permGen error on Tomcat server

I am getting the below error when running my deployed app. Going by the error, it seems JAXB is causing it. Please suggest. java.lang.OutOfMemoryError: PermGen space ...
1
vote
3answers
2k views

Why does my Sun JVM fail to initialize when I set PermGen above 128M?

I need to increase my PermGen. Currently I pass the following as command line parameters: -XX:PermSize=128m -XX:MaxPermSize=128m This works. If I try to increase the values, however, my JVM fails to ...
0
votes
1answer
47 views

Struts2 PermGen Out of Memory error

I noticed this occurrence in big application where the front end server was gobbling up PermGen quite fast, worst part it kept on increasing on every request, sometimes it just keeps on increasing ...
0
votes
2answers
231 views

Intellij / Grails development what to set to avoid PermGen errors?

i am using IntelliJ to develop Grails application but as our application grows i am hitting the Permgen errors when using the Tomcat plugin. I have tried several combination in settings permgen size ...
0
votes
1answer
96 views

Forcing a Tomcat-handled DataSource to be eagerly initialised

After eliminating a couple of PermGen-related problems in a Java web application I have reached the following point: the application runs in Tomcat 6.0.32 and uses a Tomcat-managed DataSource the ...
0
votes
3answers
4k views

How to make sure that Tomcat6 reads CATALINA_OPTS on Windows?

I have a Tomcat6 running on a Windows2003 machine. I deployed 2 Grails apps on this server and I soon noticed that everything was crashing sometime after the deploy with a classic PermGen error. ...
0
votes
2answers
421 views

What is wrong with runing app in tomcat server?

Recently I created a maven based web project and used tomcat as application server to debug ... But tomcat is frequently dead (pergem error which means out of memery ) after run app from the Project ...
0
votes
1answer
1k views

How to handle PermGen space exception in Tomcat?

I am getting a PermGen Space Exception whenever I deploy my web application. I tried some JVm option in NetBeans but still unable to resolve the issue.