[jira] [Commented] (OFBIZ-9278) Login after multitenant

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-9278) Login after multitenant

Nicolas Malin (Jira)

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

Taher Alkhateeb commented on OFBIZ-9278:
----------------------------------------

Sorry maybe the question is not clear. I'll try to elaborate:

- Can you confirm that three separate databases exist?
- Can you confirm that there are "UserLogin" records in each of the three databases?
- Can you identify the contents inside each one of the three databases?

I might be wrong in my investigation or I might be looking at the wrong thing. But this is the first step I can think of because the error that I see reported by you is that somehow the user disappears. I'm not sure if this is related to the tenant delegator or base delegator or how the system acquires login credentials. So the very first step is to examine the database. Can you check that?

> Login after multitenant
> -----------------------
>
>                 Key: OFBIZ-9278
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9278
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 16.11
>         Environment: linux mint 17.1, MySql 5.5.54
>            Reporter: Guillaume Fortin
>            Priority: Minor
>              Labels: multitenancy, multitenant
>
> I want to create two tenants named respectively e3 and psp. To create
> them, I use those command lines:
> ./gradlew createTenant -PtenantId=PSP -PtenantReaders=seed,seed-initial
> -PdbPlatform=M -PdbUser=XXXX -PdbPassword=XXXX
> ./gradlew createTenant -PtenantId=E3 -PtenantReaders=seed,seed-initial
> -PdbPlatform=M -PdbUser=XXXX -PdbPassword=XXXXX
> After creating the first tenant, I was able to connect with psp-admin
> user. After I created the second one, I was able to connect to the second
> database e3 with the e3-admin user but impossible to connect again on the
> PSP application.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)