Created
May 12, 2011 19:57
-
-
Save erubboli/969317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ec2-user@ip-10-170-205-102 ~]$ rackup faye.ru -s thin -E production -p 8080 | |
>> Thin web server (v1.2.11 codename Bat-Shit Crazy) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:8080, CTRL+C to stop | |
/home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/eventmachine-0.12.10/lib/eventmachine.rb:375:in `add_oneshot_timer': ran out of timers; use #set_max_timers to increase limit (RuntimeError) | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/eventmachine-0.12.10/lib/eventmachine.rb:375:in `add_timer' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/mixins/timeouts.rb:7:in `add_timeout' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/protocol/connection.rb:104:in `begin_deletion_timeout' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/protocol/connection.rb:89:in `release_connection!' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/protocol/connection.rb:66:in `flush!' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/protocol/connection.rb:99:in `block in begin_connection_timeout' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/mixins/timeouts.rb:9:in `call' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/faye-0.5.5/lib/faye/mixins/timeouts.rb:9:in `block in add_timeout' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `call' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/thin-1.2.11/lib/thin/backends/base.rb:61:in `start' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/thin-1.2.11/lib/thin/server.rb:159:in `start' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/handler/thin.rb:14:in `run' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/server.rb:213:in `start' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/lib/rack/server.rb:100:in `start' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/gems/rack-1.2.2/bin/rackup:4:in `<top (required)>' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/bin/rackup:19:in `load' | |
from /home/ec2-user/.rvm/gems/ruby-1.9.2-p180/bin/rackup:19:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment