[FOLIO-3391] NoClassDefFoundError: com/ongres/scram/common/stringprep/StringPreparation Created: 14/Jan/22 Updated: 14/Jan/22 Resolved: 14/Jan/22 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Julian Ladisch | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | |||||||||||||
| Development Team: | None | ||||||||||||
| Description |
|
Installation fails with this error message: Opening SQLConnection failed: com/ongres/scram/common/stringprep/StringPreparationjava.lang.NoClassDefFoundError: com/ongres/scram/common/stringprep/StringPreparation Cause: FOLIO doesn't support scram-sha-256 password authentication. Solution: Configure md5 password authentication in PostgreSQL's pg_hba.conf file. Additional information: https://www.postgresql.org/docs/current/auth-password.html https://folio-org.atlassian.net/browse/FOLIO-2411 "Use SCRAM-SHA-256 for passwords on PostgreSQL server, drop MD5" and the sub-issues listed in the Issue Links section. |
| Comments |
| Comment by Julian Ladisch [ 14/Jan/22 ] |
|
Closing as fixing pg_hba.conf solves this issue. |