2

Dears, I tried https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/#step-1-download-and-install-wso2-is to use oracle db as shared_db between wso2 api manager and identity server and got this error ? just created databases and set deployment config based on the document.

nullType class java.lang.reflect.InvocationTargetException 
org.wso2.carbon.user.core.UserStoreException: nullType class 
java.lang.reflect.InvocationTargetException
behzad
  • 194
  • 6
  • 21
  • 1
    can you check this[1] whether you have the same issue? (hope you have added drivers properly). https://stackoverflow.com/questions/66393719/wso2-is-org-wso2-carbon-user-core-userstoreexception-null – Sominda Gamage Sep 02 '22 at 11:42
  • can u share the full error log (be mindful about any sensitive info when sharing the log)? – Sominda Gamage Sep 02 '22 at 11:58
  • Thanks Sominda, It was region problem in windows server and impropriate version of jdbc, I don't know why but it solved, After integrating Api manager and Identity server, I can no see created users that I create in Identity server in Api manager or even database, I just connect both Identity server and api manager to shared db. – behzad Sep 02 '22 at 12:38

1 Answers1

0

The same issue was observed here. Check the provided answer.

Seems like changing the region might resolve the issue (if you have configured all others properly including the compatible drivers).

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Sominda Gamage
  • 391
  • 2
  • 9