ckan

Error 404 not found uploading dataset to YYC Data Collective (CKAN)

十年热恋 提交于 2020-01-25 06:49:06
问题 We have CKAN 2.7.2 and Ubuntu 14.04 I appear to be unable to upload a dataset to http://yycdatacollective.ucalgary.ca I fill out all the metadata fields, but as soon as I hit the button to move on to the step to upload the file itself I get the following URL and error: http://yycdatacollective.ucalgary.ca/dataset/new But then playing with it I found a temporary workaround for it as explained in following images: * Not sure why when leaving the url empty then go back to fill in the url, by

How to enable API button for CKAN data set?

守給你的承諾、 提交于 2020-01-17 02:50:07
问题 I have successfully added a data set for the CKAN site. It enables to preview the data set as well. Below is the URL for the data set testckan.com:5000/dataset/my-data1/resource/4c2647ca-a4ab-4d20-8119-5c3da9d4ae14 By adding api/rest/ to the URL as below enables to expose data sets as a JSON service. testckan.com:5000/api/rest/dataset/my-data1/resource/4c2647ca-a4ab-4d20-8119-5c3da9d4ae14 All I want to do is add an button so that user can view the data set as a JSON rather than typing it in

Can CKAN support Solr 7.0?

﹥>﹥吖頭↗ 提交于 2020-01-13 19:26:50
问题 I am trying to install Solr 7.0 and CKAN 2.7.2 in Ubuntu 16.04. However, I got the following errors : From Solr admin website: ckan: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core ckan: Can't load schema /var/solr/data/ckan/conf/schema.xml: Setting defaultSearchField in schema not supported since Solr 7 From CKAN installation when initiating Database: Solr responded with an error (HTTP 404): [Reason: Error 404 Not Found] So I wonder

Can CKAN support Solr 7.0?

我与影子孤独终老i 提交于 2020-01-13 19:26:28
问题 I am trying to install Solr 7.0 and CKAN 2.7.2 in Ubuntu 16.04. However, I got the following errors : From Solr admin website: ckan: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core ckan: Can't load schema /var/solr/data/ckan/conf/schema.xml: Setting defaultSearchField in schema not supported since Solr 7 From CKAN installation when initiating Database: Solr responded with an error (HTTP 404): [Reason: Error 404 Not Found] So I wonder

Ckan Always redirecting to localhost:5000

二次信任 提交于 2020-01-07 06:40:36
问题 I have set up a virtual machine(eg., ckan.test.com) and set up CKAN on that machine. Every thing looks fine until i try to submit any form. If i try to submit any form it will automatically redirect to localhost:5000. Ex: Login page is http://ckan.test.com/user/login. Once i enter credentials and login its redirecting to http://localhost:5000/user/logged_in. If i replace localhost:5000 with ckan.test.com it takes me to the correct home page. Can any one tell me whats going on 回答1: CKAN form

Does CKAN have a limit size of data to upload?

二次信任 提交于 2020-01-07 02:26:06
问题 I have set CKAN and it is running fine, but have two questions. Both problems below happen only if uploading file . If I add a new resource by a URL, everything runs fine. 1) I can upload small files (around 4kb) to a given dataset, but when trying with bigger files (65 kb) I get Error 500 An Internal Server Error Occurred . So is there a size limit for uploading files? What can I do to be able to upload bigger files? 2) I get another error, for the small uploaded files, and that is: when

No module named celery when installing ckanext-archiver

∥☆過路亽.° 提交于 2020-01-06 01:35:29
问题 I'm using CKAN as my open data portal and am trying to install the Archiver Extension by following the instructions at https://github.com/ckan/ckanext-archiver. However I am faced with this error which I could not solve after enabling the archiver in my ckan config file. Traceback (most recent call last): File "/usr/lib/ckan/default/bin/paster", line 9, in <module> load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')() File "/usr/lib/ckan/default/local/lib/python2.7/site

how to provision a datastore in ckan for connecting cygnus in column persistance mode?

情到浓时终转凉″ 提交于 2020-01-04 09:23:35
问题 I am having the same problem as here and try to solve it, but I do not know how to properly format the datastore so cygnus will not throw the persistence error. My orion suscription is this one: (curl localhost:1026/v1/subscribeContext -s -S --header 'Content-Type: application/json' \ --header 'Accept: application/json' -d @- | python -mjson.tool) <<EOF { "entities": [ { "type": "Event", "isPattern": "false", "id": "es-leon-0" }, { "type": "Event", "isPattern": "false", "id": "es-leon-1" } ],

Is there any way to access private datasets through API call

亡梦爱人 提交于 2020-01-03 03:40:10
问题 I'm running Mirth 3.6.1 with CKAN 2.8 and being a newbie to this I've run into an issue: Is there a way to access resources in private datasets in CKAN through API requests? I can't seem to do it. I have an organization with a public dataset and I can can go through Mirth via the API router to the correct Mirth channel and get the data from CKAN, like normal, with an API request. But if I make the dataset private, it all falls apart. Even though I use the correct API-key. Although, that doesn

Upload error: Could not connect to DataPusher. error in ckan 2.4.3

旧城冷巷雨未停 提交于 2020-01-01 15:32:08
问题 I'm trying to upload my dataset to datastore. I create dataset and try to upload dataset to datastore with "Upload to datastore" menu in ckan interface. I got "Upload error: Could not connect to DataPusher." error message in web not in any log(ckan log, datapusher log) This is contents of my development.ini sqlalchemy.url = postgresql://ckan_default:MYPASS@localhost/ckan_default ckan.datastore.write_url = postgresql://ckan_default:MYPASS@localhost/datastore_default ckan.datastore.read_url =