ckan

CKAN/Solr: JSP support not configured

て烟熏妆下的殇ゞ 提交于 2019-12-07 18:57:04
问题 I have problem following steps while installing CKAN on ubuntu 14.04 (elementary OS Freya 0.3) Specifically this one: http://docs.ckan.org/en/latest/maintaining/installing/install-from-source.html#setup-solr When I start JPS server and open http://localhost:8983/solr/ I have the following error: HTTP ERROR 500 Problem accessing /solr/index.jsp. Reason: JSP support not configured Powered by Jetty:// Can you tell me what happen? Adding JAVA_HOME=/usr/lib/jvm/java-8-oracle to jetty config does

Not able to create a resource in demo.ckan.org through the API (500 error)

眉间皱痕 提交于 2019-12-07 17:38:34
问题 I'm doing some tests with demo.ckan.org , which is running the 2.4 version of the API, AFAIK. Everything works well (organization and dataset creation) except for the resource creation. The resource_create method always returns a 500 error. This is the curl showing the package where I want to create the resource: $ curl -X GET "http://demo.ckan.org:80/api/3/action/package_show?id=f2c4125b-27c8-4e07-94d7-d6d0c0b65154" | python -m json.tool % Total % Received % Xferd Average Speed Time Time

No view created for a resource at demo.ckan.org

倖福魔咒の 提交于 2019-12-07 12:44:43
问题 Once my resource creation problem has been solved, I have another problem with demo.ckan.org. After creating the resource, I've created a datastore and upserted some data: POST http://demo.ckan.org:80/api/3/action/resource_create HTTP/1.1 {"help": "http://demo.ckan.org/api/3/action/help_show?name=resource_create", "success": true, "result": {"cache_last_updated": null, "cache_url": null, "mimetype_inner": null, "hash": "", "description": "", "format": "", "url": "http://none", "created":

CKAN/Solr: JSP support not configured

﹥>﹥吖頭↗ 提交于 2019-12-06 13:54:48
I have problem following steps while installing CKAN on ubuntu 14.04 (elementary OS Freya 0.3) Specifically this one: http://docs.ckan.org/en/latest/maintaining/installing/install-from-source.html#setup-solr When I start JPS server and open http://localhost:8983/solr/ I have the following error: HTTP ERROR 500 Problem accessing /solr/index.jsp. Reason: JSP support not configured Powered by Jetty:// Can you tell me what happen? Adding JAVA_HOME=/usr/lib/jvm/java-8-oracle to jetty config does not help. I followed the instructions here and it worked -- https://github.com/ckan/ckan/pull/2966 cd

Which file formats can be previewed on CKAN Data Preview tool?

时间秒杀一切 提交于 2019-12-06 11:56:15
问题 I am working on CKAN and will like to know the appropriate file formats that can be previewed on CKAN. I could not find any information on this topic online, so I decided to start this topic and hope to garner more responses on this which will be useful to CKAN developers in future. Here's a list of file formats that I have gathered after experimenting with my own CKAN and looking through other CKAN instances such as those from UK and Australia. Can be previewed: CSV (Comma separated values)

paster db init -c XXXX/development.ini not working for CKAN-command 'db' not know

我与影子孤独终老i 提交于 2019-12-06 09:16:34
I am a first time user of CKAN and python, most of my development in .NET I am setting up CKAN for the first time on a Windows 7 computer. I am trying to run the line: paster db init -c [FOLDER NAME]\development.ini But I keep getting the error Comman db not know I have looked at: http://docs.ckan.org/en/943-writing-extensions-tutorial/paster.html I also tried: c:\Python27\Scripts\virtualenv.exe --no-site-packages [FOLDER NAME]\ckanext\datastore this did not work Is there a alternative way to set up the database? Any suggestions? You need to either be in your CKAN source code directory when

Not able to create a resource in demo.ckan.org through the API (500 error)

心已入冬 提交于 2019-12-06 00:34:07
I'm doing some tests with demo.ckan.org , which is running the 2.4 version of the API, AFAIK. Everything works well (organization and dataset creation) except for the resource creation. The resource_create method always returns a 500 error. This is the curl showing the package where I want to create the resource: $ curl -X GET "http://demo.ckan.org:80/api/3/action/package_show?id=f2c4125b-27c8-4e07-94d7-d6d0c0b65154" | python -m json.tool % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1228 100 1228 0 0 1384 0 --:--:-- --:--:-- --:--:--

ckan local installation, 500 error on solr JSP support not configured

穿精又带淫゛_ 提交于 2019-12-05 20:22:40
问题 I am trying to install CKAN on my local computer using Ubuntu 14.04 LTS. I followed the instructions for installing from source found here and I try to check if solr is running by visiting http://localhost:8983/solr/. I can see that Jetty is running because when I visit http://localhost:8983 I see that it is up. I added the jdk as follows: JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-amd64 I am getting a 500 error when i try to open the solr page: HTTP ERROR 500 Problem accessing /solr/index.jsp

No view created for a resource at demo.ckan.org

不羁的心 提交于 2019-12-05 19:39:36
Once my resource creation problem has been solved , I have another problem with demo.ckan.org. After creating the resource, I've created a datastore and upserted some data: POST http://demo.ckan.org:80/api/3/action/resource_create HTTP/1.1 {"help": "http://demo.ckan.org/api/3/action/help_show?name=resource_create", "success": true, "result": {"cache_last_updated": null, "cache_url": null, "mimetype_inner": null, "hash": "", "description": "", "format": "", "url": "http://none", "created": "2015-10-01T06:18:25.471301", "state": "active", "webstore_last_updated": null, "webstore_url": null,

What's the difference between Organizations & Groups in CKAN?

大憨熊 提交于 2019-12-04 17:02:32
问题 What are Groups? You can use CKAN Groups to create and manage collections of datasets. This could be to catalogue datasets for a particular project or team, or on a particular theme, or as a very simple way to help people find and search your own published datasets. What are Organizations? CKAN Organizations are used to create, manage and publish collections of datasets. Users can have different roles within an Organization, depending on their level of authorisation to create, edit and