Skip to end of banner
Go to start of banner

General recommendations and platform-complete Issues

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Issues:

Issue: Mod-roles-keycloack not healthy

Resulution:

  1. folio.environment - missing, need to add inside JAVA_ARGS

  2. folio.system-user.password - missing, need to add inside JAVA_ARGS

Fix: fixed in v.2.0.1 https://github.com/folio-org/mod-roles-keycloak/compare/v2.0.0...v2.0.1

Issue: DB migration

Resolution: Migrate DB from 12 to 16 version

Fix:

Issue: Mod-lists entitlements issue

Resolution: Add permissions to system user:

acquisitions-units.units.collection.get,addresstypes.collection.get,circulation-storage.loan-policies.collection.get,circulation.loans.collection.get,configuration.entries.collection.get,departments.collection.get,finance.exchange-rate.item.get,fqm.entityTypes.item.get,fqm.entityTypes.collection.get,fqm.entityTypes.item.columnValues.get,fqm.version.get,fqm.migrate.post,fqm.query.async.results.get,fqm.query.async.results.query.get,fqm.query.async.results.sortedids.get,fqm.query.async.results.post,fqm.version.get,inventory-storage.call-number-types.collection.get,inventory-storage.contributor-name-types.collection.get,inventory-storage.contributor-types.collection.get,inventory-storage.holdings.item.get,inventory-storage.instance-statuses.collection.get,inventory-storage.instance-types.collection.get,inventory-storage.instance-types.item.get,inventory-storage.instances.item.get,inventory-storage.items.item.get,inventory-storage.location-units.libraries.collection.get,inventory-storage.locations.collection.get,inventory-storage.material-types.collection.get,inventory-storage.modes-of-issuance.collection.get,inventory-storage.service-points.collection.get,inventory-storage.statistical-code-types.collection.get,inventory-storage.statistical-codes.collection.get,orders.item.get,orders.po-lines.item.get,organizations-storage.categories.collection.get,organizations-storage.organization-types.collection.get,organizations.organizations.collection.get,usergroups.collection.get,users.collection.get,users.item.get,inventory-storage.classification-types.collection.get,inventory-storage.instance-date-types.collection.get

EUREKASUP-11 - Getting issue details... STATUS

Fix: NOT READY

Issue: Problem with capabilities creation for new applications.

Resolution: Update mod-roles keycloak to latest version

Fix: MODROLESKC-231 - Getting issue details... STATUS

Issue: Issue with mod list permissions (permissions different in module descriptor and permissions file)

Resolution: Use latest version of mod-lists

Fix: MODLISTS-157 - Getting issue details... STATUS

Issue: Sidecar OOM issue

  1. EUREKASUP-13 - Getting issue details... STATUS

Resolution:

Fix: NOT READY

Issue: Problem with permissions to run reindex.

Resolution: Add admin role to EBSCOFseAdmin to run reindex.

Fix:

Issue: Issue with reindex run.

Resolution:

UPDATE <tenant>_mod_search.reindex_status 
  SET status='MERGE_COMPLETED';
POST /search/index/instance-records/reindex/upload

x-okapi-tenant: [tenant]
x-okapi-token: [okapi-token]

{
  "entityTypes": ["instance", "subject", "contributor", "classification"]
}

Fix:

Issue: Reset password not working if password not exist

Resolution: Set password to user

Fix: UIU-3236 - Getting issue details... STATUS

Issue: mod-consortia-keycloak entitlement failed with error:

{
          "flowId": "0abf3ea1-c503-4520-b542-a181fe9af2f2",
          "name": "mod-consortia-keycloak-1.6.0-folioModuleInstaller",
          "status": "failed",
          "errorType": "IntegrationException",
          "errorMessage": "Failed to perform doPostTenant call, parameters: [{key: cause, value: 400: Liquibase error: liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.CommandExecutionException: liquibase.exception.ValidationFailedException: Validation Failed:\n     1 changesets check sum\n          db/changelog/changes/migrate-data-from-mod-consortia.xml::EUREKA-65@@migrate-data-from-mod_consortia.tenant::yaroslavkiriak was: 9:840c9e3fca9a35c0765b8acb77c6fa1c but is now: 9:14a43b3e97d632d7a66ca22990b43029\n}]",
          "startedAt": "2024-11-08T09:10:27.182+00:00",
          "finishedAt": "2024-11-08T09:10:33.858+00:00"
        },

Resolution: Update MD5 to correct one. Inside DB mod-consortia-keycloak, database changelock, migration from 1.5.1 to 1.6.0

Fix: Should be fixed if deploying 1.6.0 directly without 1.5.1 installation

  • No labels