After upgrading CABI we are unable to login to JasperServer cabijs, and via OC cannot get CABI reports/dashboard, though the probe is running OK.
Errors in the cabi log:
Feb 11 18:56:20:652 [UserSynchronizationThread, cabi] JasperURL for user roles: https://cabi.xxx.xxx.xxx/cabijs/rest_v2/organizations/SA_xxx/users/usera
Feb 11 18:56:20:896 [UserSynchronizationThread, cabi] getting organization for accountId 13
Feb 11 18:56:20:896 [UserSynchronizationThread, cabi] JasperURL for user roles: https://cabi.xxx.xxx.xxx/cabijs/rest_v2/organizations/SA_xxx/users/userb
Feb 11 18:56:21:138 [UserSynchronizationThread, cabi] getting organization for accountId 24
Resetting the superuser password from the DB (jiuser table) may help resolving this issue.
Follow these steps:
1. UPDATE jiuser SET password = ' ' WHERE username = 'superuser';
2. Stop cabi, and cabi wasp
3. update cabi.cfg:
from:
cabi_rest_password = nTAwvuqV23jA9hysH0wgeg==