Discussion:
[openjms-developer] [ openjms-Bugs-819212 ] Failed to delete the message with id=ID:..
SourceForge.net
2003-10-07 12:15:11 UTC
Permalink
Bugs item #819212, was opened at 2003-10-07 22:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=819212&group_id=54559

Category: persistence
Group: v0.7.6-rc2
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Anderson (tanderson)
Assigned to: Tim Anderson (tanderson)
Summary: Failed to delete the message with id=ID:..

Initial Comment:
When 2 or more durable consumers acknowledge the
same message simultaneously,
MessageHandles.removeMessageHandle() will sometime
log errors like:

21:53:26.549 ERROR [RMI TCP Connection(8)-
192.168.0.220]
org.exolab.jms.persistence.MessageHandles - Failed to
delete the message with id=ID:541fa400-b83f-1004-
812b-3fa83a479906 in a call to removeMessageHandle.

This occurs when there are no more consumers of the
message left - removeMessageHandles() tries to remove
the associated message, and logs an error if no row is
removed.
This is not an error condiation - the log should be
changed from ERROR to DEBUG.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=819212&group_id=54559
SourceForge.net
2003-10-12 05:50:42 UTC
Permalink
Bugs item #819212, was opened at 2003-10-07 22:15
Message generated for change (Comment added) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=819212&group_id=54559

Category: persistence
Group: v0.7.6-rc2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Tim Anderson (tanderson)
Assigned to: Tim Anderson (tanderson)
Summary: Failed to delete the message with id=ID:..

Initial Comment:
When 2 or more durable consumers acknowledge the
same message simultaneously,
MessageHandles.removeMessageHandle() will sometime
log errors like:

21:53:26.549 ERROR [RMI TCP Connection(8)-
192.168.0.220]
org.exolab.jms.persistence.MessageHandles - Failed to
delete the message with id=ID:541fa400-b83f-1004-
812b-3fa83a479906 in a call to removeMessageHandle.

This occurs when there are no more consumers of the
message left - removeMessageHandles() tries to remove
the associated message, and logs an error if no row is
removed.
This is not an error condiation - the log should be
changed from ERROR to DEBUG.

----------------------------------------------------------------------
Comment By: Tim Anderson (tanderson)
Date: 2003-10-12 15:50

Message:
Logged In: YES
user_id=557161

Fixed in CVS. Will be available in the 0.7.6 final release.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=819212&group_id=54559
Loading...