Hi, thanks for the reply. Seems OpenDJ is running fine.
```
systemctl status opendj
● opendj.service - OpenDJ Directory Service
Loaded: loaded (/etc/systemd/system/opendj.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2021-02-15 16:21:18 EST; 2min 29s ago
Process: 29516 ExecStart=/opt/opendj/bin/start-ds (code=exited, status=0/SUCCESS)
Main PID: 29562 (java)
CGroup: /system.slice/opendj.service
└─29562 /opt/jre/bin/java -server -Xms1g -Xmx2g -XX:+UseCompressedOops -Dorg.opends.server.scriptName=start-ds org.opends.server.core.DirectoryServer --configFile /opt/opendj/config/conf>
Feb 15 16:20:54 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:54 +0000] category=JVM severity=NOTICE msgID=19 msg=JVM Arguments: "-Xms1g", "-Xmx2g", "-XX:+UseCompressedOops", "-Dorg.opends.s>
Feb 15 16:20:56 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:56 +0000] category=BACKEND severity=NOTICE msgID=513 msg=The database backend site containing 2 entries has started
Feb 15 16:20:56 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:56 +0000] category=BACKEND severity=NOTICE msgID=513 msg=The database backend metric containing 2 entries has started
Feb 15 16:20:56 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:56 +0000] category=BACKEND severity=NOTICE msgID=513 msg=The database backend userRoot containing 179 entries has started
Feb 15 16:20:56 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:56 +0000] category=EXTENSIONS severity=NOTICE msgID=221 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name>
Feb 15 16:20:58 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:58 +0000] category=CORE severity=NOTICE msgID=135 msg=The Directory Server has started successfully
Feb 15 16:20:58 auth.test.internal start-ds[29563]: [15/Feb/2021:21:20:58 +0000] category=CORE severity=NOTICE msgID=139 msg=The Directory Server has sent an alert notification generated by class org>
Feb 15 16:21:18 auth.test.internal start-ds[29563]: [15/Feb/2021:21:21:17 +0000] category=PROTOCOL severity=NOTICE msgID=276 msg=Started listening for new connections on Administration Connector loca>
Feb 15 16:21:18 auth.test.internal start-ds[29563]: [15/Feb/2021:21:21:17 +0000] category=PROTOCOL severity=NOTICE msgID=276 msg=Started listening for new connections on LDAPS Connection Handler loca>
Feb 15 16:21:18 auth.test.internal systemd[1]: Started OpenDJ Directory Service.
```
```
root@auth:/opt/gluu/jetty/identity/logs# ps -ef | grep ldap
ldap 29562 1 19 16:20 ? 00:01:07 /opt/jre/bin/java -server -Xms1g -Xmx2g -XX:+UseCompressedOops -Dorg.opends.server.scriptName=start-ds org.opends.server.core.DirectoryServer --configFile /opt/opendj/config/config.ldif
```
yet with identity and oxauth, the last status seems to be stuck with loading configuration from 'ldap' DB... I haven't found anything related to memory in the logs.
```
root@auth:/opt/gluu/jetty/identity/logs# cat oxtrust.log
2021-02-13 06:57:20,474 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider
2021-02-13 06:57:21,474 INFO [main] [org.gluu.oxtrust.util.BuildVersionService] (BuildVersionService.java:80) - Root element :beans
2021-02-13 06:57:21,478 INFO [main] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:257) - Build date 2021-02-08 20:52. Code revision b41fa69ca1001a7de21061d808a52f4e69487b89 on 2021-02-08T17:01:14+0000. Build 148
2021-02-13 06:57:21,505 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:127) - Creating oxTrustConfiguration
2021-02-13 06:57:21,871 INFO [main] [org.gluu.service.config.ConfigurationFactory] (ConfigurationFactory.java:289) - Loading configuration from 'ldap' DB...
```
```
root@auth:/opt/gluu/jetty/oxauth/logs# cat oxauth.log
2021-02-13 06:55:39,170 INFO [main] [org.jboss.weld.environment.servlet.EnhancedListener] (EnhancedListener.java:58) - WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
2021-02-13 06:55:39,213 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:149) - WELD-000900: 3.1.4 (Final)
2021-02-13 06:55:39,628 INFO [main] [jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy] (ReflectionDiscoveryStrategy.java:49) - WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
2021-02-13 06:55:40,512 INFO [main] [org.jboss.weld.bootstrap.WeldStartup] (WeldStartup.java:231) - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
2021-02-13 06:55:40,891 WARN [main] [org.jboss.weld.bootstrap.events.BeforeBeanDiscoveryImpl] (BeforeBeanDiscoveryImpl.java:118) - WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
2021-02-13 06:55:42,079 INFO [main] [org.jboss.weld.environment.jetty.JettyLegacyContainer] (JettyLegacyContainer.java:59) - WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
2021-02-13 06:55:43,783 INFO [main] [org.gluu.oxauth.model.util.SecurityProviderUtility] (SecurityProviderUtility.java:24) - Adding Bouncy Castle Provider
2021-02-13 06:55:43,963 INFO [main] [org.gluu.oxauth.model.config.ConfigurationFactory] (ConfigurationFactory.java:381) - Loading configuration from 'ldap' DB...
```