python - CKAN won't start -


On my FreeBSD10, I managed to install PostgreSQL, Apache Solar and CKAN, but when I run paster serve / etc,

/ckan/default/development.ini I get these error messages (I know there is a problem with CKAN because on my IP: 5000 I have an error : Connection failed ).

Here are the error messages:

$ paster serve /etc/ckan/default/production.ini traceback (most recent call final): file "/ usr / Lib / ckan / default / bin / pastor ", line 9, & lt; Module & gt; Load_entry_point ('Paste Script == 1.7.5', 'console_script', 'pastor') () file "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/script/command.py ", Line 104, in run invoice (command, command_name, options, arguments [1:]) file" /usr/lib/ckan/default/lib/python2.7/site-packages/paste/script/command.py " , Line 143, exit_code = runner.run (args) file to exit "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/script/command.py", line 238, run Results = self.command () file "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/script/serve.py", line 284, in order relative_to = base, global_conf = vars) File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste /script/serve.py ", line 321, load kW ** in the file" / usr / lib / ckan / default / lib / file "/ usr / lib / ckan / default / lib /" load to load To load to load, load (APP, Yuri, name = name, ** kW) in python2.7 / site-packages / paste / deploy / loadwsgi.py ", line 247, Python2.7 / Site-packages / paste / deploy / loadwsgi.py ", line 272, Obj return context.create () file in the load" /usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy /loadwsgi.py ", line 710, create self.object_type.invoke (self) file" /usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py " , Line 146, flame In Fix_ call (context.object, context.global_conf, ** references .local_conf) file "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/util.py", line 56 "/root/ckan/lib/default/src/ckan/ckan/config/middleware.py", line 58, make_app load_environment (conf, app_conf) in the Fix-call call val = callable (* Args, ** KW) In the file "/ root / ckan / lib / default / src / ckan / ckan /config/environment.py", line 232, "/ root / ckan / lib / default / src / ckan" in the load_environment p.load_all (config) file /ckan/plugins/core.py ", line 134, in the load_all load (* Plugins) file" /root/ckan/lib/default/src/ckan/ckan/plugins/core.py ", line 170, load plugins_update () File "/ root / ckan / lib / Default / src / ckan / ckan / plugi ns / core.py ", line 116," /root/ckan/lib/default/src/ckan/ckan/config/environment.py "in the plugins_update environment.update_config () file, Line 357, update_config plugin. Config file "/root/ckan/lib/default/src/ckan/ckanext/datastore/plugin.py", line 115, configure the ._check_urls_ and_pimition () file "/ root / ckan / lib / default / Src / ckan / / / ckan / lib / default / src / ckan / ckanext / datastore / file / "/" / "/" / "/" / "" Plugin.py ", line 140, _log_or_raise in DatastoreException ( Message) Increase ckanext.datastore.plugin.DatastoreException: writes read-only user privileges

What should I do?

Your read-only user is not setup correctly for postgrascill datastore database: writes user privileges Is the relevant part of the docs:


Comments