[JBoss Cache: Core Edition] - Locks not being released under Weblogic 10.3 using MVCC lock
by nathanmesser
Is the issue raised in JBCACHE-923 likely to be an issue with Weblogic using MVCC locking?
We're using Weblogic 10.3
We're currently seeing a situation, after a transaction timed out while making a lot of modifications to our cache, where a particular node in the cache is locked.
The behaviour we're seeing sounds very similiar to the issue raised in JBCACHE-923, and as the last comment mentions that it was hoped to address this issue more fully with MVCC locking, I wondered if the situation could still occur?
We are using synchronous replication in a cluster, and haven't yet seen this issue in a single instance, if that's relevant.
Also, is it possible to put a timeout on locks in JBoss cache, so that if this situation occurs, and a lock is left after a transaction has rolledback, the lock will eventually be released?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197693#4197693
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197693
17 years, 4 months
[Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue
by jaikiran
Can you please post the entire console logs?
anonymous wrote :
| 2008-12-19 21:08:01,862 WARN [org.jboss.resource.adapter.jms.inflow.JmsActivation] (WorkManager(2)-
| 2) Failure in jms activation org.jboss.resource.adapter.jms.inflow.JmsActivationSpec@1899788(ra=org.
| jboss.resource.adapter.jms.JmsResourceAdapter@1f0c437 destination=queue/CartQueue destinationType=ja
| vax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMess
| ages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=true DLQHandler=org.jboss.resource.adapter.
| jms.inflow.dlq.GenericDLQHandler DLQJndiName=queue/DLQ DLQUser=null DLQMaxResent=5)
| javax.naming.NameNotFoundException: queue not bound
I guess its a deployment ordering issue. Where have you placed these -service.xml files? And where have you placed your applications? And what's their file name?
And do you any logs like this on the console:
21:26:22,153 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197690#4197690
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197690
17 years, 4 months