Unable to Fetch from Remote Repository
症状
Error from the log:
[java] com.cenqua.fisheye.config.ConfigException: Unable to fetch from remote repository: /Users/mg/work/crucible/fe-hg - [transaction abort!, rollback completed, abort: data/src/content/WEB-INF/classes/xwork-crucible.xml.i@bb83fe00bd3a: unknown parent!]
原因
Mercurial repository can sometimes invalid.
ソリューション
Use the "hg verify" command to verify the integrity of the repository. If it returns an error, please try the following steps in Fisheye:
- Stop your mercurial repository completely
- Locate the mercurial repository cache directory e.g
FISHEYE_INST/var/cache/hg-repo/
- Remove the clone directory
- Restart the mercurial repository so Fisheye will re-clone the repository. Note that you don't need to perform a reindex, it should back to normal after that.
最終更新日 2018 年 7 月 31 日
Powered by Confluence and Scroll Viewport.