Justin Petrillo created JRUBY-6546: -------------------------------------- Summary: NameError raised during "require java" Key: JRUBY-6546 URL: https://jira.codehaus.org/browse/JRUBY-6546 Project: JRuby Issue Type: Bug Components: Performance, Ruby 1.9.3 Affects Versions: JRuby 1.7 Reporter: Justin Petrillo Attachments: output2.log
The error occurs during the bootstrap phase of an application I have been developing. In JRuby 1.6.7, there are no errors and the application is able to launch successfully. No changes to the code have been made between tests. Some minor digging found that the NameError is raised when JRuby attempts to evaluate the line "require 'jruby'", called at the top of the initial script. The included attachment uses the same command line information to execute as the JRuby 1.6.7 test, and contains verbose output. The full command is: jruby.bat -v -Ilib/ -J-Djruby.thread.pooling=true --fast --server --1.9 lib/gryphon.rb -- 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