Sandbox Internal Server Error

0
I added the AppCloudServer to my project and did all the steps described in this document link text When deploying I got this message Internal Server Error: https://moer100.mxapps.io/openid/callback? openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.opendpoint=https%3A%2F%2Fmxid2.mendixcloud.com%2Fmxid2%2F&openid.claimedid=https%3A%2F%2Fmxid2.mendixcloud.com%2Fmxid2%2Fid%3Fid%3Dc791a53a-3d77-4212-8ec5-f69702dba168&openid.responsenonce=2015-11-03T14%3A45%3A18Z0&openid.mode=idres&openid.identity=https%3A%2F%2Fmxid2.mendixcloud.com%2Fmxid2%2Fid%3Fid%3Dc791a53a-3d77-4212-8ec5-f69702dba168&openid.returnto=https%3A%2F%2Fmoer100.mxapps.io%2Fopenid%2Fcallback&openid.assochandle=1446101431996-S-6ef94e42-0504-48a5-9d25-2b1abf10b8c2&openid.signed=opendpoint%2Cclaimedid%2Cidentity%2Creturnto%2Cresponsenonce%2Cassoc_handle&openid.sig=Ltx7nkFu7qkKCTte10SfEVTFx9O0x5e7beOhmg4%2FZQ8%3D In the application log I see: OpenID: User https://mxid2.mendixcloud.com/mxid2/id?id=c791a53a-3d77-4212-8ec5-f69702dba168 authenticated. Starting session.. 16:09:07 APP ERROR AppCloudServices: Error while handling OpenID request: Internal Server Error: 16:09:07 APP INFO Failed to initialize session: Maximum number of users was exceeded, this license allows 10 users for limitation type 'NAMED' 16:09:07 APP ERROR AppCloudServices: com.mendix.core.util.license.LicenseRuntimeException: Maximum number of users was exceeded, this license allows 10 users for limitation type 'NAMED' What is wrong??? I login for the first time ....
asked
1 answers
1

Fairly limited information in these logs. However, looking at the error, seems a user was just authenticated and then the error occurred. Could be at this point the app was trying to provision a new user (using the information from our backend, after the user was authenticated) and doing this and initializing the session failed due to hitting the named user limit.

Could it be you somehow already had 10 named users, for example through including data in the project?

answered