[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-28 Thread [EMAIL PROTECTED]
Nobody should be posting here.
As I said before this is a bug in concurrent.jar.

The "workaround" is in 3.2.4+
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/jms/asf/StdServerSessionPool.java?only_with_tag=JBoss_3_2_4_RC2

THIS THREAD IS CLOSED.

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-28 Thread gramani
I ve been running tests (say a message every 20 seconds) of our product in JBoss 
3.2.3, all was fine, but after 7th day, a particular MDB was not receiving messages 
from a queue, the MDB was active. The queue's  depth was showing the exact number of 
messages that were not delivered to  the MDB that were equal to the exact number of 
request that were pending in  our application. Message cache total cache size was 
equal to the same number  of undelivered messages. Can you please give me some insight 
as to why this  is happening. System health is good, the only reason I can see is that 
MessageListener thread had stopped, Is that really possible ?

Why are the messages being cached ? Why the MDB which was  perfectly consuming 
messages suddenly stopped. The queue is active, MDB is  active why is that MDB is not 
picking up the messages. Is it due to Heap  size issues ? (Heap is far above 50M)

Moment I restart the server, all the queued messages are sequentially processed by the 
MDB. Please do let me know. 

Thanks
Ganesh.

PS: Thanks Adrian, my mistake I should ve posted here before.


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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-25 Thread genman

There are a few more fixes I made for 3.2.4 that may have fixed this problem for you.  
I had the same problem you describe and this problem hasn't come back under a (heavily 
patched) 3.2.3 build I use.



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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-24 Thread xibin
Dropping the new Concurrent.jar into JBoss-3.2.3 does not work. The message driven 
bean stopped picking up messages after running for a while. This is really 
disappointing.

Has anybody tried this on 3.2.4? I know Adrian said it is not completely fixed even 
with the new code, but I just wonder how much it improves. 

Thanks

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

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


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-20 Thread xibin
We are experiencing the same problem with JBoss 3.2.2 and JBoss 3.2.3.  The symptom is 
that a MDB that has been working fine for days suddenly stops receiving messages. From 
the jmx-console, the queue lists 0 receivers at that time. The queue would start 
building up.

Based on the posts that I read, I'm going to download a new concurrent.jar that comes 
with 3.2.4 and see if it works. I'm also thinking about increasing the pool size of my 
MDB so hopefully this won't happen to all the MDB's. Is that a reasonable thing to do 
or am I being naive here?

Thanks Adrian for your patience. Thanks for previous postings. I will post my result 
after I tried my solution. Did not see anybody post their results about this problem. 

Xibin

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-02 Thread [EMAIL PROTECTED]
Your original post is a long winded version of
"I am trying an old version of JBoss and MDBs don't work. I will try a newer version".
i.e. it falls into the "IT DOES NOT WORK" category.

It is not very suprising you got ignored.

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-02 Thread Hagar
Can't see there is wrong about asking, beside I did make my own thread almost 3 months 
ago:
http://jboss.org/index.html?module=bb&op=viewtopic&t=46840 

No one posted a reply! WHAT AM I SUPPOSED TO DO? WAIT?  I know you think I violate the 
"DO NOT POST USER QUESTIONS HERE" and the "DO NOT HIJACK", but I'm/was getting no 
where.

Martin

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-02 Thread [EMAIL PROTECTED]
Of course it is correct, unlike you, I do not have time to go around adding inane posts
to other people's threads.

http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums



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

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



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-02 Thread Hagar
As we are having the same problem, I would like to hear if this is working for you.  
Adrian wrote "Anyway, the bug still exists in concurrent.jar (even the latest 
version)." in http://jboss.org/index.html?module=bb&op=viewtopic&p=3837215, is this 
correct?

Regards,
Martin Husted Hartvig

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-03-29 Thread Amresh
Thanks

I will have give this a  try.

Amresh

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827874#3827874";>View 
the original post

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-03-26 Thread genman

I checked in a newer version of concurrent.jar that will fix the problem.  It will be 
bundled with JBoss 3.2.4 when released.  If you like, you can download this jar from 
CVS or build it yourself.

http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html

This fixes this problem:
"PooledExecutor: Create new threads if needed when terminating. (Thanks to Bruno 
Dumon), and replace dying thread if it is only one."

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827684#3827684";>View 
the original post

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-03-26 Thread Amresh
Hi Adrian,

With reference to the previous posts.

We moved to JBoss3.2.3 a month back. All was going fine till today morning when we 
received alerts stating messages building up inspite of the MDB being active.

On investigating the logs I found 

2004-03-26 07:50:04,217 INFO  Thread Pool Worker-496 MDB received JMS object message 
with JMS ID ID:31-1080287404179103
2004-03-26 07:50:04,429 INFO  Thread Pool Worker-496  Processing of message 
[JMSMessageId=ID:31-1080287404179103] succeeded
2004-03-26 07:56:00,542 INFO  Thread Pool Worker-498 MDB received JMS object message 
with JMS ID ID:29-1080287760462649

The single instance of MDB that we have was using different threads from Thread Pool 
Worker pool. Most of the time the switch was quick however in this case the MDB took 6 
minutes to move to a new thread. 

During these 6 minutes there were around 800 messages piled up on the queue.

To make things worst there were similar pauses immediately afterwards too (ranging 
from 40 sec to 3 mins).

Is this a case of an instance of MDB being destroyed by the container to start a new 
instance?

Or is it the server starving of execute threads?


Any help would be highly appreciated.

Rgds,

Amresh








http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827639#3827639";>View 
the original post

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user