Hi,

My installation of GitLab (9.3.5) is new.

This problem has occurred after importing Trac tickets.

Error log:

>
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Started GET "/" for 172.16.20.21 at 2017-07-14 15:34:25 -0300
> Processing by RootController#index as HTML
> Redirected to http://172.16.2.226/users/sign_in
> Filter chain halted as :redirect_unlogged_user rendered or redirected
> Completed 302 Found in 27ms (ActiveRecord: 7.2ms)
> Started GET "/users/sign_in" for 172.16.20.21 at 2017-07-14 15:34:26 -0300
> Processing by SessionsController#new as HTML
> Redirected to 
> http://172.16.2.226/users/password/edit?reset_password_token=eFDLHoSYrx9w5L8gGP_c
> Filter chain halted as :check_initial_setup rendered or redirected
> Completed 302 Found in 269ms (ActiveRecord: 16.6ms)
> Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 
> 172.16.20.21 at 2017-07-14 15:34:26 -0300
> Processing by PasswordsController#edit as HTML
>   Parameters: {"reset_password_token"=>"[FILTERED]"}
> Completed 200 OK in 287ms (Views: 75.6ms | ActiveRecord: 8.5ms)
> Started PUT "/users/password" for 172.16.20.21 at 2017-07-14 15:39:23 -0300
> Processing by PasswordsController#update as HTML
>   Parameters: {"utf8"=>"✓", 
> "authenticity_token"=>"7A1lFgKqV0KSAaeN3/S0eYwgRLbQxEpGQYGpWJzClZr+q3s9R2iTFdVcJHOorfXGPJxlqgZWwkXlNOm299ONSg==",
>  
> "user"=>{"reset_password_token"=>"[FILTERED]", "password"=>"[FILTERED]", 
> "password_confirmation"=>"[FILTERED]"}}
> [ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 
> dc20e9d6-c47b-4546-9ba7-caea233b925c) to Sidekiq(mailers) with arguments: 
> "DeviseMailer", "password_change", "deliver_now", gid://gitlab/User/1
> [ActiveJob] [ActionMailer::DeliveryJob] 
> [dc20e9d6-c47b-4546-9ba7-caea233b925c] Performing ActionMailer::DeliveryJob 
> from Sidekiq(mailers) with arguments: "DeviseMailer", "password_change", 
> "deliver_now", gid://gitlab/User/1
> Redirected to http://172.16.2.226/users/sign_in
> Completed 302 Found in 469ms (ActiveRecord: 85.1ms)
> Started GET "/users/sign_in" for 172.16.20.21 at 2017-07-14 15:39:23 -0300
> Processing by SessionsController#new as HTML
> [ActiveJob] [ActionMailer::DeliveryJob] 
> [dc20e9d6-c47b-4546-9ba7-caea233b925c] 
> Sent mail to ad...@example.com (16.1ms)
> [ActiveJob] [ActionMailer::DeliveryJob] 
> [dc20e9d6-c47b-4546-9ba7-caea233b925c] Performed ActionMailer::DeliveryJob 
> from Sidekiq(mailers) in 98.6ms
> Completed 200 OK in 103ms (Views: 89.3ms | ActiveRecord: 3.3ms)
> Started POST "/users/sign_in" for 172.16.20.21 at 2017-07-14 15:39:31 -0300
> Processing by SessionsController#create as HTML
>   Parameters: {"utf8"=>"✓", 
> "authenticity_token"=>"qSmpjOYkqb5Vw7xR7zzL/3Ql0Nb/kCQFVIbrpjAYG/O7j7eno+Zt6RKeP6+YZYpAxJnxyikCrAbwM6tIWwkDIw==",
>  
> "user"=>{"login"=>"root", "password"=>"[FILTERED]", "remember_me"=>"0"}}
> Redirected to http://172.16.2.226/
> Completed 302 Found in 131ms (ActiveRecord: 13.5ms)
> Started GET "/" for 172.16.20.21 at 2017-07-14 15:39:31 -0300
> Processing by RootController#index as HTML
> Completed 200 OK in 240ms (Views: 204.7ms | ActiveRecord: 16.5ms)
> Scheduling removal of build artifacts
> StuckCiJobsWorker: Cleaning stuck builds
> Scoped order and limit are ignored, it's forced to be batch order and 
> batch size
> Started GET "/" for 172.16.20.21 at 2017-07-14 16:25:25 -0300
> Processing by RootController#index as HTML
> Completed 200 OK in 173ms (Views: 141.3ms | ActiveRecord: 14.3ms)
> Started GET "/dashboard/projects" for 172.16.20.21 at 2017-07-14 16:25:31 
> -0300
> Processing by Dashboard::ProjectsController#index as HTML
> Completed 200 OK in 157ms (Views: 121.1ms | ActiveRecord: 10.7ms)
> Started GET "/projects/new" for 172.16.20.21 at 2017-07-14 16:25:35 -0300
> Processing by ProjectsController#new as HTML
> Completed 200 OK in 151ms (Views: 105.0ms | ActiveRecord: 13.2ms)
> Started POST "/projects" for 172.16.20.21 at 2017-07-14 16:26:26 -0300
> Processing by ProjectsController#create as HTML
>   Parameters: {"utf8"=>"✓", 
> "authenticity_token"=>"PRuBNs4FwcfVjEBFmG0N1JylH8IRaZyPnq9yFE1sItDzdLzzGEz12A7bWfEDOWmyfNZovQHmmmtORH2wJlSE5w==",
>  
> "project"=>{"namespace_id"=>"1", "path"=>"dbatez", "description"=>"", 
> "visibility_level"=>"0"}}
> Redirected to http://172.16.2.226/root/dbatez
> Completed 302 Found in 1275ms (ActiveRecord: 37.0ms)
> Started GET "/root/dbatez" for 172.16.20.21 at 2017-07-14 16:26:28 -0300
> Processing by ProjectsController#show as HTML
>   Parameters: {"namespace_id"=>"root", "id"=>"dbatez"}
> Completed 200 OK in 310ms (Views: 237.7ms | ActiveRecord: 32.3ms)
> Scheduling removal of build artifacts
> StuckCiJobsWorker: Cleaning stuck builds
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Raven 2.4.0 configured not to capture errors: DSN not set
> Started DELETE "/users/sign_out" for 172.16.20.21 at 2017-07-14 17:32:38 
> -0300
> Processing by SessionsController#destroy as HTML
>   Parameters: 
> {"authenticity_token"=>"aInvgQInbUd8H4wE5+g44liqVfIogpmvgU6BUIlT5sCm5tJE1G5ZWKdIlbB8vFyEuNkijTgNn0tRpY704mtA9w=="}
> Redirected to http://172.16.2.226/users/sign_in
> Completed 302 Found in 29ms (ActiveRecord: 5.7ms)
> Started GET "/users/sign_in" for 172.16.20.21 at 2017-07-14 17:32:38 -0300
> Processing by SessionsController#new as HTML
> Completed 200 OK in 97ms (Views: 82.4ms | ActiveRecord: 4.5ms)
> Started POST "/users/sign_in" for 172.16.20.21 at 2017-07-14 17:32:40 -0300
> Processing by SessionsController#create as HTML
>   Parameters: {"utf8"=>"✓", 
> "authenticity_token"=>"vdsT8SxtWj9HP4hlnLERHzNpp+gGxmdpcqMxgrR58sjabLC0iLE+yMAx+ybGT++s5V5YziWlLb9YotW8Ku+Qzg==",
>  
> "user"=>{"login"=>"root", "password"=>"[FILTERED]", "remember_me"=>"0"}}
> Redirected to http://172.16.2.226/
> Completed 302 Found in 235ms (ActiveRecord: 18.3ms)
> Started GET "/" for 172.16.20.21 at 2017-07-14 17:32:41 -0300
> Processing by RootController#index as HTML
> Read fragment 
> views/routes/2-20170714192626809536000/projects/1-20170714192626804962000/root/index/application_settings/6-20170714182817234435000/v2.4/f24c2ccd4b37f01382fe001a0fba8247
>  
> (0.3ms)
> Write fragment 
> views/routes/2-20170714192626809536000/projects/1-20170714192626804962000/root/index/application_settings/6-20170714182817234435000/v2.4/f24c2ccd4b37f01382fe001a0fba8247
>  
> (0.2ms)
> Completed 200 OK in 112ms (Views: 95.2ms | ActiveRecord: 11.0ms)
> Started GET "/root/dbatez" for 172.16.20.21 at 2017-07-14 17:32:44 -0300
> Processing by ProjectsController#show as HTML
>   Parameters: {"namespace_id"=>"root", "id"=>"dbatez"}
> Completed 200 OK in 208ms (Views: 170.3ms | ActiveRecord: 17.8ms)
> Started GET "/root/dbatez/issues" for 172.16.20.21 at 2017-07-14 17:32:52 
> -0300
> Processing by Projects::IssuesController#index as HTML
>   Parameters: {"namespace_id"=>"root", "project_id"=>"dbatez"}
> Completed 500 Internal Server Error in 145ms (ActiveRecord: 15.2ms)
> ActionView::Template::Error (undefined method `to_sym' for nil:NilClass
> Did you mean?  to_s):
>      5: %ul.nav-links.issues-state-filters
>      6:   %li{ class: active_when(params[:state] == 'opened') }>
>      7:     = link_to page_filter_path(state: 'opened', label: true), id: 
> 'state-opened', title: "Filter by #{page_context_word} that are currently 
> opened.", data: { state: 'opened' } do
>      8:       #{issuables_state_counter_text(type, :opened)}
>      9: 
>     10:   - if type == :merge_requests
>     11:     %li{ class: active_when(params[:state] == 'merged') }>
>   app/finders/issuable_finder.rb:75:in `block in count_by_state'
>   app/finders/issuable_finder.rb:74:in `each'
>   app/finders/issuable_finder.rb:74:in `count_by_state'
>   app/helpers/issuables_helper.rb:260:in `issuables_count_for_state'
>   app/helpers/issuables_helper.rb:171:in `block in 
> issuables_state_counter_text'
>   app/helpers/issuables_helper.rb:170:in `issuables_state_counter_text'
>   app/views/shared/issuable/_nav.html.haml:8:in `block in 
> _app_views_shared_issuable__nav_html_haml___162887392178661141_70325176472500'
>   app/views/shared/issuable/_nav.html.haml:7:in 
> `_app_views_shared_issuable__nav_html_haml___162887392178661141_70325176472500'
>   app/views/projects/issues/index.html.haml:19:in 
> `_app_views_projects_issues_index_html_haml__953162170486891220_70325177338600'
>   app/controllers/projects/issues_controller.rb:56:in `index'
>   lib/gitlab/i18n.rb:39:in `with_locale'
>   lib/gitlab/i18n.rb:45:in `with_user_locale'
>   app/controllers/application_controller.rb:303:in `set_locale'
>   lib/gitlab/performance_bar/peek_performance_bar_with_rack_body.rb:16:in 
> `call'
>   lib/gitlab/middleware/multipart.rb:93:in `call'
>   lib/gitlab/request_profiler/middleware.rb:14:in `call'
>   lib/gitlab/middleware/go.rb:16:in `call'
>   lib/gitlab/etag_caching/middleware.rb:11:in `call'
>   lib/gitlab/request_context.rb:18:in `call'


-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/c5bd644e-e806-4e54-bd16-644e075f1e72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to