You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by B'lue <jn...@gmail.com> on 2010/04/30 10:05:07 UTC

MDB error?

I deploy samples jms-mdb-ear in geronimo2.1.5 ,can get correct result.
But after restart geronimo server,MDB don't get massage.
-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/MDB-error-tp767294p767294.html
Sent from the Users mailing list archive at Nabble.com.

Re: MDB error?

Posted by Ivan <xh...@gmail.com>.
There is a deadlock in the ActiveMQ 4.1.2, it would occurs sometimes while
there are left messages in the message store.
Actually, there is only one line change :
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/ActiveMQConnectionConsumer.java?r1=664079&r2=664078&pathrev=664079

https://issues.apache.org/activemq/browse/AMQ-1779


2010/5/3 B'lue <jn...@gmail.com>

>
> It don't reappear easily. I debug mdb sample in eclipse , add breakpoint in
> OrderRecvMDB class.
> After send massage ,shuntdown server.
> Maybe reapper .
>
>
> kevan wrote:
> >
> >
> > On Apr 30, 2010, at 4:05 AM, B'lue wrote:
> >
> >>
> >> I deploy samples jms-mdb-ear in geronimo2.1.5 ,can get correct result.
> >> But after restart geronimo server,MDB don't get massage.
> >
> > Want to verify how you're using the sample. You install the sample,
> submit
> > an order, and see that the "order" message has been received by the MDB.
> > You then restart the Geronimo server, submit a new order, and the "order"
> > message is never received by the MDB? That would certainly be an issue.
> > Just ran a test to verify and I'm not seeing that problem. jms-mdb sample
> > works well for me before and after restart.
> >
> > --kevan
> >
>
> --
> View this message in context:
> http://apache-geronimo.328035.n3.nabble.com/MDB-error-tp767294p773111.html
> Sent from the Users mailing list archive at Nabble.com.
>



-- 
Ivan

Re: MDB error?

Posted by B'lue <jn...@gmail.com>.
It don't reappear easily. I debug mdb sample in eclipse , add breakpoint in
OrderRecvMDB class. 
After send massage ,shuntdown server.
Maybe reapper .


kevan wrote:
> 
> 
> On Apr 30, 2010, at 4:05 AM, B'lue wrote:
> 
>> 
>> I deploy samples jms-mdb-ear in geronimo2.1.5 ,can get correct result.
>> But after restart geronimo server,MDB don't get massage.
> 
> Want to verify how you're using the sample. You install the sample, submit
> an order, and see that the "order" message has been received by the MDB.
> You then restart the Geronimo server, submit a new order, and the "order"
> message is never received by the MDB? That would certainly be an issue.
> Just ran a test to verify and I'm not seeing that problem. jms-mdb sample
> works well for me before and after restart.
> 
> --kevan
> 

-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/MDB-error-tp767294p773111.html
Sent from the Users mailing list archive at Nabble.com.

Re: MDB error?

Posted by Kevan Miller <ke...@gmail.com>.
On Apr 30, 2010, at 4:05 AM, B'lue wrote:

> 
> I deploy samples jms-mdb-ear in geronimo2.1.5 ,can get correct result.
> But after restart geronimo server,MDB don't get massage.

Want to verify how you're using the sample. You install the sample, submit an order, and see that the "order" message has been received by the MDB. You then restart the Geronimo server, submit a new order, and the "order" message is never received by the MDB? That would certainly be an issue. Just ran a test to verify and I'm not seeing that problem. jms-mdb sample works well for me before and after restart.

--kevan

Re: MDB error?

Posted by B'lue <jn...@gmail.com>.
After delete derby DB,it in working order。
>From console DB Viewer,no date in tables.
what's wrong?
-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/MDB-error-tp767294p773016.html
Sent from the Users mailing list archive at Nabble.com.

Re: MDB error?

Posted by Ivan <xh...@gmail.com>.
I am not sure it is a known issue that I encounter in the past, could  you
help to check after clear the derby message db, your sample could receive
the new messages again ?

2010/4/30 B'lue <jn...@gmail.com>

>
> I deploy samples jms-mdb-ear in geronimo2.1.5 ,can get correct result.
> But after restart geronimo server,MDB don't get massage.
> --
> View this message in context:
> http://apache-geronimo.328035.n3.nabble.com/MDB-error-tp767294p767294.html
> Sent from the Users mailing list archive at Nabble.com.
>



-- 
Ivan