@William.Lowe @Michael.Schwartz
Thanks a lot for your prompt reply. The problem is solved after I increaed the disk space , probably it was caused by "not enough disk space".
However, I met another issue.
I am plannging to use AWS Cognito identity pool, Gluu server as Authentication provider (SAML).
Following the instructions here: https://gluu.org/docs/ce/integration/saas/aws/,
After creating AWS Custom Attributes in LDAP and restarted opendj service.
when I tried to create attributes in the Gluu web UI, it complainted
```
The Attribute type ‘RoleEntitlement’ not defined in LDAP schema
Failed to update aAttribute ‘RoleEntitlement’
```
Do you have any clue about this? Thanks in advance.
### /opt/gluu/jetty/oxauth/logs/oxauth.log
```
2019-08-26 02:45:49,938 INFO [qtp804611486-11] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:262) - Authentication s
uccess for Client: '@!896F.9543.A0D3.2B07!0001!014A.8063!0008!1304.D2FF'
2019-08-26 04:12:09,834 ERROR [ForkJoinPool.commonPool-worker-0] [org.xdi.oxauth.model.config.ConfigurationFactory] (Configurat
ionFactory.java:384) - Failed to find entry: ou=oxauth,ou=configuration,inum=@!896F.9543.A0D3.2B07!0002!43A3.76E2,ou=appliances
,o=gluu
2019-08-26 04:12:09,935 ERROR [ForkJoinPool.commonPool-worker-0] [org.xdi.oxauth.service.AppInitializer] (AppInitializer.java:6
28) - Failed to load appliance entry from Ldap
org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entry: inum=@!896F.9543.A0D3.2B07!0002!43A3.
76E2,ou=appliances,o=gluu
at org.gluu.site.ldap.persistence.LdapEntryManager.find(LdapEntryManager.java:303) ~[oxcore-ldap-3.1.6.sp1.jar:?]
at org.gluu.site.ldap.persistence.AbstractEntryManager.find(AbstractEntryManager.java:444) ~[oxcore-ldap-3.1.6.sp1.jar:
?]
...
```
### /opt/gluu/jetty/identity/logs/oxtrust.log
```
[26/Aug/2019:04:11:53 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.139 msg=The Directory Server has sent an alert notification generated by class org.opends.server.core.DirectoryServer (alert type org.opends.server.DirectoryServerShutdown, alert ID org.opends.messages.core-141): The Directory Server has started the shutdown process. The shutdown was initiated by an instance of class org.opends.server.core.DirectoryServerShutdownHook and the reason provided for the shutdown was The Directory Server shutdown hook detected that the JVM is shutting down. This generally indicates that JVM received an external request to stop (e.g., through a kill signal)
[26/Aug/2019:04:11:55 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.370 msg=The backend metric is now taken offline
[26/Aug/2019:04:11:55 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.370 msg=The backend site is now taken offline
[26/Aug/2019:04:11:55 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.370 msg=The backend userRoot is now taken offline
[26/Aug/2019:04:11:55 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.203 msg=The Directory Server is now stopped
[26/八月/2019:04:12:09 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.21 msg=Installation Directory: /opt/opendj
[26/八月/2019:04:12:09 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.23 msg=Instance Directory: /opt/opendj
[26/八月/2019:04:12:09 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.17 msg=JVM Information: 1.8.0_181-b13 by Oracle Corporation, 64-bit architecture, 122159104 bytes heap size
[26/八月/2019:04:12:09 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.18 msg=JVM Host: localhost, running Linux 4.14.123-111.109.amzn2.x86_64 amd64, 16818462720 bytes physical memory size, number of processors available 4
[26/八月/2019:04:12:09 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.19 msg=JVM Arguments: "-Xms128m",:
"-Xmx128m", "-Dorg.opends.server.scriptName=start-ds"
[26/八月/2019:04:12:10 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend site containing 2 entries has started
[26/八月/2019:04:12:10 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend metric containing 335 entries has started
[26/八月/2019:04:12:10 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend userRoot containing 173 entries has started
[26/八月/2019:04:12:10 +0000] category=EXTENSIONS severity=NOTICE msgID=org.opends.messages.extension.221 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: localhost
[26/八月/2019:04:12:10 +0000] category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on Administration Connector 127.0.0.1 port 4444
[26/八月/2019:04:12:10 +0000] category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on LDAPS Connection Handler 127.0.0.1 port 1636
[26/八月/2019:04:12:10 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.135 msg=The Directory Server has started successfully
[26/八月/2019:04:12:10 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.139 msg=The Directory Server has sent an alert notification generated by class org.opends.server.core.DirectoryServer (alert type org.opends.server.DirectoryServerStarted, alert ID org.opends.messages.core-135): The Directory Server has started successfully
```