sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

jruby -S sc-server fails with undefined method `listen' for #<Socket:0x2c79cd09> #11

Closed hugoduncan closed 13 years ago

hugoduncan commented 13 years ago

The following is on a new application created with sc-init

~/src/jruby-1.5.5/bin/jruby -S sc-server JRuby limited openssl loaded. http://jruby.org/openssl gem install jruby-openssl for full support. SproutCore v1.4.4 Development Server Starting server at http://0.0.0.0:4020 in debug mode To quit sc-server, press Control-C The signal QUIT is in use by the JVM and will not work correctly on this platform

Thin web server (v1.2.7 codename No Hup) Maximum connections set to 1024 Listening on 0.0.0.0:4020, CTRL+C to stop

FATAL ~ undefined method `listen' for #Socket:0x2c79cd09

~/src/jruby-1.5.5/bin/jruby --version jruby 1.5.5 (ruby 1.8.7 patchlevel 249) (2010-11-10 4bd4200) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_22) [x86_64-java]

wagenet commented 13 years ago

This should no longer be an issue.