Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
186 stars 48 forks source link

Version kc-11-b2 has problems with JPA #18

Closed turlarion closed 3 years ago

turlarion commented 3 years ago

Found bug in kc-11-b2. Tab SCIM doesn't open and shows error. In logs found an error like "org.keycloak.models.ModelException: java.lang.IllegalArgumentException: Type specified for TypedQuery [de.captaingoldfish.scim.sdk.keycloak.entities.ScimServiceProviderEntity] is incompatible with query return type [class de.captaingoldfish.scim.sdk.keycloak.entities.ScimServiceProviderEntity]". After debugging code found out that it appears in de.captaingoldfish.scim.sdk.keycloak.services.ScimServiceProviderService on line 190. @Captain-P-Goldfish What should i do to fix it?

Captain-P-Goldfish commented 3 years ago

I just checked and I cannot reproduce this behaviour. In this case the following things would be interesting for me:

  1. complete StackTrace of the Exception
  2. the database in use (version and database vendor)

Edit: Forget about the database details. This is a JPA problem so it is unrelated to the database.

May it be that you redeployed the scim-for-keycloak application and forgot to restart? The server must be restarted after any redeploy...

Captain-P-Goldfish commented 3 years ago

is this still a problem or can I close this ticket?

turlarion commented 3 years ago

No, sorry, the problem solved itself

3 авг. 2021 г., в 19:12, Pascal Knüppel @.***> написал(а):

 is this still a problem or can I close this ticket?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.