Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Gitorious Graph Feature No such file or directory - raphael-min.js

$
0
0

Hi,

I tried to generate the graph feature of gitorious and instead got the email alert.

No such file or directory - /gitorious_loc/apps/gitorious/htdocs/public/javascripts/lib/raphael/raphael-min.js

I manually added the raphael-min.js file into the directory and changed the owner to git:git as well as did a full restart but it still wont generate the graph. Also the email alert was not sent anymore. Instead the page just shows...

Graph for test/test:master This page requires JavaScript

Log Below

[ERROR] graphs#index (ActionView::TemplateError) "No such file or directory - /gitorious_loc/apps/gitorious/htdocs/public/javascripts/lib/raphael/raphael-min.js"

A ActionView::TemplateError occurred in graphs#index:

No such file or directory - /gitorious_loc/apps/gitorious/htdocs/public/javascripts/lib/raphael/raphael-min.js On line #41 of app/views/graphs/index.html.erb

38:     <h2>This page requires JavaScript</h2>
39:   </div>
40:
41:   <%= javascript_include_tag capillary_js_paths + ["gitorious/log-graph"], :cache => "capillary" %>
42: <% end -%>
43:
44: <% content_for :sidebar do -%>

actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:669:in `read'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:669:in `join_asset_file_contents'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:669:in `collect'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:669:in `join_asset_file_contents'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:674:in `write_asset_file_contents'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:674:in `open'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:674:in `write_asset_file_contents'
actionpack (2.3.17) lib/action_view/helpers/asset_tag_helper.rb:285:in `javascript_include_tag'
app/views/graphs/index.html.erb:41
actionpack (2.3.17) lib/action_controller/caching/fragments.rb:43:in `call'
actionpack (2.3.17) lib/action_controller/caching/fragments.rb:43:in `fragment_for'
actionpack (2.3.17) lib/action_view/helpers/cache_helper.rb:35:in `cache'
app/views/graphs/index.html.erb:33
actionpack (2.3.17) lib/action_view/renderable.rb:34:in `send'
actionpack (2.3.17) lib/action_view/renderable.rb:34:in `render'
actionpack (2.3.17) lib/action_view/base.rb:306:in `with_template'
actionpack (2.3.17) lib/action_view/renderable.rb:30:in `render'
actionpack (2.3.17) lib/action_view/template.rb:205:in `render_template'
actionpack (2.3.17) lib/action_view/base.rb:265:in `render'
actionpack (2.3.17) lib/action_view/base.rb:348:in `_render_with_layout'
actionpack (2.3.17) lib/action_view/base.rb:262:in `render'
actionpack (2.3.17) lib/action_controller/base.rb:1252:in `render_for_file'
actionpack (2.3.17) lib/action_controller/base.rb:942:in `render_without_benchmark'
actionpack (2.3.17) lib/action_controller/benchmarking.rb:51:in `render'
activesupport (2.3.17) lib/active_support/core_ext/benchmark.rb:17:in `ms'
/gitorious_loc/ruby/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (2.3.17) lib/active_support/core_ext/benchmark.rb:17:in `ms'
actionpack (2.3.17) lib/action_controller/benchmarking.rb:51:in `render'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:135:in `send'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:135:in `custom'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:179:in `call'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:179:in `respond'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:173:in `each'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:173:in `respond'
actionpack (2.3.17) lib/action_controller/mime_responds.rb:107:in `respond_to'
app/controllers/graphs_controller.rb:40:in `index'
actionpack (2.3.17) lib/action_controller/base.rb:1333:in `send'
actionpack (2.3.17) lib/action_controller/base.rb:1333:in `perform_action_without_filters'
actionpack (2.3.17) lib/action_controller/filters.rb:617:in `call_filters'
actionpack (2.3.17) lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
actionpack (2.3.17) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
activesupport (2.3.17) lib/active_support/core_ext/benchmark.rb:17:in `ms'
/gitorious_loc/ruby/lib/ruby/1.8/benchmark.rb:308:in `realtime'
activesupport (2.3.17) lib/active_support/core_ext/benchmark.rb:17:in `ms'
actionpack (2.3.17) lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
actionpack (2.3.17) lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
actionpack (2.3.17) lib/action_controller/flash.rb:151:in `perform_action'
actionpack (2.3.17) lib/action_controller/base.rb:532:in `send'
actionpack (2.3.17) lib/action_controller/base.rb:532:in `process_without_filters'
actionpack (2.3.17) lib/action_controller/filters.rb:606:in `process'
actionpack (2.3.17) lib/action_controller/base.rb:391:in `process'
actionpack (2.3.17) lib/action_controller/base.rb:386:in `call'
actionpack (2.3.17) lib/action_controller/routing/route_set.rb:438:in `call'
actionpack (2.3.17) lib/action_controller/dispatcher.rb:87:in `dispatch'
actionpack (2.3.17) lib/action_controller/dispatcher.rb:121:in `_call'
actionpack (2.3.17) lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
activerecord (2.3.17) lib/active_record/query_cache.rb:29:in `call'
activerecord (2.3.17) lib/active_record/query_cache.rb:29:in `call'
activerecord (2.3.17) lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
activerecord (2.3.17) lib/active_record/query_cache.rb:9:in `cache'
activerecord (2.3.17) lib/active_record/query_cache.rb:28:in `call'
activerecord (2.3.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
actionpack (2.3.17) lib/action_controller/string_coercion.rb:25:in `call'
rack (1.1.3) lib/rack/head.rb:9:in `call'
rack (1.1.3) lib/rack/methodoverride.rb:24:in `call'
actionpack (2.3.17) lib/action_controller/params_parser.rb:15:in `call'
rails (2.3.17) lib/rails/rack/metal.rb:47:in `call'
actionpack (2.3.17) lib/action_controller/session/cookie_store.rb:99:in `call'
actionpack (2.3.17) lib/action_controller/failsafe.rb:26:in `call'
rack (1.1.3) lib/rack/lock.rb:11:in `call'
rack (1.1.3) lib/rack/lock.rb:11:in `synchronize'
rack (1.1.3) lib/rack/lock.rb:11:in `call'
actionpack (2.3.17) lib/action_controller/dispatcher.rb:106:in `call'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/rack/thread_handler_extension.rb:67:in `process_request'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler/thread_handler.rb:126:in `accept_and_process_next_request'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler/thread_handler.rb:100:in `main_loop'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/utils/robust_interruption.rb:82:in `disable_interruptions'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler/thread_handler.rb:98:in `main_loop'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:432:in `start_threads'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:426:in `initialize'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:426:in `new'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:426:in `start_threads'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:425:in `times'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:425:in `start_threads'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:424:in `synchronize'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:424:in `start_threads'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/lib/phusion_passenger/request_handler.rb:222:in `main_loop'
/gitorious_loc/ruby/lib/ruby/gems/1.8/gems/passenger-3.9.1.beta/helper-scripts/classic-rails-preloader.rb:156

Thanks


Viewing all articles
Browse latest Browse all 2052

Trending Articles