WSO2 AM - Unable to load UserStoreCountRetriever implementation -
i have created userstoremanager
implementation loads correctly via component class. however, need userstorecountretriever
implementation allow user store work correctly. have extended jdbcuserstorecountretriever
, added class name count implementation advanced property. have registered service in component.
when user search following message: "error while listing users. error : exception occurred while trying invoke service method countusers".
on console, following stack trace:
...caused by: java.lang.nullpointerexception @ org.wso2.carbon.identity.user.store.count.util.userstorecountutils.getcounterinstancefordomain(userstorecountutils.java:136)
it looks can't find, or can't load class required implement count. class in same jar file user store.
Comments
Post a Comment