By: Mohamad Taheri user 25 Sep 2016 at 1:32 p.m. CDT

6 Responses
Mohamad Taheri gravatar
Hello. I need your help. when I want to get my user information with SCIM I have problem. for example I send two concurrent request to Gluu server. at the first glance every thing is ok. 'rpt' token generated and I can access to SCIM, but one of my requests failed with 403 response. does Gluu reject my request because of latency? normally I don't have any problems with SCIM and Gluu. I use Ubuntu 16.04 and I didn't configure my VM. thanks for your support.

By Valentino Pecaoco user 25 Sep 2016 at 8:44 p.m. CDT

Valentino Pecaoco gravatar
Hi Mohamad, Please install v2.4.4 SP1. Update [doc](https://gluu.org/docs/deployment/updating/). For this particular issue, please see [ticket](https://github.com/GluuFederation/oxTrust/issues/303) in GitHub. The official procedure still need to be added to the Gluu docs but for now please see the steps below: * Login to oxTrust and go to "Configuration" -> "JSON Configuration" -> "OxTrust Configuration". * Locate the UMA RPT connection pooling parameters near the bottom of the page (screenshot also attached). rptConnectionPoolUseConnectionPooling rptConnectionPoolMaxTotal rptConnectionPoolDefaultMaxPerRoute rptConnectionPoolValidateAfterInactivity rptConnectionPoolCustomKeepAliveTimeout The last four parameters are parameters of the class `PoolingHttpClientConnectionManager`. Please visit the [JavaDoc](http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/index.html?org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html) for the documentation. Sample values: rptConnectionPoolUseConnectionPooling = true rptConnectionPoolMaxTotal = 200 connections rptConnectionPoolDefaultMaxPerRoute = 20 connections rptConnectionPoolValidateAfterInactivity = 10 seconds rptConnectionPoolCustomKeepAliveTimeout = 5 seconds rptConnectionPoolUseConnectionPooling must be set to true. rptConnectionPoolCustomKeepAliveTimeout is the value that will be used if the server does not have a "keep-alive" setting. * After setting the values, save the form. * Restart Tomcat. If you need to change anything, do not forget to **restart Tomcat** thereafter.

By Mohamad Taheri user 26 Sep 2016 at 1:18 a.m. CDT

Mohamad Taheri gravatar
Is It necessary to Update gluu server? I don't have this fields in near bottom of the page.

By Mohamad Taheri user 26 Sep 2016 at 6:24 a.m. CDT

Mohamad Taheri gravatar
I update Gluu but still I don't have this fields.

By Valentino Pecaoco user 26 Sep 2016 at 8:16 a.m. CDT

Valentino Pecaoco gravatar
Is your Gluu version v2.4.4 SP1 after doing the update?

By Mohamad Taheri user 26 Sep 2016 at 8:39 a.m. CDT

Mohamad Taheri gravatar
How can I check this? when I login to the Gluu server this message is in my dashboard "Welcome to your Gluu Identity Appliance 2.4.4!"

By Valentino Pecaoco user 26 Sep 2016 at 8:46 a.m. CDT

Valentino Pecaoco gravatar
Then the update was not applied. Maybe you can try again, and I hope you did a backup as described by the doc.