Robert Glaser created JRUBY-6411: ------------------------------------ Summary: gem install failing with "marshal data too short" on Windows x64 Key: JRUBY-6411 URL: https://jira.codehaus.org/browse/JRUBY-6411 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6.6 Environment: Windows Server 2008 R2 x64, JRuby 1.6.6 Reporter: Robert Glaser Assignee: Thomas E Enebo Priority: Blocker
Trying to install certain gems (e.g. rails) with JRuby 1.6.6 on Windows Server 2008 x64 fails: jruby -S gem install rails ERROR: While executing gem ... <ArgumentError> marshal data too short Trying to install the gem with Bundler throws the same error, but with a stack trace: jruby -S bundle install ArgumentError: marshal data too short load at org/jruby/RubyMarshal.java:150 At the moment I can only reproduce this on a Windows 2008 R2 x64 machine. On a similar 32-bit installation it works flawlessly. Don't know if that could be a reason. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.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