You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (JIRA)" <ji...@apache.org> on 2019/01/17 23:23:00 UTC

[jira] [Commented] (AIRAVATA-2972) Cannot share files with some active users.

    [ https://issues.apache.org/jira/browse/AIRAVATA-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745623#comment-16745623 ] 

Marcus Christie commented on AIRAVATA-2972:
-------------------------------------------

Users won't be propogated to the sharing catalog until they first login, and that may be the case for a couple of these. There are 3 of these in the profile_service database:

{noformat}
MariaDB [profile_service]> select USER_ID, CREATION_TIME from USER_PROFILE where GATEWAY_ID = 'seagrid' and USER_ID = 'babbott';
+---------+---------------------+
| USER_ID | CREATION_TIME       |
+---------+---------------------+
| babbott | 2017-07-06 11:25:08 |
+---------+---------------------+

MariaDB [profile_service]> select USER_ID, CREATION_TIME from USER_PROFILE where GATEWAY_ID = 'seagrid' and USER_ID like 'kpla%';
+---------+---------------------+
| USER_ID | CREATION_TIME       |
+---------+---------------------+
| kplazo  | 2018-07-24 08:48:39 |
+---------+---------------------+

MariaDB [profile_service]> select USER_ID, CREATION_TIME from USER_PROFILE where GATEWAY_ID = 'seagrid' and USER_ID like 'labur%';
+---------+---------------------+
| USER_ID | CREATION_TIME       |
+---------+---------------------+
| laburke | 2017-07-06 11:26:51 |
+---------+---------------------+
{noformat}

Two of these aren't in the user profile db:
{noformat}
MariaDB [profile_service]> select USER_ID, CREATION_TIME from USER_PROFILE where GATEWAY_ID = 'seagrid' and USER_ID like 'bala%';
Empty set (0.00 sec)

MariaDB [profile_service]> select USER_ID, CREATION_TIME from USER_PROFILE where GATEWAY_ID = 'seagrid' and USER_ID like 'krist%';
Empty set (0.00 sec)
{noformat}

So babbott and laburke are in the user profile db but not in the sharing catalog. They were both created on 2017-07-06 and we don't have those logs any longer.  I'll see what I can find out.


> Cannot share files with some active users.
> ------------------------------------------
>
>                 Key: AIRAVATA-2972
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2972
>             Project: Airavata
>          Issue Type: Bug
>          Components: PGA PHP Web Gateway, Sharing
>    Affects Versions: 0.18
>         Environment: https://seagrid.org
>            Reporter: Eroma
>            Assignee: Marcus Christie
>            Priority: Major
>             Fix For: 0.18
>
>         Attachments: Screen Shot 2019-01-17 at 3.58.16 PM.png, Screen Shot 2019-01-17 at 4.00.00 PM.png
>
>
> # A new user created an account and was given gateway-user role.
>  # When tried to share an experiment with him, the user won't appear in the search.
>  # Tried with the email extension, rutgers.edu still no luck.
>  # In the gateway there are four users with rutgers.edu email and all of them have gateway-user role.
>  # But only one would come up in the sharing search.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)