Skip to content

Commit 962f1d7

Browse files
committed
Update documentation about troubleshooting.
1 parent fcf09b3 commit 962f1d7

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

docs/Troubleshooting.rst

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ Servers
3131

3232
- *Symptom.* Ranking Web Server displays wrong data, or too much data.
3333

34-
*Possible cause.* RWS is designed to handle groups of contests. If you want to delete the previous data, run it with the ```-d``` option. See :doc:`RankingWebServer` for more details
35-
36-
- *Symptom.* Ranking Web Server misbehaving
37-
38-
*Possible cause.* Ensure you are running Tornado 2.0 or higher. (see :gh_issue:`2`)
34+
*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
3935

4036

4137
Sandbox
@@ -44,19 +40,3 @@ Sandbox
4440
- *Symptom.* The Worker fails to evaluate a submission logging about an invalid (empty) output from the manager.
4541

4642
*Possible cause.* You might have been used a non-statically linked checker. The sandbox prevent dynamically linked executables to work. Try compiling the checker with ```-static```.
47-
48-
49-
Importers
50-
=========
51-
52-
- *Symptom.* Importing a contest with ContestImporter fails.
53-
54-
*Possible cause.* The contest was imported with a previous version of CMS. Wait for us to provide update scripts for exports, or contact us for the fast solution.
55-
56-
57-
Configuration
58-
=============
59-
60-
- *Symptom.* ResourceService keeps restarting its services.
61-
62-
*Possible cause.* As stated in the README, a reason for this could be that the "process_cmdline" in the configuration isn't suited to your system. To find the one that suits you, you can run a service by hand (for example *cmsLogService*), then run :samp:`ps aux` and search for a process that looks like :samp:`/usr/bin/python2 /usr/local/bin/cmsLogService`. The "process_cmdline" corresponding to this would be :samp:`["/usr/bin/python2", "/usr/local/bin/cms%s", "%d"]`. This value is the default one and should work well on most Ubuntu systems, but for example on some Gentoo systems you may need to use :samp:`["/usr/bin/python2.7", "/usr/bin/cms%s", "%d"]`.

0 commit comments

Comments
 (0)