[JBoss-user] [Management, JMX/JBoss] - Re: How can I find Tomcat Port

2006-05-02 Thread asaf
NO, I'm still dont have a clue. if you find the answer please let me know. thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940589#3940589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940589

[JBoss-user] [JCA/JBoss] - Re: Connection handle is not currently associated with a Man

2006-03-22 Thread asaf
This is not an answer, sorry. I cannot take out thr logs because my organization is using diffrent closed network. the problem is very simple and this is not the first time that this happend. I also looked in the forums and i found few questions about it but no answers. lets say that the appl

[JBoss-user] [JCA/JBoss] - Re: Connection handle is not currently associated with a Man

2006-03-21 Thread asaf
OK i understand this are the details: 1. I'm running on jboss 4.0.1 - this is a production app so I can't upgrade it. 2. the OS is linux redhat 3 ES. 3. the database is Oracle 9i running on a HPUX server. 4. the JDK is 1.4.2.06 the problem is in every sunday, the DB is shuting down for backup and

[JBoss-user] [JCA/JBoss] - Re: Connection handle is not currently associated with a Man

2006-03-20 Thread asaf
I know that this is the problem, what I dont understand is why this is happing. the only way I'm getting a connection is throw dataSource and i checked that all my connections are closed I also flushed all the connections to be sure of that but I'm still get this problem. View the original

[JBoss-user] [JCA/JBoss] - Re: Connection handle is not currently associated with a Man

2006-03-12 Thread asaf
the Full Exception is : SQlException: Connection handle is not currently associated with a ManagedConnection View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929596#3929596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JCA/JBoss] - Connection handle is not currently associated with a Managed

2006-03-12 Thread asaf
I'm using a Data Source Connection and get this messages periodicaly. The strange thing is that this Exception is not thrown all the time. What can cause this problem? I dont think that this is a connection leak becasue i Can see that the pool is not full (I defined 100 connections and only 10

[JBoss-user] [Management, JMX/JBoss] - How can I find Tomcat Port

2006-03-05 Thread asaf
How can I find the Tomcat Http Port from the jmx-console? I searched in jboss.web but I cannot find Mbean with Port attribute. I dont want to use the Mbean name (name=http-0.0.0.0-8080,type=GlobalRequestProcessor ) to find the Http port. I want to Query a lot of jboss instances and find their T

[JBoss-user] [Clustering/JBoss] - Re: clustered ejb3 entity beans replication

2006-02-22 Thread asaf
sorry about this: what i ment was that the property: cache.provider_class should be hibernate.cache.provider_class and treecache.mbean.object_name should be hibernate.treecache.mbean.object_name another question: can I use the clustered treeCache for R/W or only for Read Only data? what is the

[JBoss-user] [Clustering/JBoss] - Re: clustered ejb3 entity beans replication

2006-02-22 Thread asaf
thanx ben, my problem is solved. the problem was that in my persistence.xml i used : org.jboss.ejb3.entity.TreeCacheProviderHook jboss.cache:service=EJB3EntityTreeCache like the example in the admin guide but actually I should have used: org.jboss.ejb3.entity.TreeCacheProviderHook jboss

[JBoss-user] [Clustering/JBoss] - Re: clustered ejb3 entity beans replication

