So like I said if I try to use "service opendj stop" I get the same error as the script does. But if I use "systemctl stop opendj" it shuts opendj down successfully.
So I did what you suggested and commented out the call to stopOpenDJ() and the script runs. But then ends in error.
Here is the backup log...
```
[root@10 ~]# cat import_244.log
2016-10-14 12:01:52,474 DEBUG root Running command : whereis service
2016-10-14 12:01:52,482 INFO root Stopping Tomcat ...
2016-10-14 12:01:52,483 DEBUG root Running command : /usr/sbin/service tomcat stop
2016-10-14 12:01:52,529 DEBUG root
2016-10-14 12:01:52,529 INFO root Copying backup files from /etc, /opt and /usr
2016-10-14 12:01:52,534 DEBUG root copying /etc/certs/httpd.key.orig
2016-10-14 12:01:52,534 DEBUG root copying /etc/certs/httpd.key
2016-10-14 12:01:52,535 DEBUG root copying /etc/certs/httpd.csr
2016-10-14 12:01:52,535 DEBUG root copying /etc/certs/httpd.crt
2016-10-14 12:01:52,536 DEBUG root copying /etc/certs/shibIDP.key.orig
2016-10-14 12:01:52,536 DEBUG root copying /etc/certs/shibIDP.key
2016-10-14 12:01:52,537 DEBUG root copying /etc/certs/shibIDP.csr
2016-10-14 12:01:52,537 DEBUG root copying /etc/certs/shibIDP.crt
2016-10-14 12:01:52,538 DEBUG root copying /etc/certs/asimba.key.orig
2016-10-14 12:01:52,538 DEBUG root copying /etc/certs/asimba.key
2016-10-14 12:01:52,539 DEBUG root copying /etc/certs/asimba.csr
2016-10-14 12:01:52,539 DEBUG root copying /etc/certs/asimba.crt
2016-10-14 12:01:52,539 DEBUG root copying /etc/certs/shibIDP.pkcs12
2016-10-14 12:01:52,540 DEBUG root copying /etc/certs/shibIDP.jks
2016-10-14 12:01:52,540 DEBUG root copying /etc/certs/asimba.pkcs12
2016-10-14 12:01:52,541 DEBUG root copying /etc/certs/asimbaIDP.jks
2016-10-14 12:01:52,541 DEBUG root copying /etc/certs/oxauth-web-keys.json
2016-10-14 12:01:52,543 DEBUG root copying /etc/certs/opendj.crt
2016-10-14 12:01:52,544 DEBUG root copying /etc/certs/duo_creds.json
2016-10-14 12:01:52,544 DEBUG root copying /etc/certs/gplus_client_secrets.json
2016-10-14 12:01:52,545 DEBUG root copying /etc/certs/oxpush2_creds.json
2016-10-14 12:01:52,545 DEBUG root copying /etc/certs/cert_creds.json
2016-10-14 12:01:52,547 DEBUG root copying /opt/tomcat/conf/catalina.policy
2016-10-14 12:01:52,548 DEBUG root copying /opt/tomcat/conf/catalina.properties
2016-10-14 12:01:52,550 DEBUG root copying /opt/tomcat/conf/context.xml
2016-10-14 12:01:52,553 DEBUG root copying /opt/tomcat/conf/logging.properties
2016-10-14 12:01:52,553 DEBUG root copying /opt/tomcat/conf/server.xml
2016-10-14 12:01:52,554 DEBUG root copying /opt/tomcat/conf/tomcat-users.xml
2016-10-14 12:01:52,554 DEBUG root copying /opt/tomcat/conf/web.xml
2016-10-14 12:01:52,556 DEBUG root copying /opt/tomcat/conf/salt
2016-10-14 12:01:52,557 DEBUG root copying /opt/tomcat/conf/asimba-selector.xml
2016-10-14 12:01:52,558 DEBUG root copying /opt/tomcat/conf/gluuTomcatWrapper.conf
2016-10-14 12:01:52,559 DEBUG root copying /opt/tomcat/conf/oxTrustLogRotationConfiguration.xml
2016-10-14 12:01:52,561 DEBUG root copying /opt/tomcat/conf/ox-ldap.properties
2016-10-14 12:01:52,561 DEBUG root copying /opt/tomcat/conf/oxtrust-ldap.properties
2016-10-14 12:01:52,565 DEBUG root copying /opt/tomcat/conf/python/python.txt
2016-10-14 12:01:52,566 DEBUG root copying /opt/tomcat/conf/python/duo_web.py
2016-10-14 12:01:52,566 DEBUG root copying /opt/tomcat/conf/Catalina/localhost/oxauth.xml
2016-10-14 12:01:52,567 DEBUG root copying /opt/tomcat/conf/Catalina/localhost/identity.xml
2016-10-14 12:01:52,573 DEBUG root copying /opt/tomcat/webapps/oxauth/NantHealth_white10_percent.png
2016-10-14 12:01:52,574 DEBUG root copying /opt/tomcat/webapps/oxauth/login.xhtml
2016-10-14 12:01:52,574 DEBUG root copying /opt/tomcat/webapps/oxauth/login.xhtml_old_prior_to_forgot_password
2016-10-14 12:01:52,575 DEBUG root copying /opt/tomcat/webapps/oxauth/admin-login.xhtml
2016-10-14 12:01:52,575 DEBUG root copying /opt/tomcat/webapps/oxauth/patient-login.xhtml
2016-10-14 12:01:52,576 DEBUG root copying /opt/tomcat/webapps/oxauth/admin-login.page.xml
2016-10-14 12:01:52,576 DEBUG root copying /opt/tomcat/webapps/oxauth/dcxm-login.page.xml
2016-10-14 12:01:52,576 DEBUG root copying /opt/tomcat/webapps/oxauth/patient-login.page.xml
2016-10-14 12:01:52,577 DEBUG root copying /opt/tomcat/webapps/oxauth/dcxm-login.xhtml
2016-10-14 12:01:52,592 INFO root Updating the SSL Keystore
2016-10-14 12:01:52,592 DEBUG root Exporting OpenDJ certificate
2016-10-14 12:01:52,592 DEBUG root Running command : /usr/bin/keytool -exportcert -keystore /opt/opendj/config/truststore -storepass apEAAVN647rWI7OKq0S53Q0YSy5jAoYkWGRXyRGIIjYCPvjNKY -file /etc/certs/opendj.crt -alias server-cert -rfc
2016-10-14 12:01:52,992 DEBUG root
2016-10-14 12:01:52,992 DEBUG root Deleting new 10.7.152.29_httpd
2016-10-14 12:01:52,993 DEBUG root Running command : /usr/bin/keytool -delete -alias 10.7.152.29_httpd -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:53,876 DEBUG root Delete operation success.
2016-10-14 12:01:53,876 DEBUG root Importing old 10.7.152.29_httpd
2016-10-14 12:01:53,876 DEBUG root Running command : /usr/bin/keytool -import -trustcacerts -file /etc/certs/httpd.crt -alias 10.7.152.29_httpd -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:54,832 DEBUG root Certificate import success.
2016-10-14 12:01:54,833 DEBUG root Deleting new 10.7.152.29_asimba
2016-10-14 12:01:54,833 DEBUG root Running command : /usr/bin/keytool -delete -alias 10.7.152.29_asimba -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:55,791 DEBUG root Delete operation success.
2016-10-14 12:01:55,791 DEBUG root Importing old 10.7.152.29_asimba
2016-10-14 12:01:55,791 DEBUG root Running command : /usr/bin/keytool -import -trustcacerts -file /etc/certs/asimba.crt -alias 10.7.152.29_asimba -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:56,831 DEBUG root Certificate import success.
2016-10-14 12:01:56,832 DEBUG root Deleting new 10.7.152.29_shibIDP
2016-10-14 12:01:56,832 DEBUG root Running command : /usr/bin/keytool -delete -alias 10.7.152.29_shibIDP -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:57,724 DEBUG root Delete operation success.
2016-10-14 12:01:57,724 DEBUG root Importing old 10.7.152.29_shibIDP
2016-10-14 12:01:57,724 DEBUG root Running command : /usr/bin/keytool -import -trustcacerts -file /etc/certs/shibIDP.crt -alias 10.7.152.29_shibIDP -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:58,732 DEBUG root Certificate import success.
2016-10-14 12:01:58,732 DEBUG root Deleting new 10.7.152.29_opendj
2016-10-14 12:01:58,732 DEBUG root Running command : /usr/bin/keytool -delete -alias 10.7.152.29_opendj -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:01:59,617 DEBUG root Delete operation success.
2016-10-14 12:01:59,617 DEBUG root Importing old 10.7.152.29_opendj
2016-10-14 12:01:59,617 DEBUG root Running command : /usr/bin/keytool -import -trustcacerts -file /etc/certs/opendj.crt -alias 10.7.152.29_opendj -keystore /usr/java/latest/lib/security/cacerts -storepass changeit -noprompt
2016-10-14 12:02:00,560 DEBUG root Certificate import success.
2016-10-14 12:02:00,560 INFO root Copying the Custom LDAP Schema
2016-10-14 12:02:00,561 INFO root Exporting the current LDAP data
2016-10-14 12:02:00,561 DEBUG root Running command : /opt/opendj/bin/export-ldif -n userRoot -l ./output_ldif/current.ldif
2016-10-14 12:02:17,764 DEBUG root [14/10/2016:12:02:16 -0700] category=JEB seq=2 severity=FINE msg=JE backend 'userRoot' does not specify the number of lock tables: defaulting to 5
[14/10/2016:12:02:16 -0700] category=JEB seq=3 severity=FINE msg=JE backend 'userRoot' does not specify the number of cleaner threads: defaulting to 8 threads
[14/10/2016:12:02:17 -0700] category=PLUGGABLE seq=30 severity=INFO msg=Exported 158 entries and skipped 0 in 0 seconds (average rate 524.9/sec)
2016-10-14 12:02:17,764 INFO root Updating oxSectorIdentifierURI to oxSectorIdentifier in people.ldif
2016-10-14 12:02:17,788 INFO root Processing the LDIF data
2016-10-14 12:02:18,237 DEBUG root Keeping old value for displayName
2016-10-14 12:02:18,237 DEBUG root Keeping old value for gluuOrgShortName
2016-10-14 12:02:19,618 DEBUG root Keeping old value for gluuVdsCacheRefreshEnabled
2016-10-14 12:02:19,622 DEBUG root Keeping old value for oxTrustCacheRefreshServerIpAddress
2016-10-14 12:02:22,508 DEBUG root Keep multiple old values for oxAuthClaim
2016-10-14 12:02:22,793 DEBUG root Keeping old value for oxAuthClientSecret
2016-10-14 12:02:22,853 DEBUG root Keep multiple old values for member
2016-10-14 12:02:23,121 DEBUG root Keeping old value for oxScript
2016-10-14 12:02:23,121 DEBUG root Keep multiple old values for oxModuleProperty
2016-10-14 12:02:23,200 DEBUG root Keeping old value for oxScript
2016-10-14 12:02:23,201 DEBUG root Keep multiple old values for oxModuleProperty
2016-10-14 12:02:23,245 DEBUG root Keeping old value for displayName
2016-10-14 12:02:23,245 DEBUG root Keeping old value for description
2016-10-14 12:02:23,246 DEBUG root Keeping old value for oxScript
2016-10-14 12:02:23,246 DEBUG root Keep multiple old values for oxConfigurationProperty
2016-10-14 12:02:23,290 DEBUG root Keep multiple old values for oxModuleProperty
2016-10-14 12:02:23,375 DEBUG root Keep multiple old values for oxModuleProperty
2016-10-14 12:02:23,419 DEBUG root Keep multiple old values for oxModuleProperty
2016-10-14 12:02:23,479 DEBUG root Keep multiple old values for oxModuleProperty
2016-10-14 12:02:23,638 DEBUG root Keeping old value for oxScript
2016-10-14 12:11:39,142 INFO root Running ldif-import on ./output_ldif/processed.ldif
2016-10-14 12:11:39,142 DEBUG root Running command : /opt/opendj/bin/import-ldif -n userRoot -l ./output_ldif/processed.ldif -R ./output_ldif/processed.ldif.rejects
2016-10-14 12:11:58,221 DEBUG root [14/10/2016:12:11:55 -0700] category=UTIL seq=2 severity=INFO msg=Installation Directory: /opt/opendj
[14/10/2016:12:11:55 -0700] category=UTIL seq=3 severity=INFO msg=Instance Directory: /opt/opendj
[14/10/2016:12:11:55 -0700] category=UTIL seq=4 severity=INFO msg=JVM Information: 1.7.0_95-mockbuild_2016_01_21_15_30-b00 by Oracle Corporation, 64-bit architecture, 1353711616 bytes heap size
[14/10/2016:12:11:55 -0700] category=UTIL seq=5 severity=INFO msg=JVM Host: 10.7.152.29, running Linux 3.10.0-327.13.1.el7.x86_64 amd64, 6089326592 bytes physical memory size, number of processors available 2
[14/10/2016:12:11:55 -0700] category=UTIL seq=6 severity=INFO msg=JVM Arguments: "-Dorg.opends.server.scriptName=import-ldif"
[14/10/2016:12:11:55 -0700] category=JEB seq=7 severity=FINE msg=JE backend 'userRoot' does not specify the number of lock tables: defaulting to 5
[14/10/2016:12:11:55 -0700] category=JEB seq=8 severity=FINE msg=JE backend 'userRoot' does not specify the number of cleaner threads: defaulting to 8 threads
[14/10/2016:12:11:56 -0700] category=PLUGGABLE seq=35 severity=INFO msg=Setting DB cache size to 33554432 bytes. Using 700 Mb off-heap memory through 172 phase one buffers of 4167 Kb.
[14/10/2016:12:11:56 -0700] category=PLUGGABLE seq=36 severity=INFO msg=Gluu-OpenDJ 3.0.0-gluu starting import (build 20160331045526, Ree0b5ef693678ceb4fa0e0794a4387aba2fe84cf)
[14/10/2016:12:11:56 -0700] category=PLUGGABLE seq=37 severity=INFO msg=Import Thread Count: 2 threads
[14/10/2016:12:11:58 -0700] category=PLUGGABLE seq=65 severity=INFO msg=Import LDIF environment close took 0 seconds
[14/10/2016:12:11:58 -0700] category=PLUGGABLE seq=66 severity=INFO msg=Flushing data to disk
2016-10-14 12:11:58,221 INFO root Starting Directory Server ...
2016-10-14 12:11:58,221 DEBUG root Running command : /usr/sbin/service opendj start
2016-10-14 12:12:18,651 CRITICAL root OpenDJ did not start properly... exiting. Check /opt/opendj/logs/errors
```
And here is the opendj error log...
```
[14/Oct/2016:11:59:58 -0700] 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
[14/Oct/2016:12:01:29 -0700] 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)
[14/Oct/2016:12:01:34 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.370 msg=The backend site is now taken offline
[14/Oct/2016:12:01:34 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.370 msg=The backend userRoot is now taken offline
[14/Oct/2016:12:01:34 -0700] category=CORE severity=NOTICE msgID=org.opends.messages.core.203 msg=The Directory Server is now stopped
[14/Oct/2016:12:12:12 -0700] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.21 msg=Installation Directory: /opt/opendj
[14/Oct/2016:12:12:12 -0700] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.23 msg=Instance Directory: /opt/opendj
[14/Oct/2016:12:12:12 -0700] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.17 msg=JVM Information: 1.7.0_95-mockbuild_2016_01_21_15_30-b00 by Oracle Corporation, 64-bit architecture, 120061952 bytes heap size
[14/Oct/2016:12:12:12 -0700] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.18 msg=JVM Host: 10.7.152.29, running Linux 3.10.0-327.13.1.el7.x86_64 amd64, 6089326592 bytes physical memory size, number of processors available 2
[14/Oct/2016:12:12:12 -0700] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.19 msg=JVM Arguments: "-Xms128m", "-Xmx128m", "-Dorg.opends.server.scriptName=start-ds"
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxAuthExpiration is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxExternalUid is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_mail is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_entryUUID is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_objectClass is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxAuthAuthorizationCode is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_givenName is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_inum is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_ds-sync-conflict is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_myCustomAttr1 is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_uniqueMember is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_creationDate is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_myCustomAttr2 is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxState is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxMetricType is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_ds-sync-hist is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_uniqueIdentifier is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxAuthGrantId is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_aci is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxAuthSessionDn is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_lastModifiedTime is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:14 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_cn is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxEndDate is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_member is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxSectorIdentifier is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_gluuStatus is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_sn is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxRequestId is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxAuthTokenCode is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxId is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxStartDate is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxApplicationType is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_telephoneNumber is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxApplication is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_uid is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.535 msg=Due to changes in the configuration, index o=gluu_oxDeviceHashCode is currently operating in a degraded state and must be rebuilt before it can be used
[14/Oct/2016:12:12:15 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend userRoot containing 0 entries has started
[14/Oct/2016:12:12:16 -0700] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend site containing 2 entries has started
[14/Oct/2016:12:12:16 -0700] category=EXTENSIONS severity=NOTICE msgID=org.opends.messages.extension.221 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: localhost
[14/Oct/2016:12:12:17 -0700] category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on Administration Connector 0.0.0.0 port 4444
[14/Oct/2016:12:12:17 -0700] category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on LDAPS Connection Handler 0.0.0.0 port 1636
[14/Oct/2016:12:12:17 -0700] category=CORE severity=NOTICE msgID=org.opends.messages.core.135 msg=The Directory Server has started successfully
[14/Oct/2016:12:12:17 -0700] 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
```