What is with these strange errors on installation?

Permalink
An exception occurred while executing 'INSERT INTO ConfigStore (cfKey, cfValue, uID) VALUES (?, ?, ?)' with params ["NEWSFLOW_LAST_VIEWED", "FIRSTRUN", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uID' cannot be null.

I'm trying to install an empty site on a vps.

 
davebush replied on at Permalink Reply
I'm getting a similar error and I have no idea why. Can someone please offer help?
katz515 replied on at Permalink Reply
katz515
I've got the report from a concrete5 Japan user with the same error message on 5.7.5.3 install as well.

We need more detail info about servers.
kohki replied on at Permalink Reply
kohki
same situation occured on cloud9, ubuntu.
Any workarounds?

An exception occurred while executing 'INSERT INTO ConfigStore (cfKey, cfValue, uID) VALUES (?, ?, ?)' with params ["NEWSFLOW_LAST_VIEWED", "FIRSTRUN", null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uID' cannot be null.
kohki replied on at Permalink Reply
kohki
I leave more details of enviroment information.

Cloud9:
OS: Ubuntu 14.04.2 LTS
Apache: Apache/2.4.7 (Ubuntu)
PHP: PHP 5.5.9-1ubuntu4.13
MySQL: 5.5.44-0ubuntu0.14.04.1

concrete5: 5.7.5.3
Merlux replied on at Permalink Reply
I've fixed it on my setup by turning off my load-balancer.

Seems the error occurs when 2 server are trying to share the work when installing...