-
Notifications
You must be signed in to change notification settings - Fork 117
Getting 404 errors on repository pages with redmine 3.3.1 and redmine-git-hosting 1.2.3 #715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
fwiw redmine and gitolite were installed with the debian packages from stretch |
We're seeing the same problem but with redmine 3.2.4 and xitolite 2.7.4 |
Same issue that @lelutin had: ended up switching to memcache for the caching and haven't had any problems at all. |
As discussed in #732 (comment), issues related to Redmine < 4.0 or severely outdated issues are being closed to help clean up the issue tracker. If this issue is still relevant to you and you are running Redmine >= 4.0, please open a new issue including all new relevant information. |
…for GitCache objects This caused frequent 404 errors on the "Repository" view whenever GitCache needed to be purged.
Fix #715 by correcting misuse of ActiveRecord API for GitCache objects
Hi there,
I'm having issues where repository pages show a 404 error. In redmine's production.log file I can see this:
The problem is exactly the same as described in #681 however we're already using gitolite v3 (3.6.6). I've also tried resync'ing repositories, clearing git caches and it somewhat helps but the issue comes back, and repositories that were showing up alright sometimes end up showing a 404 again.
My colleague found out that every time we hit refresh on that 404 page, one more cache line shows up for the repository: for one more file, or one more commit, or one more blob.. and at some point after forcing the plugin to add more cache lines that way there ends up being enough information for it to show the repository page! ... but as I said the problem comes back, and for repositories with a lot of files and revisions that's sure to become a big issue.
Here's the Gemfile.lock that we have in /usr/share/redmine. I can give you more info if needed (I'm not sure what command to issue to get more relevant info):
The text was updated successfully, but these errors were encountered: