I/O Error (sysseek for buffered IO) when using reliable-message library
-----------------------------------------------------------------------
Key: JRUBY-2769
URL: http://jira.codehaus.org/browse/JRUBY-2769
Project: JRuby
Issue Type: Bug
Components: Application Error
Affects Versions: JRuby 1.1.2
Environment: After installing the reliable-message gem (version
1.1.0), the following simple code breaks due to some internal errors. I tried
the code with Ruby, it works thus I thought it might be a jruby issue. I'm
using Windows XP with Jruby 1.1.2.
Reporter: Ali Salehi
Here is the code that breaks:
require 'rubygems'
require 'reliable-msg'
require "reliable-msg/queue-manager"
qm = ReliableMsg::QueueManager.new
qm.start
qm.stop
qm.start #BREAKS THIS LINE
qm.stop
There is a exception for sysseek for buffered IO (IOError) which doesn't occur
with Ruby. Exception thrown from line 270 of message-storage.rb
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email