#6 ✓resolved
outten45

IO Error trying to start jetty_rails

Reported by outten45 | September 15th, 2008 @ 11:57 PM

I get the following error when trying to start jetty_rails from within a rails application directory:

jruby -S jetty_rails /Users/outtenr/java/jruby-1.1.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:34:in require': IO error -- jetty_rails/handler/delegate_on_errors_handler (LoadError)

from /Users/outtenr/java/jruby-1.1.4/lib/ruby/gems/1.8/gems/jetty-rails-0.7/bin/jetty_rails:37
from /Users/outtenr/java/jruby-1.1.4/lib/ruby/gems/1.8/gems/jetty-rails-0.7/bin/jetty_rails:19:in `load'
from /Users/outtenr/java/jruby-1.1.4/bin/jetty_rails:19

The version of jruby I am using:

jruby -v jruby 1.1.4 (ruby 1.8.6 patchlevel 114) (2008-08-28 rev 7570) [i386-java]

I am able to start the glassfish rails:

jruby -S glassfish_rails .

I am using java 1.5 on Mac OS X:

java -version java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)

Let me know if you need more information.

thanks

Comments and changes to this ticket

  • Fabio Kung

    Fabio Kung September 16th, 2008 @ 12:03 AM

    • State changed from “new” to “resolved”
    • Tag set to 1.1.4, jruby

    Unfortunately, this is a regression bug from JRuby 1.1.4:

    http://jira.codehaus.org/browse/...

    Jetty Rails won't work with JRuby 1.1.4. You must use 1.1.3 or the 1.1.5 (trunk, snapshot version).

    BTW, thanks for your report!

  • milberalinas

    milberalinas September 29th, 2020 @ 06:33 PM

    This line of code reminds me so much of the time I had to solve a bug that was preventing the entire system to download prodigy game play. I spent all day and night to figure where the errors were coming from and it took me a while before I could finally pinpoint the exact lines that were producing the errors. Good thing that I had a gacha life free play to keep me company while I was crunching to solve the code. If not for it, I think I would have completely lost it on the second day of debugging the code.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Jetty Rails aims to run any Warbler based JRuby on Rails or JRuby Merb applications with Jetty Container, loading configuration from Warbler.

This project is useful for people developing JRuby on Rails (or Merb) applications that can not use mongrel for development. Rails and Merb applications integrated with servlet based applications in the same context would be a reasonable reason.

People watching this ticket

Tags

Pages