[ckan-dev] Datastore - “Could not connect to DataPusher.”
Pedro Ferro
pedro.ferro at gmail.com
Tue Dec 13 17:36:43 UTC 2016
Hi,
I’ve made an installation of CKAN 2.5.3 with Solr 5.1.0 in a virtual
machine with Ubuntu 14.04.
The virtual machine is bridge, not accessible for the web.and I’m working
beyond a proxy
Everything seems to running well except when I try to load a file to
Datastore I’ve an error “Could not connect to DataPusher.”
My development.ini file:
sqlalchemy.url = postgresql://ckan_default:MYPASSW@localhost/ckan_default
ckan.datastore.write_url = postgresql://ckan_default: MYPASSW
@localhost/datastore_default
ckan.datastore.read_url = postgresql://datastore_default: MYPASSW
@localhost/datastore_default
ckan.site_url =http://10.0.70.138:5000
ckan.site_id = OMEUSITE
solr_url = http://127.0.0.1:8983/solr/ckan
ckan.plugins = stats text_view image_view recline_view datastore datapusher
pdf_view spatial_metadata spatial_query resource_proxy geo_view
geojson_view wmts_view harvest ckan_harvester csw_harvester waf_harvester
doc_harvester
ckanext.spatial.search_backend = solr-spatial-field
ckan.views.default_views = image_view text_view recline_view pdf_view
geo_view geojson_view wmts_view
ckan.datapusher.url = http://0.0.0.0:8800/
If I made netstat –tulpn I get this:
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:80 <http://0.0.0.0/>
0.0.0.0:*
LISTEN 1411/nginx
tcp 0 0 127.0.1.1:53 0.0.0.0:*
LISTEN 931/dnsmasq
tcp 0 0 127.0.0.1:631 0.0.0.0:*
LISTEN 6771/cupsd
tcp 0 0 127.0.0.1:5432 0.0.0.0:*
LISTEN 929/postgres
tcp 0 0 0.0.0.0:5000 0.0.0.0:*
LISTEN 2709/python
tcp 0 0 127.0.0.1:6379 0.0.0.0:*
LISTEN 1424/redis-server 1
tcp6 0 0 127.0.0.1:7983 :::*
LISTEN 1553/java
tcp6 0 0 :::80 :::*
LISTEN 1411/nginx
tcp6 0 0 ::1:631 :::*
LISTEN 6771/cupsd
tcp6 0 0 :::8983 :::*
LISTEN 1553/java
udp 0 0 0.0.0.0:5353 0.0.0.0:*
736/avahi-daemon: r
udp 0 0 0.0.0.0:61072 0.0.0.0:*
919/dhclient
udp 0 0 127.0.1.1:53 0.0.0.0:*
931/dnsmasq
udp 0 0 0.0.0.0:68 0.0.0.0:*
919/dhclient
udp 0 0 0.0.0.0:631 0.0.0.0:*
863/cups-browsed
udp 0 0 0.0.0.0:46216 0.0.0.0:*
736/avahi-daemon: r
udp6 0 0 :::5353 :::*
736/avahi-daemon: r
udp6 0 0 :::34086 :::*
919/dhclient
udp6 0 0 :::35682 :::*
736/avahi-daemon: r
I’m not an IT guy so I could be doing some basic error on the installation.
Any help is appreciated!
Thanks,
Pedro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20161213/86fc571e/attachment-0002.html>
More information about the ckan-dev
mailing list