Problem Summary # Unable to Login to SmartIT/myIT after a modification to Provider or After applying hotfix patch Browser Developer Tool > Network Tab Request Headers http://<MyIT/SmartIT Server>:9000/ux/restapi/users/sessions/Allen Request Method: POST Status Code: 500 Internal Server Error
Response# {"cause,"errorCode":1013,"message":"com.bmc.bsm.myit.providers.ServiceNotSupportedException: : com.bmc.bsm.myit.providers.userdetails.UserDetailsService","suppressed":[]} ux-sysinfo.log # 19:46:00.362 | http-nio-9000-exec-1| WARN| SYS-INFO| [Pluggable Provider Manager] . Service interface com.bmc.bsm.myit.providers.userdetails.UserDetailsService is not supported. Whether provider, that includes this service, is not deployed or it is disabled globally, or it is not configured for the tenant 000000000000001 For Smart IT 18.05 and higher, the following errors would be seen for this scenario:
{"error":"MOBILITY_ERROR_LOGIN","errorCode":1006,"defaultMessage":"Unable to check user status","additionalMessage":"ServiceException: Unable to check user status","detailedMessage":"Unable to check user status","arconnectionProblem":false}
<date_time> | <threadId> | RID: xx | ERROR | c.b.b.m.service.UsersServiceImpl | Unable to check user status
com.bmc.bsm.myit.providers.ServiceNotSupportedException: com.bmc.bsm.myit.providers.userdetails.UserDetailsService For Digital Workplace Basic (DWP) 20.02.00 the following error occurs when user tries to access Digital Workplace Basic URL on the browser. "An error has occurred. Please contact your administrator or try later" |
This knowledge article may contain information that does not apply to version 21.05 or later which runs in a container environment. Please refer to Article Number 000385088 for more information about troubleshooting BMC products in containers. Resolution #
select NAME, ACTIVE from Provider where NAME = 'User Details Pluggable Provider'
For Smart IT 18.05 and higher:
SELECT NAME, ACTIVE FROM SmartIT_System.PROVIDER WHERE NAME = 'User Details Pluggable Provider'
..\Smart_IT\smartit\WEB-INF\classes\provider\itsm-user-details For Digital Workplace Basic 20.02.00: In this case Digital Workplace Basic is accessible via Java System Solutions Single Sign on (JSSO). RSSO is not being used. When Digital Workplace patch is applied, the dwp folder of the Digital Workplace installed directory will replace the hotfix files. As part of this patch application on Digital Workplace 20.02.00, WEB-INF folder which constitutes JSSO jar files with in dwp folder will replace by new hotfix files in the location C:\Program Files\BMC Software\DWP\DWP\dwp\WEB-INF. After replacing the new hotfix WEB-INF folder from the backup version (previous) of Digital workplace which had its original JSSO files has resolved the issue. |