Skip to content

Commit d7c90a9

Browse files
Add troubleshooting for RWS' inconsistent data
1 parent db8301a commit d7c90a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/Troubleshooting.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Servers
3535

3636
*Possible cause.* RWS is designed to handle groups of contests, so it retains data about past contests. If you want to delete previous data, run RWS with the ```-d``` option. See :doc:`RankingWebServer` for more details
3737

38+
- *Symptom.* Ranking Web Server prints an "Inconsistent data" exception.
39+
40+
*Possible cause.* RWS has its own local storage of the score data; this exception usually means that it got corrupted in some way (e.g., some of the data was deleted). If all the scores are still present in the core CMS, the easiest way to fix this is to stop RWS and ProxyService, run ``cmsRankingWebServer -d`` to delete the local storage, then start again RWS and PS.
41+
3842

3943
Sandbox
4044
=======

0 commit comments

Comments
 (0)