The customer is using MS AD and is in the stoneware management console and did a DNS Test. The following Errors were given.
INFO: Attempting to locate a domain controller in DNS for domain: company.org
ERROR: javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name ’somebadserver.company.org.’
At least one error occurred during testing.
INFO: Attempting to locate a domain controller in DNS for domain: company.org
INFO: exploring forest using domain controller: DC1.company.org.
ERROR: javax.naming.CommunicationException: 10.11.16.1:636
[Root exception is java.net.ConnectException: Connection timed out: connect]
At least one error occurred during testing.
The 1st error means that when we ask the DNS server for the Domain controllers for the domain company.org we were sent somebadserver.company.org and we tried to resolve that in DNS and it was not listed. This can come from an old server being decommissioned but not fully taken out of DNS.
The 2nd error means that we asked company.org for the Domain Controllers for the domain company.org and were told to use DC1.company.org. We resolved that to 10.11.16.1
We then tried to connect to port 636 since directory services was set to use SSL in the 8090 management console. When we tried to connect we were unable to. This can be due to a bad DNS record, the
server being down, the server not having been rebooted after adding the Certificate Authority to the tree, or communication blocked to this server.