Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Fisheye recent changeset gadget and source tab empty when Anonymous read access is disabled for the repository

Leo Leung July 14, 2013

I've followed the guide below and both JIRA and Fisheye users are using LDAP authentication.

https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+FishEye

But the recent changeset JIRA gadget is empty and the source tab is empty when I disable anonymous read access to the respository. I don't want anonymous access for the repository, how do I get JIRA to integrate with Fisheye when anonymous access is disabled?

1 answer

1 accepted

0 votes
Answer accepted
Leo Leung August 21, 2013

This is a bug in the Application Link when the application is not using the default port 443 for HTTPS:

Please try the following workaround:

  1. Stop FishEye/Crucible
  2. Edit FishEye/Crucible <tt>config.xml</tt>and add a proxy port setting to force the port to 8440:
    &lt;web-server site-url="https://fisheye:8440"&gt;
    		&lt;http bind=":8441"/&gt;
    		&lt;ssl keystore-password="Sanitized by Support Utility" bind=":8440" truststore-password="Sanitized by Support Utility" truststore="C:\cert"&gt;
    			&lt;proxy-info proxy-port="8440"/&gt;
    		&lt;/ssl&gt;
    	&lt;/web-server&gt;
  3. Restart FishEye/Crucible and try again

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events