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

Closed
Open
Created Jan 31, 2012 by Administrator@rootOwner

500 Error on Login / Logout

Created by: MrMaksimize

from production.log for logout

Started DELETE "/users/sign_out" for 98.253.191.60 at 2012-01-31 08:34:57 -0600
  Processing by Devise::SessionsController#destroy as HTML
  Parameters: {"authenticity_token"=>"JR4fCEvwH/C/n+KkBqs+zAUAKa6Z3kH3dh/PSQIhybc="}
Completed 500 Internal Server Error in 2ms

SQLite3::SQLException (cannot start a transaction within a transaction): 

from production.log on login

Started POST "/users/sign_in" for 98.253.191.60 at 2012-01-31 08:37:31 -0600
  Processing by Devise::SessionsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"4RtBbqTH9cABFVNNADa57s52HdxJVQA/vdUglJLvZIE=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
Completed 500 Internal Server Error in 100ms

SQLite3::SQLException (cannot start a transaction within a transaction):
  app/controllers/application_controller.rb:24:in `set_current_user_for_mailer'
Assignee
Assign to
Time tracking