[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-10 Thread bcoutinho
We downgraded to jboss 3.2.8SP1. It seems to be working.
We'll be using this version, for now.

Thanks for the help, anyway.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936255#3936255

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936255


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-07 Thread bcoutinho
We're using jboss 4.0.3SP1, that uses concurrent.jar version 1.3.4, as shown in 
its manifest:


  | $ jar xf concurrent.jar
  | $ cat META-INF/MANIFEST.MF
  | Manifest-Version: 1.0
  | Specification-Title: util.concurrent
  | Built-By: JBoss Inc. (www.jboss.org)
  | Ant-Version: Apache Ant 1.6.2
  | Created-By: 1.4.2_06-b03 (Sun Microsystems Inc.)
  | Implementation-Title: util.concurrent
  | Specification-Version: 1.3.4
  | Specification-Vendor: oswego.edu
  | Implementation-Vendor-Id: http://www.jboss.org/
  | Implementation-Version: 1.3.4 compiled: February 17 2005
  | Implementation-Vendor: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/
  |  cs/dl/util/concurrent/intro.html
  | Implementation-URL: http://www.jboss.org/
  | 

So, this doesn't seem to be it. But thanks!

BTW, we've put tracing in jms and mq. It generates lot's of log, I'll post if I 
find something relevant.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935837#3935837

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935837


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-06 Thread Thoennes
See also

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77101

Here the solution is to upgrade to the latest concurrent lib 1.3.4.

Please give it a try.

Cheers, Jörg


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935377#3935377

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935377


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-06 Thread Thoennes
Maybe this also relates to the oswego concurrent lib issues mentioned in this 
thread:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77101

Cheers, Jörg



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935374#3935374

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935374


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-04 Thread bcoutinho
Normal operation.

After a few thousand messages processed, I see the queue with 0 listeners:


  | $ ./twiddle.sh get jboss.mq.destination:name=taskQueue,service=Queue 
ReceiversCount
  | ReceiversCount=0
  | $ 
  | 

No relevant exceptions or errors.

A ThreadDump shows me all my workers threads are waiting:


  | Thread: JMS SessionPool Worker-22 : priority:5, demon:true, threadId:161, 
threadState:TIMED_WAITING, threadLockName:[EMAIL PROTECTED]
  | 
  | java.lang.Object.wait(Native Method)
  | 
EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(SynchronousChannel.java:353)
  | 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:723)
  | org.jboss.jms.asf.StdServerSessionPool$MyPooledExecutor.getTask 
(StdServerSessionPool.java:397)
  | 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:747)
  | java.lang.Thread.run(Thread.java:595)
  | 

That's all I can see right now (without the flashlight). I'll try to put some 
tracing, as Scott suggested. 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934932#3934932

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934932


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-03 Thread IanMechura
Does it stop processing during normal operation or are there any reboots 
between the time the first message is created and the processing stops?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934556#3934556

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934556


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-03-31 Thread [EMAIL PROTECTED]
You are the one with the flashlight.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQLogging


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934103#3934103

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934103


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-03-31 Thread bcoutinho
We are experiencing what seems to be the same problem. The environment is also 
similar:

Red Hat AS Linux kernel 2.6.12-10-386
Java HotSpot(TM) Server VM 1.5.0_06-b05, Sun Microsystems
JBoss 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231752)

The MDB stops processing messages after processing 1,000 or so messages. After 
that, the queue has 0 listerners.

It would be great if someone could shed some light.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934102#3934102

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934102


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user