Jira server fails to connect to LDAP server with UnknownHostException (Server and Data Center)
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
症状
JIRA is unable to connect to the LDAP server.
atlassian-jira.log
に次のエラーが返される。
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not create DirContext instance for transaction; nested exception is org.springframework.ldap.CommunicationException: ldap.atlassian.com; nested exception is javax.naming.CommunicationException: ldap.atlassian.com [Root exception is java.net.UnknownHostException: ldap.atlassian.com]
原因
JIRA cannot resolve the connection to the LDAP server. This is commonly caused by an incorrectly configured DNS or hostname.
ソリューション
- Update the DNS records to include the appropriate server name & IP used in the LDAP configuration.
If updating of the DNS server used is not possible, this can be achieved by manually adding the following entry, replacing the IP & server name as appropriate to the below file on the server hosting JIRA.
Linux:/etc/hosts
Windows:C:\Windows\System32\drivers\etc\hosts
<IP of server> <host name of server> 192.168.1.123 ldap.atlassian.com
You need to have local administrator rights on the machine hosting JIRA to make these changes.
- Alternatively, you can use the IP of the server in the LDAP configuration, as in Connecting to an LDAP Directory.
We also have some additional steps for LDAP troubleshooting, please review these if you're still experiencing problems.