Pega Upgrade 8.3.x to 8.7 - Issue on starting the application
Hi,
Greetings. Hope you are doing well!
We are in the midst of upgrading Pega 8.3.x to 8.7, we are doing in-place update via command line to bypass UDFs, this activity itself did not return any errors but whilst prweb is getting redeployed, on startup, i see the below error
Hi,
Greetings. Hope you are doing well!
We are in the midst of upgrading Pega 8.3.x to 8.7, we are doing in-place update via command line to bypass UDFs, this activity itself did not return any errors but whilst prweb is getting redeployed, on startup, i see the below error
2022-02-10 11:18:06,216 [ERVICESMAPPING_CACHE] [ STANDARD] [ ] [ ] ( external.async.IStartupTask) ERROR - Error in the execution of Startup Task: [com.pega.pegarules.session.internal.async.startup.AppAliasToAuthServiceMappingCacheStartupTask] com.pega.pegarules.pub.PRRuntimeException: Exception in fetching list of auth service names mapped to app aliases at com.pega.platform.web.application.authentication.AppAliasToAuthServiceMappingCacheLoader.executeListSpecification(AppAliasToAuthServiceMappingCacheLoader.java:81) ~[web.jar:?] at com.pega.platform.web.application.authentication.AppAliasToAuthServiceMappingCacheLoader.fetchAuthServicesForAppAliasesFromDB(AppAliasToAuthServiceMappingCacheLoader.java:70) ~[web.jar:?] at com.pega.platform.web.application.authentication.AppAliasToAuthServiceMappingCacheImpl.loadAppAliasToAuthServiceMappingCache(AppAliasToAuthServiceMappingCacheImpl.java:63) ~[web.jar:?] at com.pega.pegarules.session.internal.async.startup.AppAliasToAuthServiceMappingCacheStartupTask.runTask(AppAliasToAuthServiceMappingCacheStartupTask.java:40) ~[prprivate-session.jar:?] at com.pega.pegarules.session.internal.async.startup.StartupTask$1.run(StartupTask.java:55) ~[prprivate-session.jar:?] at com.pega.pegarules.session.internal.PRSessionProviderImpl.performTargetActionWithLock(PRSessionProviderImpl.java:1381) ~[prprivate-session.jar:?] at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:1124) ~[prprivate-session.jar:?] at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:931) ~[prprivate-session.jar:?] at com.pega.pegarules.session.internal.PRSessionProviderImpl.doWithRequestorLocked(PRSessionProviderImpl.java:897) ~[prprivate-session.jar:?] at com.pega.pegarules.session.internal.async.startup.StartupTask.run(StartupTask.java:48) ~[prprivate-session.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282] Caused by: com.pega.pegarules.pub.database.DatabaseException: Database-General There was a problem getting a list 0 42501 ERROR: permission denied for table pr_data_appalias_authservice DatabaseException caused by prior exception: org.postgresql.util.PSQLException: ERROR: permission denied for table pr_data_appalias_authservice
I have re-executed GRANT on the table again but still the exception is generated for the same reason.
With the same user that the application server has been set-up, logged into pgadmin and was able to query the table (though the table is empty, but did not threw any error w.r.t. permissions)
Anyone have any similar issues previously, please let me know if there is something that i missed.
Regards,
Bharat