Questions tagged [permgen]

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

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

References:

337 questions
0
votes
1 answer

Forking tests fail because javaOptions seems to be misconfigured

Using Play 2.X, I expect my tests to be forked by default (new way from Play 2.X) and especially well run. However, when using this SBT configuration in my Build.scala, I observe an OOM due to permgen space, like the following: Uncaught…
Mik378
  • 21,881
  • 15
  • 82
  • 180
0
votes
1 answer

Permgen space error for springs application

I have one simple Login and logout springs application which is throwing exception java.lang.OutOfMemoryError: PermGen space again and again. I tried to change VM option of application in my NetBeans IDE but its not working. I made following…
Manish Mahajan
  • 1,140
  • 1
  • 14
  • 38
0
votes
1 answer

How do I trace jmap/jhat output back to lines in my code that are causing PermGen OutOfMemory errors?

I’m using JBoss 7.1.3, JDK 1.6, and Mac 10.9.1. After a number of deploys/undeploys of my WAR file using the Maven Jboss AS plugin, my server dies with the below error … 15:05:10,120 ERROR [org.xnio.listener] (Remoting…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
2 answers

DSE Garbage Collection on non-heap CMS Perm Gen took a long time

I experience prolonged GC pause (> 10 seconds) in Datastax-enterprise's Cassandra/Solr package. After monitoring for days I found it only happens when GC of CMS Perm Gen happens as shown in the chart. And the long GC happens at EVERY flection point…
0
votes
2 answers

Can we ever have two copies of an Static field in JAVA

I understand Static fields belongs/associates to CLASS type Its used by all Object of that class If the class is loaded by two different class loader in a same JVM then we can have two copies. Is there any way/scenario that I can have two copies…
sandejai
  • 931
  • 1
  • 15
  • 22
0
votes
1 answer

Spring Integration PermGen space

I try to get my spring application, that uses spring - integration working. But unfortunately. once I added spring-integration to my application, I get PermGen Space errors, once I started it. I am using Spring Version 3.2.3 and Spring integration…
0
votes
1 answer

PermGen out of Memory - Netbeans

I am implementing a mavenized web spring MVC app. As IDE I use Netbeans and for deployment Apache Tomcat 7.0 The past four hours I keep receiving java.lang.OutOfMemoryError: PermGen space. What I have done to solve the issue, so far, with no luck…
user2008973
  • 435
  • 3
  • 9
  • 22
0
votes
1 answer

PS Perm Gen in ApacheTomcat is 98% when starting

The PS Perm Gen in Apache Tomcat occupies nearly 97%(80.7MB out of 82MB space allocated) as soon as the server is started. In course of time, the server goes down with Out Of Memory Error. Is this normal ? or the value has to be less at the start…
0
votes
2 answers

OutOfMemory PermGen space

I'm getting an OutOfMemory: PermGen space error when running my application. A brief description: The error does not occur when running from the source code, but it does occur when I run from the deployed .jnlp launcher. The error occurs in a…
Travis
  • 1,044
  • 1
  • 17
  • 36
0
votes
0 answers

PermGen when deploying 2 web apps on same Tomcat

Environment Profile: Tomcat: 7 Java: 1.6 IDE: Eclipse Juno OS: Windows 7 - 64bit I'm getting the following PermGen exception when I have 2 Web Apps on the same Tomcat: java.lang.OutOfMemoryError: PermGen space Tomcat deploys fine without any…
0
votes
1 answer

How to resolve PermGen Out of memory exception issue in in Weblogic 10.3.5 while performing multiple deployments and undeployments?

How to resolve PermGen Out of memory exception issue in in Weblogic 10.3.5 while performing multiple deployments and undeployments? I have increased Xmx to 768 mb to java arguments..even after I'm facing the same issue? Any help would be appreciated…
0
votes
1 answer

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 context menu directly. The worst is that It…
wayne
  • 21
  • 1
0
votes
1 answer

Jenkins FindBugs OutOfMemoryError: PermGen space

I am running a FindBugs job on a Jenkins server. The exact schedule is H 6 * * 1-5. The job itself executes a FindBugs ant task with jvmargs="-Xmx2g -XX:MaxPermSize=1g". After finishing, the FindBugs plugin collects the XML output. It seems that…
Matthias
  • 7,432
  • 6
  • 55
  • 88
0
votes
1 answer

Permgen Space: Ideal behaviour to be achieved

I am trying to analyze/profile a core JAVA application. I am using JConsole with Eclipse MAT. I observed following in Perm-Gen graphs(data recorded in 1 hour duration on a Windows XP machine): Code-Cache: At recording start: 7MB After 1 hour:…
Learn More
  • 1,535
  • 4
  • 29
  • 51
0
votes
6 answers

PermGen space error while application is running

My Web application is running on tomcat apache-tomcat-6.0.35 and It was working fine witout any issue.But today I show bellow exception in catalina.out log and was unable to login to the system. Jul 9, 2013 2:40:15 PM…
someone
  • 6,577
  • 7
  • 37
  • 60