[Bug 266047] www/gitlab-ce
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Aug 2022 08:28:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266047 Bug ID: 266047 Summary: www/gitlab-ce Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: admin@asu-vei.ru Flags: maintainer-feedback?(mfechner@FreeBSD.org) Assignee: mfechner@FreeBSD.org Dear friends, I have an error 500 while trying to login through web into gitlab: when I've filled login and password prompt I have an error 500 in my browser and the following output in log/production.log: Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 200) Processing by SessionsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"login"=>"admin@asu-vei.ru", "password"=>"[FILTERED]", "remember_me"=>"0"}} Completed 500 Internal Server Error in 164ms (ActiveRecord: 47.4ms | Elasticsearch: 0.0ms | Allocations: 19175) Psych::DisallowedClass (Tried to load unspecified class: Symbol): (eval):2:in `symbol' app/models/audit_event.rb:60:in `initialize_details' app/services/audit_event_service.rb:124:in `log_security_event_to_database' app/services/audit_event_service.rb:53:in `security_event' app/controllers/sessions_controller.rb:283:in `log_audit_event' app/controllers/sessions_controller.rb:83:in `block in create' app/controllers/sessions_controller.rb:68:in `create' app/controllers/application_controller.rb:527:in `set_current_admin' lib/gitlab/session.rb:11:in `with_session' app/controllers/application_controller.rb:518:in `set_session_storage' lib/gitlab/i18n.rb:105:in `with_locale' lib/gitlab/i18n.rb:111:in `with_user_locale' app/controllers/application_controller.rb:512:in `set_locale' app/controllers/application_controller.rb:506:in `set_current_context' lib/gitlab/middleware/memory_report.rb:13:in `call' lib/gitlab/middleware/speedscope.rb:13:in `call' lib/gitlab/database/load_balancing/rack_middleware.rb:23:in `call' lib/gitlab/jira/middleware.rb:19:in `call' lib/gitlab/middleware/go.rb:20:in `call' lib/gitlab/etag_caching/middleware.rb:21:in `call' lib/gitlab/middleware/query_analyzer.rb:11:in `block in call' lib/gitlab/database/query_analyzer.rb:37:in `within' lib/gitlab/middleware/query_analyzer.rb:11:in `call' lib/gitlab/middleware/multipart.rb:173:in `call' lib/gitlab/middleware/read_only/controller.rb:50:in `call' lib/gitlab/middleware/read_only.rb:18:in `call' lib/gitlab/middleware/same_site_cookies.rb:27:in `call' lib/gitlab/middleware/handle_malformed_strings.rb:21:in `call' lib/gitlab/middleware/basic_health_check.rb:25:in `call' lib/gitlab/middleware/handle_ip_spoof_attack_error.rb:25:in `call' lib/gitlab/middleware/request_context.rb:21:in `call' lib/gitlab/middleware/webhook_recursion_detection.rb:15:in `call' config/initializers/fix_local_cache_middleware.rb:11:in `call' lib/gitlab/middleware/compressed_json.rb:26:in `call' lib/gitlab/middleware/rack_multipart_tempfile_factory.rb:19:in `call' lib/gitlab/middleware/sidekiq_web_static.rb:20:in `call' lib/gitlab/metrics/requests_rack_middleware.rb:77:in `call' lib/gitlab/middleware/release_env.rb:13:in `call' What's happening? Thank you! Gitlab: 15.2.3 FreeBSD: 13.1-RELEASE-p1 FreeBSD 13.1-RELEASE-p1 releng/13.1-n250155-514a191356c GENERIC amd64 Version 15.1.2 had no issues with it. -- You are receiving this mail because: You are the assignee for the bug.