You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
I was trying to create a application to upload file from git in the development environment, the upload failed with an error.
I'm getting the following error
Started GET "/assets/s.gif" for 192.168.170.3 at 2013-02-18 09:24:28 +0900
Served asset /s.gif - 304 Not Modified (0ms)
Exiting
/home/cfdev/repos/origin-cf-console/lib/utils.rb:112:in resume': double resume (FiberError) from /home/cfdev/repos/origin-cf-console/lib/utils.rb:112:inblock in git_clone'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/em/processes.rb:85:in call' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/em/processes.rb:85:inunbind'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/eventmachine.rb:1435:in event_callback' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:inrun_machine'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in run' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/thin-1.5.0/lib/thin/backends/base.rb:63:instart'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/thin-1.5.0/lib/thin/server.rb:159:in start' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/rack-1.4.5/lib/rack/handler/thin.rb:13:inrun'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:268:in start' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands/server.rb:70:instart'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:55:in block in <top (required)>' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:intap'
from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in <top (required)>' from script/rails:6:inrequire'
from script/rails:6:in `'
I was able to upload the settings to take effect "async http calls" of config/application.rb.
You had better async http calls to the default settings in the development environment as well why not?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi frodenas,
I was trying to create a application to upload file from git in the development environment, the upload failed with an error.
I'm getting the following error
Started GET "/assets/s.gif" for 192.168.170.3 at 2013-02-18 09:24:28 +0900
Served asset /s.gif - 304 Not Modified (0ms)
Exiting
/home/cfdev/repos/origin-cf-console/lib/utils.rb:112:in
resume': double resume (FiberError) from /home/cfdev/repos/origin-cf-console/lib/utils.rb:112:in
block in git_clone'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/em/processes.rb:85:in
call' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/em/processes.rb:85:in
unbind'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/eventmachine.rb:1435:in
event_callback' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in
run_machine'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in
run' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/thin-1.5.0/lib/thin/backends/base.rb:63:in
start'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/thin-1.5.0/lib/thin/server.rb:159:in
start' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/rack-1.4.5/lib/rack/handler/thin.rb:13:in
run'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/rack-1.4.5/lib/rack/server.rb:268:in
start' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands/server.rb:70:in
start'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:55:in
block in <top (required)>' from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in
tap'from /home/cfdev/repos/origin-cf-console/vendor/plugins/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in
<top (required)>' from script/rails:6:in
require'from script/rails:6:in `'
I was able to upload the settings to take effect "async http calls" of config/application.rb.
You had better async http calls to the default settings in the development environment as well why not?
The text was updated successfully, but these errors were encountered: