Hi I observed that when the indexer works for multiple CVS Workspaces at the same time the indexer gives error Like the following and that was the likely cause of my history Not working for some files. A cvs up during the same time Gave connection refused error to the cvs server as well, Top command displayed java had more than 100% cpu usage During the time the error occurred and as soon as the cpu Usage went down the indexer didn't give error.
WARNING: An error occurred while reading history: org.opensolaris.opengrok.history.HistoryException: Failed to get history for: "/tools/opengrok/source/WREPO/abc/devel/src/com/sysco/webui/form/task/Ta skExecutionLogForm.java" Exit code: 1 at org.opensolaris.opengrok.history.CVSHistoryParser.parse(CVSHistoryParser .java:133) at org.opensolaris.opengrok.history.FileHistoryCache.get(FileHistoryCache.j ava:221) at org.opensolaris.opengrok.history.HistoryGuru.getHistoryReader(HistoryGur u.java:140) at org.opensolaris.opengrok.analysis.AnalyzerGuru.getDocument(AnalyzerGuru. java:222) at org.opensolaris.opengrok.index.IndexDatabase.addFile(IndexDatabase.java: 554) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:674) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.indexDown(IndexDatabase.jav a:657) at org.opensolaris.opengrok.index.IndexDatabase.update(IndexDatabase.java:3 26) at org.opensolaris.opengrok.index.IndexDatabase$1.run(IndexDatabase.java:14 2) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto r.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja va:675) at java.lang.Thread.run(Thread.java:595) When I tried to index each workspace one at a a time then I didn't see the Above Error. Please advise Regards Pranab