In the Java Virtual Machine, the permanent generation (or permgen) is used for class definitions and associated metadata.

learn more… | top users | synonyms

0
votes
0answers
16 views

Does the Java PHP Bridge from sourceforge contain memory leaks? Getting java.lang.OutOfMemoryError: PermGen space error in Tomcat 5.5

OS: Windows Server 2008 R2 SP1 JSP Engine: Tomcat 5.5 Web Server: IIS 7.5 PHP: Version 5.4.14 Java: JRE SE Version 1.6.0_20 Apache Isapi Connector passes Java related items (i.e. JSP) from IIS to ...
0
votes
0answers
42 views

Tomcat permGen space out of memory exception. Tomcat hangs and stops responding

I am using Spring, Struts, and Tomcat 7. After every few days I wake up to find out that the server has chocked Recently I checked all Hibernate sessions and made sure they are closed To keep the ...
1
vote
0answers
43 views

Why Spring Context not gracefully closed?

On stop or undeploy/redeploy of a Spring framework 3.0.5 based web application following error is logged in Tomcat7's catalina.out: SEVERE: The web application [/nomination##1.0-qa] created a ...
0
votes
0answers
70 views

Permgen Memory Leak with hot redeploy and Oracle database

i've got a SpringRoo-based application that is running in a production environment, that is causing severe permgen memory leaks after some hot redeploys. In order to "find and fix" the leak and to ...
8
votes
1answer
132 views

Interned strings not in permgen?

I've run the jmap -heap command on our running Java application and here's what I got: C:\Program Files\Java\jdk1.7.0_05\bin>jmap -heap 2384 Attaching to process ID 2384, please wait... ...
0
votes
1answer
63 views

TomCat 7 Wont start

I was running a java application and its a lot of records i am bringing back form the database, i got a java.lang.OutOfMemoryError: PermGen space in the browser. Now tomcat 7.0 wont start. The tomcat ...
2
votes
0answers
51 views

Need to get info about objects in Permgen

I want to get info about what contents are getting placed into permgen. Using "jmap -permstat PID;", i am able to get list of classes, classloaders and no. of bytes occupied but what i really want to ...
6
votes
3answers
180 views

String Creation and char array Memory Allocation

I have read a lot of conflicting articles regarding memory allocation when String is created. Some articles say that new operator creates a String in heap and String literal is created in String Pool ...
1
vote
2answers
79 views

Will GC run if permgen fills up?

I have an application which on startup runs two or three full GC. There is lot of heap space and there is no need to run any GC(minor or full). However on gc log, i can see the permgen getting filled ...
-1
votes
1answer
101 views

How to handle large forms with many data on struts2

When I send large form in struts2 the server throws a PermGen error and don’t saves all the form data. the form has 6 fields and a grid, the grid has 10 columns where each row of the grid is a ...
0
votes
2answers
78 views

Adding java ClassLoaders to heap not perm gen

We have an application that generates thousands of Java ClassLoaders and classes, before letting them be garbage collected. We are pretty sure there is no class loader leak, but we are getting ...
2
votes
2answers
117 views

High PermGen, but low Heap Usage

I often see High Perm Gen in my java(web) application. jmap command, often shows it is 90% used. But it does not seem to cause any problems to my application. My overall Heap Usage is quite low ...
-1
votes
1answer
411 views

Tomcat: OutOfMemoryError Permgen Space

I am developing a JSP application using Tomcat 6. Since I did add Quartz Scheduler Framework and Log4J library to project, Tomcat start throwing this exception when redeploying. I have readed about ...
3
votes
1answer
44 views

Will the string obtained from http request be saved in the constant pool?

I understand that String declared as the following will be saved in the constant pool: eg. String a = "test'; then test will be saved in the pool I wonder if the String acquired from a method, ...
0
votes
0answers
91 views

Log4j and Java PermGen memory

I have run out of perm gen memory on a Weblogic server. A relevant thread can be found here Spring Forum thread Today i tried to run a Jprofiler and this is what i see in the memory view Why all ...
-2
votes
3answers
175 views

OutofMemoryError when running Junit Test case [closed]

I am running Junit test case in Jenkins through build.xml. When I run a particular test case I get the below error. <html> <head> <meta http-equiv="Content-Type" content="text/html; ...
0
votes
0answers
40 views

SIGSEGV error occurred during init a JDOM element

I have faced a problem related to segmentation failed in Linux box. I got following error - J org.jdom.Element.(Ljava/lang/String;)V ... siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 ...
2
votes
2answers
78 views

