[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-02 Thread nuadaComm
Hi Peter, {Heap before GC invocations=57 (full 2): PSYoungGen total 92608K, used 3420K [0x4c81, 0x539d, 0x539d) eden space 68736K, 0% used [0x4c81,0x4c81,0x50b3) from space 23872K, 14% used [0x50b3,0x50e870d8,0x5228) to space 23680K, 0% used

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-02 Thread PeterJ
According to the heap statistics, you have plenty of heap available. You are using only 58% of an 80MB permgen (and the max is 256MB, so it can grow if needed). Also, the tenured generation is only 61% used. Is there no other text or a stack trace? (I guess I would be happier if you posted

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-01 Thread PeterJ
There are many possible reasons for getting an out of memory error. Unfortunately, without seeing the full error message, I cannot begin to guess what memory you are out of. Please post full stack trace for the exception. Also, what operating system, what version of JBoss AS, what version of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-01 Thread nuadaComm
Hi Peter, I'm using JBoss 5.0 RC 2 (JDK 6) on Windows XP. I'm deploying a JSF 1.2 compatible app written in Oracle JDeveloper using Oracle's ADF framework (JSF 1.2 compatible). I srarted by copying the required ADF libs to the JBoss \default\lib directory. I then dropped the exploded ear/war

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-01 Thread PeterJ
Sounds like you are out of permgen. Try increasing MaxPermSize (though, frankly I am amazed that 256MB is not enough). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193540#4193540 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-01 Thread nuadaComm
Hi Peter, Here is what happens when I increase the PermGen to 512M JBoss Bootstrap Environment JBOSS_HOME: D:\aaaJBoss5\jboss-5.0.0.CR2 JAVA: D:\beaJdev\jdk160_05\bin\java JAVA_OPTS: -Dprogram.name=run.bat -server -Xms512m -Xmx1024m -XX:MaxPermSize 512m

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-01 Thread PeterJ
Put it back to 256m, and add -XX:+PrintHeapAtGC and post the last two or three heap printouts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193559#4193559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193559