[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-07-11 Thread alexeinov
"holtak" wrote : we also had PermGen problems | | Can confirm that JRocket helps with PermGen problems. | | You could try SUN JVM 1.6.0 update1 - it suspiciously works here untill now but maybe the server wasn`t just stressed enough and there seams to be no significant change in the SUN

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread tom_goring
Hi, We had this issue in production. For us it was a bug in hibernate and java assist when using remote interfaces to the SLSB's. The fix is to replace javaassist.jar and hibernate jars in jboss. We used javaassist 3.4 and hibernate 3.2.3.ga. Hope this helps. Here is our patch script. |

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread holtak
we also had PermGen problems Can confirm that JRocket helps with PermGen problems. You could try SUN JVM 1.6.0 update1 - it suspiciously works here untill now but maybe the server wasn`t just stressed enough and there seams to be no significant change in the SUN changelog regarding this issue..

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread yj4jboss
Got it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039745#4039745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039745 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread yj4jboss
Hi , Thnx for this tip ... Can i have a link to this jrocket ? Thnx again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039735#4039735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039735 _

[jboss-user] [JBoss Seam] - Re: Out of Memory Leaks

2007-04-23 Thread CptnKirk
Try using JRocket. Permgen issues are tricky and are a real problem for apps like yours that load and reload a zillion classes. Someone else can probably go into the details but JBoss isn't alone, for a quick fix grab the latest R27.2 JRocket release. JRocket handles permgen differently than