Closed GoogleCodeExporter closed 9 years ago
I am getting this same error. Something to do with transactions. Have you found
a fix?
2010-03-29 17:21:14 ERROR ActiveMessaging: thread[default]: Exception from
connection.receive:
Transaction #<UUID:0x18e66c8> has completed, or was aborted
(druby://localhost:6438)
/Library/Ruby/Gems/1.8/gems/reliable-msg-1.1.0/lib/reliable-msg/queue-
manager.rb:599:in `abort'
I can verify that the reliable-msg gem is working properly, I can send and
receive messages via q.put and
q.get commands.
Original comment by bmish...@gmail.com
on 29 Mar 2010 at 9:28
I use reliable-msg all the time, but I am not getting these, so I have not
fixed it.
Original comment by kooks...@gmail.com
on 29 Mar 2010 at 9:50
I was able to fix by moving to the latest github source for activemessaging and
reliable-msg
http://github.com/birkirb/reliable-msg
http://github.com/kookster/activemessaging (yours - thanks!)
I believe the above issue was due to lack of support for uuid 2.0.0 in
activemessaging from googlecode svn.
Original comment by bmish...@gmail.com
on 30 Mar 2010 at 3:55
ok - thanks for the follow up, I'll close this then.
Original comment by kooks...@gmail.com
on 30 Mar 2010 at 8:51
Original issue reported on code.google.com by
CMing...@gmail.com
on 25 Feb 2009 at 8:56