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

Closed
Open
Created Feb 29, 2012 by Administrator@rootOwner

404 when creating project

Created by: netdata-be

I have found the following similar issues:

  • #243 (closed)
  • #184 (closed)
  • #258 (closed)

However none of this issues seem to solve my problem.

This is the log:

Started POST "/projects" for 10.32.64.70 at 2012-02-29 07:11:14 +0000
Processing by ProjectsController#create as JS
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"SUkW1bvx5BzyvU5KAdZxL1rGtWIjQJx707HjkwDY0JM=", "project"=>{"name"=>"abc", "path"=>"abc", "code"=>"abc", "description"=>"test"}, "commit"=>"Save"}
  Rendered projects/create.js.haml (14.9ms)
Completed 200 OK in 10872ms (Views: 16.8ms | ActiveRecord: 14.4ms)


Started GET "/abc?notice=Project+was+successfully+created." for 10.32.64.70 at 2012-02-29 07:11:25 +0000
Processing by ProjectsController#show as HTML
  Parameters: {"notice"=>"Project was successfully created.", "id"=>"abc"}
  Rendered public/404.html (0.6ms)
Filter chain halted as :project rendered or redirected
Completed 404 Not Found in 14ms (Views: 9.4ms | ActiveRecord: 0.6ms)

The project is actually correctly created using gitlolite, so the project exists but not for gitlabhq

my environment:

  • ruby 1.9.3p125
  • passenger 3.0.11
  • rack 1.4.1

Any suggestions here?

Assignee
Assign to
Time tracking