Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4356

Closed
Open
Created Jun 20, 2013 by Administrator@rootOwner

Project Graphs 500 error

Created by: archonik

Project graphs showing empty pages on complicated repos.

General Info

Version: 5-3-stable, fresh checkout Local Changes: Just edited config/environments/production.rb with redis socket url Gitlab-Shell: 1.5.0, fresh checkout

Repo 1/2:

Commiters: 19 Commits: 1500+, brutally complicated network graphs Branches: 25+ Submodules: yes first repo, no second repo

Log Shows

Started GET "/credit-money-cz/graphs/devel" for  at 2013-06-20 11:33:14 +0200
Processing by GraphsController#show as HTML
  Parameters: {"project_id"=>"credit-money-cz", "id"=>"devel"}
  Rendered graphs/show.html.haml within layouts/project_resource (0.1ms)
  Rendered layouts/_head.html.haml (1.6ms)
  Rendered layouts/_search.html.haml (137.3ms)
  Rendered layouts/_head_panel.html.haml (142.5ms)
  Rendered layouts/_init_auto_complete.html.haml (6.9ms)
  Rendered layouts/_flash.html.haml (0.1ms)
  Rendered shared/_no_ssh.html.haml (1.1ms)
  Rendered layouts/nav/_project.html.haml (18.6ms)
Completed 200 OK in 221ms (Views: 171.3ms | ActiveRecord: 8.1ms)
Started GET "/assets/application-cdf542f5660148f2ba7a699468c97be0.css" for  at 2013-06-20 11:33:14 +0200
Served asset /application-cdf542f5660148f2ba7a699468c97be0.css - 304 Not Modified (0ms)
Started GET "/assets/application-aea7cd932ec25e5fd1acefba5d3137c6.js" for  at 2013-06-20 11:33:14 +0200
Served asset /application-aea7cd932ec25e5fd1acefba5d3137c6.js - 304 Not Modified (0ms)
Started GET "/credit-money-cz/graphs/devel?_=1371720795038" for  at 2013-06-20 11:33:14 +0200
Processing by GraphsController#show as JS
  Parameters: {"_"=>"1371720795038", "project_id"=>"credit-money-cz", "id"=>"devel"}
Completed 500 Internal Server Error in 10152ms

NoMethodError (undefined method `split' for nil:NilClass):
  app/controllers/graphs_controller.rb:13:in `block (2 levels) in show'
  app/controllers/graphs_controller.rb:8:in `show'

Second repo log

Started GET "/framework/graphs/devel" for  at 2013-06-20 11:39:12 +0200
Processing by GraphsController#show as HTML
  Parameters: {"project_id"=>"framework", "id"=>"devel"}
  Rendered graphs/show.html.haml within layouts/project_resource (0.1ms)
  Rendered layouts/_head.html.haml (1.5ms)
  Rendered layouts/_search.html.haml (40.8ms)
  Rendered layouts/_head_panel.html.haml (147.9ms)
  Rendered layouts/_init_auto_complete.html.haml (7.1ms)
  Rendered layouts/_flash.html.haml (0.1ms)
  Rendered shared/_no_ssh.html.haml (1.1ms)
  Rendered layouts/nav/_project.html.haml (17.8ms)
Completed 200 OK in 221ms (Views: 181.4ms | ActiveRecord: 2.1ms)
Started GET "/framework/graphs/devel?_=1371721153161" for  at 2013-06-20 11:39:12 +0200
Processing by GraphsController#show as JS
  Parameters: {"_"=>"1371721153161", "project_id"=>"framework", "id"=>"devel"}
Completed 500 Internal Server Error in 10141ms

NoMethodError (undefined method `split' for nil:NilClass):
  app/controllers/graphs_controller.rb:13:in `block (2 levels) in show'
  app/controllers/graphs_controller.rb:8:in `show'

Resulting Page: Showing just one, same for borh

screenshot from 2013-06-20 11 35 42

Repo 3

Commiters: 9 Commits: 333 Branches: 3 Submodule: no

Log Shows

Started GET "/fastcash-cz/graphs/devel" for  at 2013-06-20 11:39:37 +0200
Processing by GraphsController#show as HTML
  Parameters: {"project_id"=>"fastcash-cz", "id"=>"devel"}
  Rendered graphs/show.html.haml within layouts/project_resource (0.1ms)
  Rendered layouts/_head.html.haml (1.6ms)
  Rendered layouts/_search.html.haml (42.6ms)
  Rendered layouts/_head_panel.html.haml (47.7ms)
  Rendered layouts/_init_auto_complete.html.haml (6.7ms)
  Rendered layouts/_flash.html.haml (0.2ms)
  Rendered shared/_no_ssh.html.haml (1.1ms)
  Rendered layouts/nav/_project.html.haml (17.3ms)
Completed 200 OK in 123ms (Views: 80.3ms | ActiveRecord: 2.3ms)
Started GET "/fastcash-cz/graphs/devel?_=1371721178127" for  at 2013-06-20 11:39:37 +0200
Processing by GraphsController#show as JS
  Parameters: {"_"=>"1371721178127", "project_id"=>"fastcash-cz", "id"=>"devel"}
  Rendered graphs/show.js.haml (0.5ms)
Completed 200 OK in 3071ms (Views: 1.4ms | ActiveRecord: 0.7ms)

Resulting Page: screenshot from 2013-06-20 11 39 57

Assignee
Assign to
Time tracking