PermGen settings not taking effect

I'm trying to increase the amount of PermGen space my application has to avoid some PermGen errors. I've tried exporting both JAVA_OPTS and MAVEN_OPTS as -Xms1024m -Xmx2048m -XX:PermSize=1024m ...
1
vote
0answers
90 views

Appfuse Persistent Perm gen space

I'm developing an application with appfuse. Everything is working well, but when i deploy it on Tomcat (6 and 7), i get the next error: Perm gen space. I modified catalina.bat file adding this line: ...
0
votes
2answers
545 views

--launcher.XXMaxPermSize appears twice in eclipse.ini

My eclipse is crashing with OOO: perm-gen error. I opened up the eclipse.ini to increase it but to my surprise I found two occurences of the XXMaxPermSize as shown below.. I am not sure why there are ...
0
votes
0answers
31 views

Using the code below created using android 4.2 as new project. I was notified with permgen space. I had 512M.. why?

I created a project with this code using android 4.0.3 target sdk and Using the same code below I created another project using target sdk android 4.2. I was notified with permgen space ...
1
vote
1answer
198 views

NetBeans/Glassfish and PermGen space bug when redeploying (yes, STILL happening)

I know this has probably been asked many times before, but I still haven't seen an actual fix for it. My day-to-day development environment is as follows: 1. NetBeans (latest), 2. Glassfish (latest ...
0
votes
1answer
964 views

MaxPermSize ignored Tomcat 7

I'm trying to run several tools on a Windows Tomcat server . The server starts fine, and I can also see the manager page of Tomcat. But when I open a tool, an "OutOfMemoryError: PermGen space" occurs. ...
1
vote
1answer
71 views

permgen exception.. tried a number of suggestions but to no avail

I am getting out of memory exception in eclipse related to permgen.. i have tried changing the values in the ini file but thats not helping. I took reference from the various related posts in this ...
1
vote
1answer
63 views

solaris10/weblogic10 memory and -d64 boost

