Hi Team:
I recently was adding a TFS-git repository (located overseas) into FeCru. Connection was correct, reindexing was done without any issue. However, user access to the content of that repository through Fisheye, and Apache 404 error is thrown. Looked at the FeCru log, nothing. Looking at Apache log there is an error that mention the following
[Tue May 20 16:42:43 2014] [error] [client 10.15.254.233] File does not exist: /var/www/html/crucible, referer: https://crucibledev.ert.com/crucible/browse
I want to know that is going on?
Thanks
It looks as though your Apache configuration isn't correct -- please try accessing FeCru directly, rather than via Apache. If that works, have a look at https://confluence.atlassian.com/display/FISHEYE/Integrating+with+other+web+serversand see whether your Apache config is as suggested.
Hi Tom
To be honest, the that error was caused by a Load Balancer (SSL offloader) instead of Apache, which is not linked to Crucible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very funny from Apache and from Fisheye as well.
I included another TFS-git repository (from the same server) into Fisheye through the https (Load Balancer) and user was able to access to the second repository, but still, for the first repository the user still get the 404 Apache error
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you access the first repository if you go to FishEye directly instead of through your load balancer?
What's an example of a working URL and a non-working URL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tom:
I was able to access to the first repository if I go to Fisheye directly.
In concerns of (non) working URLs, there is an example.
(Non Working) http://user1@as-tfs2013-val:8081/tfs/defaultcollection/_git/NonWorkingRepo/
(Working) http://user1@as-tfs2013-val:8081/tfs/defaultcollection/_git/WorkingRepo/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.