Mendix 6 issue with Amazon S3 storage service - Connections not closed?

0
Hi, We recently migrated all our files to Amazon S3 and have configured our runtime settings to use Amazon S3 (https://docs.mendix.com/refguide6/custom-settings#5-amazon-s3-storage-service-settings).  It seems like Mendix does not close the connections. For 2 days in a row we started to get connection time out errors. (Unable to execute HTTP request: Timeout waiting for connection) Searching for this error in relation with the AWSJavaSDK it seems that the connections are not closed which results in a build up of connections and eventually no new connections can be created.  Source: https://forums.aws.amazon.com/thread.jspa?threadID=130172 https://github.com/aws/aws-sdk-java/issues/1405   Anyone experienced similar issues? Is there a workaround (for example close all old connections with a custom Java action).  Thanks!
asked
2 answers
0

In the release notes of Mx 6.10.16 there is a mention of maximum connections to S3. Maybe it has something to do with that? I would request information via support.

answered
0

Thanks! I have been in touch with the support team and there are some known issues with unclosed and leaking connections with older MX versions and appstore modules. We are now upgrading to Mx 6.10.16. 

 

answered