What is the impact to put -d64 into the Liferay 5.2, weblogic 10 over Solaris environment? What is the impact of choosing Xms=Xmx=8GB and PermGen=1g, in that setup. [Hands on experience: I see some ...
0
votes
0answers
91 views

PermGen space myeclipse

I ran the myeclipse wizard MyEclipse/Scaffold Spring CRUD Application with artifact type "JPA Entities". Beforehand, I had added an entity class (just a basic Pojo with setters and getters, a id field ...
3
votes
1answer
199 views

Why does it take three Full GC to garbage collect permgen?

What are the reasons why it would take three successive "Full GC" before perm gen is garbage collected? The first GC got the heap down from 2.4gb to 761mb, but fails to substantially GC perm gen, ...
2
votes
1answer
172 views

PermGen Issue - Does Groovy GString Intern Strings?

I have a Grails app that is primarily used as a WebService. It provides a very customized type of caching where it stores objects in concurrent hashmap for a number of seconds and potentially combines ...
1
vote
1answer
615 views

java.lang.OutOfMemoryError: Perm Gen Space..again

Okay, so I followed the instructions from several great posts in dealing with this error when compiling my JSP and it seemed to go away ---for a while, but now its back with a vengeance :( First off ...
0
votes
0answers
166 views

java c3p0 OutOfMemoryError PermGen space

hi all i am face this problem. i am set PermGen space size is 512M it is still OutOfMemoryError. who can help me thanks. Exception in thread ...
0
votes
0answers
100 views

Deploying 2 jsf and richfaces in tomcat

I have a major issue. I am trying to deploy two applications, One runs with jsf1.2 and richfaces 3.3 and the other runs with jsf2.1 and richfaces4.2.3. They are both deployed on Tomcat 7. I keep ...
1
vote
2answers
114 views

Memory limit of 512M exceeded

I am trying to run a Grails app at cloudfoundry.com, but it is returning a 502 Bad Gateway and then a 404 Not Found. I located logs/err.log, and it says: # Logfile created on 2012-11-22 17:39:55 ...
4
votes
3answers
1k views

Why is the default size of PermGen so small?

What would be the purpose of limiting the size of the Permgen space on a Java JVM? Why not always set it equal to the max heap size? Why does Java default to such a small number of 64MB? Are they ...
1
vote
1answer
148 views

Out of memory permgen using Jython

We have a problem with our Jython environment, meaning that after a certain amount of calls to eval on the PythonInterpreter object, we run into an 'Out of permgen memory' error. Does anybody have ...
4
votes
1answer
640 views

How to interpret the output from “jmap -permstat”?

I'm trying to troubleshoot a permgen leak, and wanted to ask you folks for your opinions on how to interpret the output from jmap -permstat. Let's say that I have a jmap -permstat report, like this: ...
4
votes
0answers
345 views

Running out of PermGen space when using DeferredTasks in GAE 1.7.3

I switched to Google App Engine Java SDK 1.7.3 recently. Since then, I am running out of PermGen space every time I am submitting DeferredTasks into the task queue. This does not happen when the app ...
0
votes
4answers
1k views

Sonar java.lang.OutOfMemoryError: PermGen space

I'm getting the following error when running a build in ant buildcallbacks.xml:39: org.sonar.runner.RunnerException: java.lang.OutOfMemoryError: PermGen space It's the part of the build where sonar ...
1
vote
3answers
2k views

Set the permgen size for the Child JVM processes that Maven will spin off

I am building a Maven Java app on a Jenkins build server. I am running into java.lang.OutOfMemoryError: PermGen space many times during the build on Jenkins (but never on my localhost) and hence it ...
1
vote
1answer
362 views

Tomcat PermGen Memory

Hey I'm on windows and I'm trying to deploy Tomcat but I keep getting a permgen memory exception. I read you can modify catalina.bat by adding JAVA_OPTS="-server -Xms128M -Xmx256M ...
1
vote
0answers
43 views

Tool to email an alert when jvm memory hits a threshold?

I'm after a good open source tool to email an alert when jvm memory hits a threshold. I have applications sitting on Tomcat6.0 and occasionally the PermGen space used increases unexpectedly. I ...
0
votes
2answers
558 views

How can I allocate more than 1 gb memory to tomcat on x64 windows7

Tomcat simply can`t start if I allocate more than 1 Gb memory, althoug I have 6 Gb free RAM space on the server. Give me please any advice. I have tomcat 6.0.35, grails 2.0.1, jdk 1.6.0_35
2
votes
0answers
234 views

Duplicates in loaded classes shown by TraceClassloading

To track a permgen space OOM in our Tomcat tomcat-6.0.28 dev environment, we added TraceClassloading, TraceClassUnloading and JMX monitoring. The server has three webapps (devapp1,2,3) with almost ...
3
votes
3answers
391 views

Unable to create PermGen error

This is homework, not going to lie. I need to write a program which will generate "java.lang.OutOfMemoryError: PermGen space" error. Since I wasn't able to attend the lecture, I did hours of research ...
1
vote
2answers
336 views

how to allocate Heap and Permgen memory for 4G normally?

I have 4G memory(64-bit). Currently, I use default memory setting in Eclipse IDE(JUNO). when I deploy the application on JBoss 7.1 I get Out Of Memory error. I would like to know memory ratio of heap ...
2
votes
2answers
704 views

Java - inline initialized string array memory allocation on heap?

String[] stringArray = new String[] { "abc", "xyz" }; Executing this line there are two String literals created "abc" and "xyz" in PERMGEN space. Since the initialization has a new operator I am not ...
0
votes
2answers
5k views

java.lang.OutOfMemoryError: PermGen space error [duplicate]

I've read all kind of solutions for this. A link in a comment in Dealing with “java.lang.OutOfMemoryError: PermGen space” error is the best I've found so far. Pretty complicated to follow though. ...
0
votes
2answers
210 views

Does a Java Daemon Thread Share Heap or Perm Gen with Spawning Process?

If I create a Daemon thread from my program (a non-daemon process), are the heap and perm gen memory spaces shared with the new thread or is it allocated anew? If the daemon thread gets its own ...
0
votes
0answers
3k views

Apache Tomcat/7 - How increase permgen size? [closed]

I've installed Apache Tomcat/7.0.29 on my windows Server2003. Now, when I try to run my application I have the error java.lang.OutOfMemoryError: PermGen space . I found more tutorial to increase ...
1
vote
1answer
667 views

Howto monitor PermGen space usage before redeploying in Tomcat

In order to decide if the jvm is likely to run into a permgen space shortage after the next redeplyoment I'd like to monitor the current permgen space usage before hand something like: set ...
0
votes
0answers
148 views

AspectJ Spring LTW with tomcat gives perm gen error

Deploying multiple times gives me the permgen out of memory problem. The classloader that i think giving this problem is TomcatInstrumentableClassLoader used by spring for load time weaving. Has ...

1 2 3 4