2006-02-17 Thread asaf
thanx ben, 1. my cluster is working fine, I tested httpSession replication and slsb and sfsb load balancing and everything works fine. 2. I looked at the unit test code where can I find the org.jboss.ejb3.test.clusteredentity.EntityTest implemetation class bean? (this is a session bean and I ca

[JBoss-user] [Clustering/JBoss] - Re: clustered ejb3 entity beans replication

2006-02-14 Thread asaf
I'm still dont knoe hoe to replicate the cache with clusterd ejb3 entity beans. its just look like the entitymanager is ignoring the treeCache and nothing is written to it although I used the same example as the 4.0.3 admin guide. does anyone know how to make it work? some can add a working per

[JBoss-user] [Clustering/JBoss] - clustered ejb3 entity beans replication

2006-02-10 Thread asaf
I'm new to ejb3, I'm trying to use the TreeCache for the second level cache. I used the same example as in the admin guide but I cannot see the treeCache being used at all. does some one have an persistence.xml example of a cluster deploy? does it supposed to access the treeCahce for every

[JBoss-user] [EJB 3.0] - Re: Clustered Entity beans

2006-02-10 Thread asaf
I still dont know how to use the clusterd entity bean. I dont see it access the TreeCache. does anyone can help me and write to me a working persistence.xml file its very important to me and i cannot get on with jboss cluster until i'll get it working thanx. View the original post : http://

[JBoss-user] [EJB 3.0] - Re: Clustered Entity beans

2006-02-08 Thread asaf
does aby one has a working cluster entity bean example I just want to know hoe to configure the persistence.xml thnx, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922484#3922484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB 3.0] - Clustered Entity beans

2006-02-08 Thread asaf
I'm new to ejb3, I'm trying to use the TreeCache for the second level cache. I used the same example as in the admin guide but I cannot see the treeCache being used at all. does some one have an persistence.xml example of a cluster deploy? which syntax i have to use: cal java:/DefaultDS

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor problem with cluster shutdown

2006-02-04 Thread asaf
thanx, The RetryInterceptor now works fine. (I added jndi.properies to the classpath). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921714#3921714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921714

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor problem with cluster shutdown

2006-02-03 Thread asaf
thank you for your answer, I dont have jndi.prorpties in the client so like you said the RetryInterceptor is probably looking for the HA_JNDI with the default multicast address. and this is not working because my switches are not configured to use multicast address and my client is in diffrent s

[JBoss-user] [Clustering/JBoss] - RetryInterceptor problem with cluster shutdown

2006-02-01 Thread asaf
I'm using the org.jboss.proxy.ejb.RetryInterceptor like the example in the admin guide. I wanted to use it for recovery in case of a total cluster failure. but when I shut down all the cluster nodes than access the slsb from my client the client is stuck and he is remaining stuck after i starte

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor

2006-01-31 Thread asaf
yes, sorry I ment the org.jboss.proxy.RetryInerceptor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920859#3920859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920859 -

[JBoss-user] [Clustering/JBoss] - StatelessSessionInterceptor

2006-01-31 Thread asaf
I'm using the org.jboss.proxy.ejb.StatelessSessionInterceptor interceptor like the example in the admin guide. I wanted to use it for recovery in case of a total cluster failure. but when I shut down all the cluster nodes than access the slsb from my client the client is stuck and he is remaining

[JBoss-user] [JBossCache] - Re: session cache

2006-01-29 Thread asaf
I deployed the same application on jboss-4.0.3sp1 and it's work fine so the problem is only in 4.0.1 do you have any idea why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920238#3920238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBossCache] - Re: session cache

2006-01-26 Thread asaf
i'll try it in sunday View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919859#3919859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919859 --- This SF.net email is s

[JBoss-user] [JBossCache] - Re: session cache

2006-01-26 Thread asaf
I'm still having this problem. in ejb the state is replicate fine (but it doesnt use treeCache) but in the web the HttpSession is look like being replicated but the attributes im getting from the session are different in each server. I cannot use jboss Cluster like this and this is a big problem

[JBoss-user] [JBossCache] - Re: session cache

2006-01-25 Thread asaf
I'm using the browser to move from one server to the other (with mod_jk lb). It's look like the treeCahe is sync in both servers(when being watched from the jmx-console) but the resault that i'm getting is diffrent in each server. this is why I think it must get the session localy and not from

[JBoss-user] [JBossCache] - Re: session cache

2006-01-24 Thread asaf
someone can help me with this problem. When is the local HttpSession is being use and When the TreeCache Session is being used? I think that this is my problem (maybe related to Transaction) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919502#3919502 R

[JBoss-user] [JBossCache] - session cache

2006-01-24 Thread asaf
I have 2 jboss servers . I wrote simple web application that put some attribute on the session , read it from the session and show it. I'm using mod_jk for lb without sticky session. I can see the treeCach is being changed and Its looks the same on both servers but after I updated some sessio

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor +jboss-4.0.1

2006-01-17 Thread asaf
OK thanx I'll upgrade to jboss-4.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918020#3918020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918020 --- This S

[JBoss-user] [Clustering/JBoss] - RetryInterceptor +jboss-4.0.1

2006-01-17 Thread asaf
I'm trying to use RetryInterceptor in Jboss-4.0.1 and get class not found exception is there any way to use this interceptor in 4.0.1? thnx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917799#3917799 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBossCache] - cluster multicast address

2006-01-14 Thread asaf
I'm using Multicast Address with 2 linux servers on the same segment (for jboss Cluster) The Cluster is able to find all is members(I assume this is because he is using the multicast address) when i'm using netstat -g on both servers i can see that eth0 got 228.1.2.3 multicast address. my questi