I updated the /etc/hosts file and am still getting these errors in the logs when trying to start the OpenDJ server:
[17/Oct/2022:06:43:35 +0000] category=CORE severity=NOTICE msgID=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)
[17/Oct/2022:06:43:36 +0000] category=PROTOCOL severity=NOTICE msgID=277 msg=Stopped listening for new connections on LDAPS Connection Handler 0.0.0.0 port 1636
[17/Oct/2022:06:43:36 +0000] category=PROTOCOL severity=NOTICE msgID=277 msg=Stopped listening for new connections on LDAP Connection Handler 0.0.0.0 port 1389
[17/Oct/2022:06:43:36 +0000] category=PROTOCOL severity=NOTICE msgID=277 msg=Stopped listening for new connections on Administration Connector 0.0.0.0 port 4444
[17/Oct/2022:06:43:39 +0000] category=BACKEND severity=NOTICE msgID=370 msg=The backend userRoot is now taken offline
[17/Oct/2022:06:43:39 +0000] category=CORE severity=NOTICE msgID=203 msg=The Directory Server is now stopped
This is my /etc/hosts file:
127.0.0.1 gts0001
3.230.225.77 gts0001.kubecost-gluu-test.com gts0001
#The following lines are desirable for IPV6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
What am I missing?