Content
OpenSSL::KDF::KDFError: PKCS5_PBKDF2_HMAC: invalid salt length
Added by Ehsanul Haque 4 months ago
I installed (packaged) OpenProject (14, community) in ubuntu (22.04) server month ago. It smoothly ran, everything was fine. Recently, I updated/upgraded and reboot the server and ran 'sudo openproject configure' and having this issue -
I, [2024-08-08T15:41:52.521694 #285448] INFO -- : Increasing database pool size to 17 to match max threads
rake aborted!
OpenSSL::KDF::KDFError: PKCS5_PBKDF2_HMAC: invalid salt length (OpenSSL::KDF::KDFError)
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/key_generator.rb:42:in `generate_key'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3.4/lib/active_support/key_generator.rb:63:in `generate_key'
/opt/openproject/vendor/bundle/ruby/3.3.0/gems/railties-7.1.3.4/lib/rails/application.rb:200:in `block in message_verifiers'
......
Full error message is attached.
Any help/guidance would be highly appreciated. Thanks