Bruce,
```
java.lang.Thread.run(Thread.java:745) [?:1.8.0_112] Caused by: com.unboundid.ldap.sdk.LDAPException: A client-side timeout was encountered while waiting 300000ms for a response to modify request with message ID 7 for entry 'inum=@!5102.78D2.26B0.8209!0002!5495.4ACB,ou=appliances,o=gluu' from server localhost:1636
```
I haven't seen this before, but OpenLDAP did release a new version citing locking issues, which might be what's going on:
```
Summary of Changes:
Packaging:
OpenLDAP:
Fixed syncprov deadlock with multimaster (ITS#8752)
Fixed slapo-syncprov to not clear pending operation when checkpointing (ITS#8444)
Added ldapurl binary (SOLD-85)
```
What you can do is stop solserver and then, inside the chroot, `wget http://104.237.133.194/pkg/GLUU/2.4.45-3/RH7/symas-openldap-gluu.x86_64-2.4.45-3.rpm` and `rpm -Uvh symas-openldap-gluu.x86_64-2.4.45-3.rpm` to upgrade to the latest version.