JIRA Server Could Not Be Discovered with java.lang.RuntimeException: Not Found
症状
- In the application link configuration pane, there is a warning that 'Application JIRA seems to be offline'
- When adding a link within a confluence page, it shows the following error.
'Not Found<br/>class java.lang.RuntimeException'
atlassian-confluence.log
に次のメッセージが表示される。ERROR [http-8090-13] [confluence.extra.jira.JiraIssuesServlet] doGet Unexpected Exception, could not retrieve JIRA issues: Not Found – url: /plugins/servlet/issue-retriever | userName: liumiao java.lang.RuntimeException: Not Found at com.atlassian.confluence.extra.jira.DefaultJiraIssuesManager.checkForErrors(DefaultJiraIssuesManager.java:232) at com.atlassian.confluence.extra.jira.DefaultJiraIssuesManager.access$000(DefaultJiraIssuesManager.java:45) at com.atlassian.confluence.extra.jira.DefaultJiraIssuesManager$1.handle(DefaultJiraIssuesManager.java:116) at com.atlassian.applinks.core.auth.ApplicationLinkRequestAdaptor$1.handle(ApplicationLinkRequestAdaptor.java:88) ...
診断
Try to configure the Application Link using various addresses of the JIRA Server; such as the domain or IP address of the server on local, private and public.
原因
Some redirection, such as and poorly configured network, makes the JIRA server unable to be discovered.
ソリューション
- If there's a proxy configuration in
catalina.properties,
remove them as it affects the network traffic - Make sure the network configuration such as
/etc/hosts
or/etc/resolv.conf
is configured properly and the domain resolves to the correct IP address.
最終更新日: 2016 年 2 月 26 日
Powered by Confluence and Scroll Viewport.