celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

i m getting these.. can anyone help #54

Closed kausrails closed 11 years ago

kausrails commented 11 years ago
foreman start
14:59:30 ahn.1  | started with pid 3536
14:59:30 web.1  | started with pid 3539
14:59:39 ahn.1  | Starting Adhearsion server at /home/kaus/fosdem2013-master/ahn
14:59:40 ahn.1  | /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel.rb:6:in `require': cannot load such file -- celluloid/autostart (LoadError)
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel.rb:6:in `<top (required)>'
14:59:40 ahn.1  |   from /home/kaus/fosdem2013-master/ahn/lib/request_handler.rb:1:in `require'
14:59:40 ahn.1  |   from /home/kaus/fosdem2013-master/ahn/lib/request_handler.rb:1:in `<top (required)>'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:163:in `require'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:163:in `block (2 levels) in load_lib_folder'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:162:in `each'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:162:in `block in load_lib_folder'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:160:in `chdir'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:160:in `load_lib_folder'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:42:in `start'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/initializer.rb:12:in `start'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/cli_commands.rb:120:in `start_app'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.2.1/lib/adhearsion/cli_commands.rb:59:in `start'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.17.0/lib/thor/task.rb:27:in `run'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.17.0/lib/thor/invocation.rb:120:in `invoke_task'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.17.0/lib/thor.rb:344:in `dispatch'
14:59:40 ahn.1  |   from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.17.0/lib/thor/base.rb:434:in `start'
14:59:40 ahn.1  |   from script/ahn:9:in `<main>'
14:59:40 ahn.1  | exited with code 1
14:59:40 system | sending SIGTERM to all processes
SIGTERM received
14:59:40 web.1  | >> Thin web server (v1.5.0 codename Knife)
14:59:40 web.1  | >> Maximum connections set to 1024
14:59:40 web.1  | >> Listening on 0.0.0.0:3000, CTRL+C to stop
14:59:40 web.1  | terminated by SIGTERM
halorgium commented 11 years ago

It looks like the version of celluloid is incorrect. Could you confirm that you have the correct version installed?

kausrails commented 11 years ago

thank you for reply i m a newbie..can u tell me how confirm version

halorgium commented 11 years ago

@kausrails this seems to be a problem with Adhearsion. Could you jump on their IRC channel? or file an issue? I am not sure which version they require to be installed.

halorgium commented 11 years ago

@kausrails but you can check the version of celluloid by running gem list -a celluloid

kausrails commented 11 years ago

@halorgium i m getting errors for celluloid

