README formatting.
This commit is contained in:
parent
718202d886
commit
1f5c4298e0
12
README.rst
12
README.rst
|
@ -458,16 +458,16 @@ following steps with the one you are using.
|
||||||
|
|
||||||
Some problems you may encounter when starting the processes:
|
Some problems you may encounter when starting the processes:
|
||||||
|
|
||||||
* `ckan_gather_consumer: ERROR (no such process)`
|
* `ckan_gather_consumer: ERROR (no such process)`
|
||||||
Double-check your supervisor configuration file and stop and restart the supervisor daemon::
|
Double-check your supervisor configuration file and stop and restart the supervisor daemon::
|
||||||
|
|
||||||
sudo service supervisor start; sudo service supervisor stop
|
sudo service supervisor start; sudo service supervisor stop
|
||||||
|
|
||||||
* `ckan_gather_consumer: ERROR (abnormal termination)`
|
* `ckan_gather_consumer: ERROR (abnormal termination)`
|
||||||
Something prevented the command from running properly. Have a look at the log file that
|
Something prevented the command from running properly. Have a look at the log file that
|
||||||
you defined in the `stdout_logfile` section to see what happened. Common errors include:
|
you defined in the `stdout_logfile` section to see what happened. Common errors include::
|
||||||
|
|
||||||
* `socket.error: [Errno 111] Connection refused`
|
`socket.error: [Errno 111] Connection refused`
|
||||||
RabbitMQ is not running::
|
RabbitMQ is not running::
|
||||||
|
|
||||||
sudo service rabbitmq-server start
|
sudo service rabbitmq-server start
|
||||||
|
|
Loading…
Reference in New Issue