If I go into the portal-db POD and enter into the db : root@dev-portal-portal-db-5b77fd9746-lfxkk:/# mysql -uroot -pAa123456
then showing the users from fc_user table: MariaDB [(none)]> select login_id from portal.fn_user; +----------+ | login_id | +----------+ | cs0008 | | demo | | gv0001 | | jh0003 | | jm0007 | | op0001 | | pm0001 | | ps0001 | | steve | | vid1 | | vid2 | | vid3 | +----------+ 12 rows in set (0.001 sec) So, the users exists into the db. The portal log is : *2019-05-30T10:35:46.599Z||http-nio-8443-exec-7|| setAttribute: attributeName: LAST_ACCESS_TIME with session id: 58305592~fbd1~4423~a4c6~cb01c502c0c7result:Exception thrown while doing the critical put, check sanctity of the row/conditions:* *Keyspace portal does not exist* 2019-05-30T10:35:46.600Z||http-nio-8443-exec-7|| getAttribute: start with session id: 58305592~fbd1~4423~a4c6~cb01c502c0c7 2019-05-30T10:35:46.606Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|org.onap.portalapp.portal.service.EPLoginService| EPEELFLoggerAdvice#before: entering findUser 2019-05-30T10:35:46.623Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|org.onap.portalapp.portal.domain.EPUser| In EPUser.getAppEPRoles() - app = ECOMP 2019-05-30T10:35:46.624Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|org.onap.portalapp.portal.domain.EPUser| In EPUser.getAppEPRoles() - userApps = 2 2019-05-30T10:35:46.624Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|org.onap.portalapp.portal.domain.EPUser| In EPUser.getAppEPRoles() - roles = 0 2019-05-30T10:35:46.638Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|org.onap.portalapp.portal.service.EPLoginService| EPEELFLoggerAdvice#after: finished findUser 2019-05-30T10:35:46.653Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|| removeAttribute: start with session id: 58305592~fbd1~4423~a4c6~cb01c502c0c7 *2019-05-30T10:35:46.690Z|0f094129-26b6-4130-b32a-02f381b62af9|http-nio-8443-exec-7|| removeSession: user with session id: 58305592~fbd1~4423~a4c6~cb01c502c0c7result:Exception thrown while doing the critical put, check sanctity of the row/conditions:* *Keyspace portal does not exist* I think this issue is related to the missing of the keyspace into the cassandra db ? To solve this, need just to redeploy the portal component? Aniello Paolo Malinconico -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17336): https://lists.onap.org/g/onap-discuss/message/17336 Mute This Topic: https://lists.onap.org/mt/31867165/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
