-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grizzly-jruby doesn't work on JRuby 1.1 and Rails 2.0 #44
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
|
Test platform:
JRuby 1.1RC1
Rails 2.0.2
To reproduce:
1. rails grizzly-jruby-test
2. go to grizzly-jruby-test directory and rake rails:freeze:gems
3. java -jar grizzly-jruby-1.7-snapshot.jar .
Error message:
2008. 1. 10 ???? 12:00:15 com.sun.grizzly.standalone.StaticResourcesAdapter
????: New Servicing page from:
/Volumes/FLASHBACK/workspace/grizzly-jruby-test/public
Exception in thread "pool-1-thread-1" 2008. 1. 10 ???? 12:00:23
com.sun.grizzly.standalone.StaticResourcesAdapter
????: New Servicing page from:
/Volumes/FLASHBACK/workspace/grizzly-jruby-test/public
/Volumes/FLASHBACK/workspace/grizzly-jruby-test/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:499:in
require': no implicit conversion from nil to integer (TypeError) from ./config/../vendor/rails/railties/lib/initializer.rb:155:in
require_frameworks'from ./config/../vendor/rails/railties/lib/initializer.rb:88:in
each' from ./config/../vendor/rails/railties/lib/initializer.rb:156:in
require_frameworks'from ./config/../vendor/rails/railties/lib/initializer.rb:88:in
process' from ./config/../vendor/rails/railties/lib/initializer.rb:49:in
send'from ./config/../vendor/rails/railties/lib/initializer.rb:49:in `run'
from ./config/environment.rb:58
from javasupport:46
...internal jruby stack elided...
from org.jruby.Ruby.loadScript(Ruby.java:1185)
from org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:53)
from org.jruby.runtime.load.LoadService.smartLoad(LoadService.java:307)
from org.jruby.runtime.load.LoadService.require(LoadService.java:333)
from
com.sun.grizzly.jruby.RubyObjectPool.loadRubyLibraries(RubyObjectPool.java:168)
from com.sun.grizzly.jruby.RubyObjectPool$1.run(RubyObjectPool.java:135)
from
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
from
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
from java.lang.Thread.run(Thread.java:637)
Environment
Operating System: All
Platform: All
Affected Versions
[1.9.22]
The text was updated successfully, but these errors were encountered: