Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC1
Assignee: Thomas E Enebo
Components: Ruby 1.9.3
Created: 01/Oct/12 12:50 PM
Description:

With JRuby 1.7.0.preview1 the following works fine:
bundle exec "rake routes"

With JRuby 1.7.0.RC1 the above command is broken, as are:
bundle exec "rake assets:clean"
bundle exec "rake assets:precompile"
etc.

When any of the above are run, the following exception is thrown:
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
SystemCallError: Unknown error - No message available
_exec_internal at org/jruby/RubyKernel.java:1658
exec at file:/C:/jruby/jruby-1.7.0.RC1/lib/jruby.jar!/jruby/kernel19/kernel.rb:23
exec at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/lib/bundler/cli.rb:428
_send_ at org/jruby/RubyBasicObject.java:1673
send at org/jruby/RubyKernel.java:2079
run at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/lib/bundler/vendor/thor/task.rb:27
invoke_task at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/lib/bundler/vendor/thor/invocation.rb:120
dispatch at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/lib/bundler/vendor/thor.rb:275
start at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/lib/bundler/vendor/thor/base.rb:408
(root) at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/bin/bundle:14
with_friendly_errors at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/lib/bundler/friendly_errors.rb:4
(root) at C:/jruby/jruby-1.7.0.RC1/lib/ruby/gems/shared/gems/bundler-1.2.1/bin/bundle:14
load at org/jruby/RubyKernel.java:1045
(root) at C:\jruby\jruby-1.7.0.RC1\bin\bundle:23

Environment: Windows 7 / Windows Server 2008 R2
JRuby 1.7.0.RC1
Bundler 1.2.1
Project: JRuby
Priority: Critical Critical
Reporter: Scott Nelson
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to