kaus@1234:~/fosdem2013$ foreman start
12:30:52 ahn.1  | started with pid 4469
12:30:52 web.1  | started with pid 4472
12:31:01 ahn.1  | Starting Adhearsion server at /home/kaus/fosdem2013/ahn
12:31:02 ahn.1  | [2013-05-03 12:31:02] INFO  Adhearsion::Initializer: Setting RAILS_ENV to "development"
12:31:02 ahn.1  | [2013-05-03 12:31:02] WARN  Virginia::Plugin: Virginia has been loaded
12:31:02 ahn.1  | [2013-05-03 12:31:02] ERROR Celluloid: Reel::Server crashed!
12:31:02 ahn.1  | Errno::EADDRINUSE: Address already in use - bind(2)
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  | [2013-05-03 12:31:02] ERROR Celluloid: Celluloid::SupervisionGroup crashed!
12:31:02 ahn.1  | Errno::EADDRINUSE: Address already in use - bind(2)
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  |       (celluloid):0:in `remote procedure call'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:69:in `call'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/proxies/actor_proxy.rb:26:in `_send_'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid.rb:115:in `new_link'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:135:in `start'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:122:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:80:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:80:in `add'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:67:in `supervise'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  | [2013-05-03 12:31:02] DEBUG Celluloid: Terminating 6 actors...
12:31:02 ahn.1  | [2013-05-03 12:31:02] ERROR Adhearsion::Initializer: <Errno::EADDRINUSE> Address already in use - bind(2)
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  |       (celluloid):0:in `remote procedure call'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:69:in `call'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/proxies/actor_proxy.rb:26:in `_send_'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid.rb:115:in `new_link'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:135:in `start'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:122:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:80:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:80:in `add'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:67:in `supervise'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  | [2013-05-03 12:31:02] ERROR Adhearsion::Initializer: <Errno::EADDRINUSE> Address already in use - bind(2)
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-io-0.13.1/lib/celluloid/io/tcp_server.rb:11:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/server.rb:13:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  |       (celluloid):0:in `remote procedure call'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:69:in `call'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/proxies/actor_proxy.rb:26:in `_send_'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid.rb:115:in `new_link'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:135:in `start'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:122:in `initialize'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:80:in `new'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:80:in `add'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:67:in `supervise'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  | [2013-05-03 12:31:02] DEBUG Celluloid: Shutdown completed cleanly
12:31:02 ahn.1  | /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:42:in `suspend': task was terminated (Celluloid::Task::TerminatedError)
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks.rb:19:in `suspend'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid.rb:55:in `suspend'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:69:in `call'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/legacy.rb:14:in `method_missing'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervisor.rb:11:in `block in supervise'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervision_group.rb:63:in `initialize'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `public_send'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:11:in `dispatch'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/calls.rb:63:in `dispatch'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:326:in `block in handle_message'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/tasks/task_fiber.rb:28:in `block in initialize'
12:31:02 ahn.1  |       from (celluloid):0:in `remote procedure call'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/actor.rb:69:in `call'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/proxies/actor_proxy.rb:26:in `_send_'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid.rb:104:in `new'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid/supervisor.rb:10:in `supervise'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/celluloid-0.13.0/lib/celluloid.rb:123:in `supervise'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/reel-0.3.0/lib/reel/app.rb:17:in `initialize'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/octarine-0.0.3/lib/octarine/app.rb:103:in `new'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/octarine-0.0.3/lib/octarine/app.rb:103:in `new'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/bundler/gems/virginia-462549f72e0a/lib/virginia/service.rb:6:in `start'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/bundler/gems/virginia-462549f72e0a/lib/virginia/plugin.rb:6:in `block in <class:Plugin>'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/plugin/initializer.rb:26:in `instance_exec'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/plugin/initializer.rb:26:in `run'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/plugin.rb:168:in `block in init_plugins'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/plugin.rb:167:in `each'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/plugin.rb:167:in `init_plugins'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/initializer.rb:209:in `init_plugins'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/initializer.rb:60:in `start'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/initializer.rb:12:in `start'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/cli_commands.rb:120:in `start_app'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/adhearsion-2.3.1/lib/adhearsion/cli_commands.rb:59:in `start'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.18.1/lib/thor/command.rb:27:in `run'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.18.1/lib/thor/invocation.rb:120:in `invoke_command'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.18.1/lib/thor.rb:363:in `dispatch'
12:31:02 ahn.1  |       from /home/kaus/.rvm/gems/ruby-1.9.3-p392/gems/thor-0.18.1/lib/thor/base.rb:439:in `start'
12:31:02 ahn.1  |       from script/ahn:9:in `<main>'
12:31:02 ahn.1  | exited with code 1
12:31:02 system | sending SIGTERM to all processes
12:31:02 web.1  | terminated by SIGTERM
halorgium commented 11 years ago

@kausrails the server is already running. You can tell this by the line:

12:31:02 ahn.1  | Errno::EADDRINUSE: Address already in use - bind(2)

Are you running foreman start twice?

kausrails commented 11 years ago

@halorgium i killed all process lsof -i :3000 ,but still i m getting error..

i start with bundle install & foreman start..

benlangfeld commented 11 years ago

Except the Virginia plugin listens on port 8080 by default, not 3000. I don't know why you think it would have been 3000....

kausrails commented 11 years ago

@benlangfeld ya that's true but Virgina Plugins is loaded

12:31:02 ahn.1 | [2013-05-03 12:31:02] WARN Virginia::Plugin: Virginia has been loaded

even though i get error i am able to see sinatra application at 3000.. i think virgina plugin is called when i click c2c button

benlangfeld commented 11 years ago

I'm afraid that what you're saying makes little sense. Virginia listens on 8080. It's getting a port bind conflict. Stopping processes running on 3000 (perhaps sinatra) will not help you.

This is not a Reel issue, a Celluloid issue, or even an Adhearsion issue, it's simply an issue with the app you are working on, and this ticket isn't really an appropriate place for these discussions.

kausrails commented 11 years ago

@benlangfeld ok thanks for help...