-
Notifications
You must be signed in to change notification settings - Fork 762
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
An error occurred while reading history Failed to get history #1884
Comments
What kind of repository is being indexed ? If you bump the logging level in |
Sorry, How can I bump my logging level in loggin.properties? |
OpenGrok ships with
|
I thinks it always be set the correct setting, but the error message didn't show more information. Error Message example: |
The website errors are just manifestation of the problem happening in the indexer. |
The WARNING line in the log is basically telling you that the For example, in my case it says:
so I will run |
For example, if I break one of the options on purpose, I will get return code 128:
|
Another question is what version of Git are you running ? |
Also, |
Git version: 1.7.9.5 Yes, I found out the detail error message about git command fail. 10:41:44 WARNING: Non-zero exit status 128 from command [/usr/bin/git, log, --abbrev-commit, --abbrev=8, --name-only, --pretty=fuller, --date=iso8601-strict] in directory /opengrok/project/qt/source: fatal: unknown date format iso8601-strict |
Hi vladak, I updated the git version to newest and the history was shown. |
Sometimes it is worth reading tjose logs ;-) |
Hi, recently, my machine has been upgraded. I have my git as 2.16.2 version installed. Still I am getting the same error /usr/bin/git, log, --abbrev-commit, --abbrev=8, --name-only, --pretty=fuller, --date=iso8601-strict] in directory /opengrok/project/qt/source: fatal: unknown date format iso8601-strict. Do I need to update git to a newer version that that? |
And is |
OpenGrok Version: opengrok-1.1-rc11
JDK: Oracle java version "1.8.0_144"
OS: Ubuntu 12.04.5 LTS
Tomcat: Tomcat8
The History Error occurred in all project. It showed the following message when I process index step:
An error occurred while reading history:
org.opensolaris.opengrok.history.HistoryException Failed to get history for: "" Exit code: 128
The text was updated successfully, but these errors were encountered: