at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) [?:?] at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) [?:?] at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) [?:?] at java.lang.Class.newInstance(Class.java:645) [?:?] at com.zimbra.cs.account.Provisioning.getInstance(Provisioning.java:354) [zimbrastore.jar:8.8.15_GA_4717] at com.zimbra.cs.account.Provisioning.getInstance(Provisioning.java:310) [zimbrastore.jar:8.8.15_GA_4717] at com.zimbra.cs.account.ProvUtil.initProvisioning(ProvUtil.java:1032) [zimbrastore.jar:8.8.15_GA_4717] at com.zimbra.cs.account.ProvUtil.main(ProvUtil.java:4156) [zimbrastore.jar:8.8.15_GA_4717] Caused by: com.unboundid.ldap.sdk.LDAPException: invalid credentials at com.unboundid.ldap.sdk.LDAPConnection.bind(LDAPConnection.java:1894) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:988) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] Setting defaults from existing config...done. Checking for port conflicts Port conflict detected: 53 (zimbra-dnscache) Port conflicts detected! DNS ERROR resolving MX for zimbra.univ-poitiers.fr It is suggested that the domain name have an MX record configured in DNS Change domain name? [Yes] ## URL serveur http://zimbra.univ-poitiers.fr:7780/aspell.php ## Connexion http://zimbra.univ-poitiers.fr:7780/ #Adminuser: admin@univ-poitiers.fr options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want // to talk to, you might need to uncomment the query-source // directive below. Previous versions of BIND always asked // questions using port 53, but BIND 8.1 and later use an unprivileged // port by default. // query-source address * port 53; // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. // forwarders { // 0.0.0.0; // }; //======================================================================== // If BIND logs error messages about the root key being expired, // you will need to update your keys. See https://www.isc.org/bind-keys //======================================================================== dnssec-validation auto; listen-on { any; }; listen-on-v6 { any; }; auth-nxdomain no; # conform to RFC1035 listen-on port 53 { any; }; allow-query { any; }; }; sudo iptables -A INPUT -p tcp --dport 53 -j ACCEPT sudo iptables -A INPUT -p udp --dport 53 -j ACCEPT sudo iptables-save | sudo tee /etc/iptables/rules.v4 sudo iptables -A INPUT -p tcp --dport 389 -j ACCEPT sudo iptables -A INPUT -p udp --dport 389 -j ACCEPT sudo iptables-save | sudo tee /etc/iptables/rules.v4 options { directory "/var/cache/bind"; // Utiliser uniquement les serveurs DNS locaux forwarders { 192.168.0.16; 192.168.0.17; }; dnssec-validation auto; listen-on { any; }; listen-on-v6 { any; }; auth-nxdomain no; # conform to RFC1035 allow-query { any; }; }; 2025-05-07 00:01:48,089 INFO [MainThread] [[]] ldap - master is down, falling back to replica... 2025-05-07 00:01:48,103 FATAL [MainThread] [[]] system - failed to initialize LDAP client com.zimbra.cs.ldap.LdapException: LDAP error: : An error occurred while attempting to connect to server zimbra.uriv-poitiers.fr:389: java.io.IOException: An error occurred while attempting to establish a connection to server zimbra.uriv-poitiers.fr:389: java.net.ConnectException: Connection refused at com.zimbra.cs.ldap.LdapException.LDAP_ERROR(LdapException.java:90) ~[zimbrastore.jar:8.8.15_GA_4717] at com.zimbra.cs.ldap.unboundid.UBIDLdapException.mapToLdapException(UBIDLdapException.java:74) ~[zimbrastore.jar:8.8.15_GA_4717] at com.zimbra.cs.ldap.unboundid.UBIDLdapException.mapToLdapException(UBIDLdapException.java:40) ~[zimbrastore.jar:8.8.15_GA_4717] at com.zimbra.cs.ldap.unboundid.LdapConnectionPool.createConnPool(LdapConnectionPool.java:117) ~[zimbrastore.jar:8.8.15_GA_4717] Caused by: java.io.IOException: An error occurred while attempting to establish a connection to server zimbra.uriv-poitiers.fr:389: java.net.ConnectException: Connection refused at com.unboundid.ldap.sdk.LDAPConnectionInternals.(LDAPConnectionInternals.java:137) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:744) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:686) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.LDAPConnection.(LDAPConnection.java:518) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.SingleServerSet.getConnection(SingleServerSet.java:229) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.ServerSet.getConnection(ServerSet.java:98) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5] at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:938) ~[unboundid-ldapsdk-2.3.5.jar:2.3.5]