The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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
TAGS
AUG Leaders

Atlassian Community Events