[Dev] Error while tenant admin login to EMM

2014-08-21 Thread Chathura Dilan
We are getting the following error when a tenant admin try to login to EMM server in a cloud environment. This error is not getting when super admin login to server. any ideas? TID: [0] [EMM] [2014-08-20 21:15:07,513] ERROR {org.jaggeryjs.jaggery.core.manager.WebAppManager} -

Re: [Dev] Error while tenant admin login to EMM

2014-08-21 Thread Niranjan Karunanandham
Hi Dilan, In EMM when the Super admin logs in to the EMM console, we use the credentials of the Super admin store in the config.json to auto publish and and subscribe to the APIs. We need the credentials because we need to log into the publisher and store in-order to publish and subscribe to the

Re: [Dev] Error while tenant admin login to EMM

2014-08-21 Thread Dilshan Edirisuriya
Hi Dilan, As Niranjan mentioned this does the auto publishing and subscribing. Since this is published/subscribed for all the tenants once you may consider adding them in advance and remove it form the init script we have since it not needed at all. Regards, Dilshan On Thu, Aug 21, 2014 at

Re: [Dev] Error while tenant admin login to EMM

2014-08-21 Thread Harshan Liyanage
Hi Dilan, This is how the cloud EMM works for API subscription for tenants. 1. Create an application in API Store using the credentials given by cloud team. This application will be named as the tenant domain. 2. Subscribe all the EMM APis to that application 3. Generate API keys for application