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
  • #9988

Closed
Open
Created Jan 19, 2016 by Administrator@rootOwner

500 when remove project

Created by: hbprotoss

gitlab omnibus install, version 8.1.4

==> /var/log/gitlab/gitlab-rails/production.log <==
Started DELETE "/hubin/test" for 127.0.0.1 at 2016-01-19 16:35:30 +0800
Processing by ProjectsController#destroy as HTML
  Parameters: {"authenticity_token"=>"[FILTERED]", "namespace_id"=>"hubin", "id"=>"test"}

==> /var/log/gitlab/gitlab-shell/gitlab-shell.log <==
I, [2016-01-19T16:35:30.751553 #26355]  INFO -- : Moving project hubin/test.git from </var/opt/gitlab/git-data/repositories/hubin/test.git> to </var/opt/gitlab/git-data/repositories/hubin/test+22+deleted.git>.

==> /var/log/gitlab/gitlab-rails/application.log <==
January 19, 2016 16:35: Repository "hubin/test" moved to "hubin/test+22+deleted"

==> /var/log/gitlab/gitlab-shell/gitlab-shell.log <==
I, [2016-01-19T16:35:31.144256 #26358]  INFO -- : Moving project hubin/test.wiki.git from </var/opt/gitlab/git-data/repositories/hubin/test.wiki.git> to </var/opt/gitlab/git-data/repositories/hubin/test.wiki+22+deleted.git>.

==> /var/log/gitlab/gitlab-rails/application.log <==
January 19, 2016 16:35: Repository "hubin/test.wiki" moved to "hubin/test.wiki+22+deleted"
January 19, 2016 16:35: Project "test" was removed

==> /var/log/gitlab/gitlab-rails/production.log <==
Completed 500 Internal Server Error in 978ms (ActiveRecord: 81.1ms)

NoMethodError (undefined method `include?' for nil:NilClass):
  app/controllers/projects_controller.rb:113:in `destroy'
Assignee
Assign to
Time tracking