Skip to content

Instantly share code, notes, and snippets.

@skuro
Created September 26, 2010 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skuro/597780 to your computer and use it in GitHub Desktop.
Save skuro/597780 to your computer and use it in GitHub Desktop.
$ sc-server
SproutCore v1.4.1 Development Server
Starting server at http://0.0.0.0:4020 in debug mode
To quit sc-server, press Control-C
>> 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
LocalJumpError: no block given
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:26:in `each'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:26:in `visible'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:21:in `entries'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/buildtasks/manifest.rake:77:in `define!'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:239:in `call'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:239:in `execute'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:234:in `each'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:234:in `execute'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:191:in `invoke_with_call_chain'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:214:in `invoke_prerequisites'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:211:in `each'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:211:in `invoke_prerequisites'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:189:in `invoke_with_call_chain'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile/task.rb:148:in `invoke'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/buildfile.rb:216:in `invoke'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:85:in `build!'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/builder.rb:112:in `call'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/builder.rb:89:in `synchronize'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/builder.rb:89:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/cascade.rb:23:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/cascade.rb:22:in `each'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/cascade.rb:22:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/showexceptions.rb:24:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/recursive.rb:43:in `_call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/recursive.rb:38:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/conditionalget.rb:25:in `call'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/service.rb:110:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/content_length.rb:13:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/chunked.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:76:in `pre_process'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:74:in `catch'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:74:in `pre_process'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:57:in `process'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:42:in `receive_data'
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/backends/base.rb:57:in `start'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/server.rb:156:in `start'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/handler/thin.rb:14:in `run'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/service.rb:93:in `start'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/tools/server.rb:43:in `server'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/task.rb:22:in `send'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/task.rb:22:in `run'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/invocation.rb:118:in `invoke_task'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor.rb:246:in `dispatch'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/base.rb:389:in `start'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/tools.rb:337:in `start'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/tools.rb:30:in `invoke'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/bin/sc-server:16
/usr/bin/sc-server:19:in `load'
/usr/bin/sc-server:19
LocalJumpError: no block given
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:26:in `each'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:26:in `visible'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/models/manifest.rb:21:in `entries'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/builder.rb:115:in `call'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/builder.rb:89:in `synchronize'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/builder.rb:89:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/cascade.rb:23:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/cascade.rb:22:in `each'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/cascade.rb:22:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/showexceptions.rb:24:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/recursive.rb:43:in `_call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/recursive.rb:38:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/conditionalget.rb:25:in `call'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/service.rb:110:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/content_length.rb:13:in `call'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/chunked.rb:15:in `call'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:76:in `pre_process'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:74:in `catch'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:74:in `pre_process'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:57:in `process'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/connection.rb:42:in `receive_data'
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run_machine'
/Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/backends/base.rb:57:in `start'
/Library/Ruby/Gems/1.8/gems/thin-1.2.7/lib/thin/server.rb:156:in `start'
/Library/Ruby/Gems/1.8/gems/rack-1.2.1/lib/rack/handler/thin.rb:14:in `run'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/rack/service.rb:93:in `start'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/tools/server.rb:43:in `server'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/task.rb:22:in `send'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/task.rb:22:in `run'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/invocation.rb:118:in `invoke_task'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor.rb:246:in `dispatch'
/Library/Ruby/Gems/1.8/gems/thor-0.14.2/lib/thor/base.rb:389:in `start'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/tools.rb:337:in `start'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/lib/sproutcore/tools.rb:30:in `invoke'
/Library/Ruby/Gems/1.8/gems/sproutcore-1.4.1/bin/sc-server:16
/usr/bin/sc-server:19:in `load'
/usr/bin/sc-server:19
^C>> Stopping ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment