[jboss-user] [Performance Tuning] - Re: Jboss EC2 Tuning

2009-04-14 Thread spezam
Thanks a lot PeterJ, I'll look into your presentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225448#4225448 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225448 ___

[jboss-user] [Performance Tuning] - Re: Jboss EC2 Tuning

2009-04-14 Thread spezam
PeterJ, sorry, I paste the old configuration by mistake. -Xms2G -Xmx2G -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -d64 -XX:PermSize=128m -XX:MaxPermSize=256m -Xss256k The machine is 64bits and have 7.5 GB of rams. I'm trying to tune the GC but I still have no

[jboss-user] [Performance Tuning] - Jboss EC2 Tuning

2009-04-14 Thread spezam
Hello, is there anyone having experience on Jboss tuning on Amazon EC2? I tried some different configurations, on a m1.large instance without impressive results compared to a traditional server. Following are my JAVA_OPTS -Xms5120M -Xmx5120M -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-04-13 Thread spezam
PeterJ, sorry for the lack of information. I actually managed to implement the solution with the following code: | | what I can't understand now is why the "Current thread busy:" is always 0, even if I can see loads of calls with State 'S' View the original post : http://ww

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-04-13 Thread spezam
Hi, has anybody any input/solution on this thread? I tried to implement the posted solution, without many effects. thanks, Matteo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225154#4225154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Clustering/JBoss] - Re: Dirty Metadata - stucked

2008-09-03 Thread spezam
Ok, even after the -Dsun.lang.ClassLoader.allowArraySyntax=true flag on the JAVA_OPTS, I got this exception. 15:57:27,073 ERROR [JBossCacheService] loadSession(): id: TLvxyxOX2p5VtvjkEuqjoQ** exception occurred during deserialization java.lang.ArrayStoreException: org.springframework.security.G

[jboss-user] [Clustering/JBoss] - Re: Dirty Metadata - stucked

2008-09-02 Thread spezam
I will do that, thanks. Also, I'm investigating on other solutions like Terracotta...it's seems more powerful and with better scaling capabilities. matteo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173778#4173778 Reply to the post : http://www.jboss.co

[jboss-user] [Clustering/JBoss] - Re: Dirty Metadata - stucked

2008-09-02 Thread spezam
Zippy, thanks for the reply. The error is not thrown anymore, but it seems the session is not replicated at all. Thanks, matteo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173767#4173767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-08-18 Thread spezam
pravvenas, did you find a solution/workaround for this problem? Thanks, Matteo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171040#4171040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171040 ___

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-28 Thread spezam
pravvenas, the session is managed by spring framework and spring security ACEGI. It's so bad that nobody knows about this issue... :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167000#4167000 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-28 Thread spezam
praveenas, did you find any solution to the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166902#4166902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166902 ___ j

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-25 Thread spezam
Any update ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166578#4166578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166578 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread spezam
I don't think that's the right approach, the application should work with its own libs. Anyway, that trick avoids the java.lang.ClassNotFoundException but not the java.lang.ArrayStoreException. The session is still dirty. I'll try to deploy a jboss 5 cluster by today. We'll see. View the or

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread spezam
I will do that, I'm kinda worried that nobody has the same issue...why?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166359#4166359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166359 __

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread spezam
Write me if you need more details. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166338#4166338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166338 ___ jboss-user m

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-24 Thread spezam
Hi, my problem is basically the same of yours. As I said in my post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139599 the sessions don't seem to replicate correctly. I had the ClassNotFoundException at first sight, and I put the jar files in the lib directory (even if they are insi

[jboss-user] [Clustering/JBoss] - Re: Session is being expired when one of the cluster is set

2008-07-23 Thread spezam
Praveenas, I have the same problem http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139599 tried all kind of configurations but nothing solved the issue. If you find any solution give me a shout. Matteo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Clustering/JBoss] - Dirty Metadata - stucked

2008-07-23 Thread spezam
Hello, I'm configuring a Jboss (4.2.3.GA - jdk 6.0_04) cluster on Centos Linux 5.2 following this document http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html section: 16.5. HTTP Services Everything is working fine, the two Jboss instances see each other and according to jboss.