Advertisement
Guest User

ckan datapusher

a guest
Oct 21st, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. [Tue Oct 21 16:48:00.419239 2014] [:error] [pid 1944:tid 140693297149696] Job "push_to_datastore (trigger: RunTriggerNow, run = True, next run at: None)" raised an exception
  2. [Tue Oct 21 16:48:00.419289 2014] [:error] [pid 1944:tid 140693297149696] Traceback (most recent call last):
  3. [Tue Oct 21 16:48:00.419299 2014] [:error] [pid 1944:tid 140693297149696] File "/usr/lib/ckan/datapusher/lib/python2.7/site-packages/apscheduler/scheduler.py", line 512, in _run_job
  4. [Tue Oct 21 16:48:00.419310 2014] [:error] [pid 1944:tid 140693297149696] retval = job.func(*job.args, **job.kwargs)
  5. [Tue Oct 21 16:48:00.419320 2014] [:error] [pid 1944:tid 140693297149696] File "/usr/lib/ckan/datapusher/src/datapusher/datapusher/jobs.py", line 226, in push_to_datastore
  6. [Tue Oct 21 16:48:00.419329 2014] [:error] [pid 1944:tid 140693297149696] resource = get_resource(resource_id, ckan_url, api_key)
  7. [Tue Oct 21 16:48:00.419339 2014] [:error] [pid 1944:tid 140693297149696] File "/usr/lib/ckan/datapusher/src/datapusher/datapusher/jobs.py", line 180, in get_resource
  8. [Tue Oct 21 16:48:00.419349 2014] [:error] [pid 1944:tid 140693297149696] check_response(r, url, 'CKAN')
  9. [Tue Oct 21 16:48:00.419358 2014] [:error] [pid 1944:tid 140693297149696] File "/usr/lib/ckan/datapusher/src/datapusher/datapusher/jobs.py", line 91, in check_response
  10. [Tue Oct 21 16:48:00.419367 2014] [:error] [pid 1944:tid 140693297149696] resp=response.text[:200]))
  11. [Tue Oct 21 16:48:00.419377 2014] [:error] [pid 1944:tid 140693297149696] JobError: CKAN bad response. Status code: 404 Not Found. At: http://127.0.0.0:5000/api/3/action/resource_show. Response: <html>\r
  12. [Tue Oct 21 16:48:00.419387 2014] [:error] [pid 1944:tid 140693297149696] <head><title>404 Not Found</title></head>\r
  13. [Tue Oct 21 16:48:00.419396 2014] [:error] [pid 1944:tid 140693297149696] <body bgcolor="white">\r
  14. [Tue Oct 21 16:48:00.419406 2014] [:error] [pid 1944:tid 140693297149696] <center><h1>404 Not Found</h1></center>\r
  15. [Tue Oct 21 16:48:00.419415 2014] [:error] [pid 1944:tid 140693297149696] <hr><center>nginx/1.4.6 (Ubuntu)</center>\r
  16. [Tue Oct 21 16:48:00.419425 2014] [:error] [pid 1944:tid 140693297149696] </body>\r
  17. [Tue Oct 21 16:48:00.419434 2014] [:error] [pid 1944:tid 140693297149696] </html>\r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement