-
Notifications
You must be signed in to change notification settings - Fork 23
Failed to upload files from the git in the development environment. #11
Description
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: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?