rufuspollock-okfn / reconcile-csv

A simple OpenRefine reconciliation service that runs on top of a CSV file
BSD 2-Clause "Simplified" License
117 stars 28 forks source link

java.io.FileNotFoundException: index.html.tpl (No such file or directory) #26

Open jwjordan opened 8 years ago

jwjordan commented 8 years ago

I'm running this on a Mac, and the service appears to start correctly when I run:

java -Xmx2g -jar reconcile-csv-0.1.2.jar qb.csv "location_name" "id"

but as soon as I add the standard reconciliation service in OpenRefine, I get the following Java error:

2016-05-06 10:46:12.517:WARN:oejs.AbstractHttpConnection:/?callback=jQuery172084266567765735091462545445994&=1462545972389 java.io.FileNotFoundException: index.html.tpl (No such file or directory)

elfatherbrown commented 8 years ago

Yup. Same here. Im on osx el capitan if that helps

elfatherbrown commented 8 years ago

No no. Sorry, im a dummy. I was adding http://localhost:8000 and not http://localhost:8000/reconcile . Close it!

:D

gitonthescene commented 3 years ago

I think more people will run into this because the output looks like this:

$ java -Xmx2g -jar reconcile-csv-0.1.2.jar senators-new.tsv itemLabel item
javaStarting CSV Reconciliation service
Point refine to http://localhost:8000 as reconciliation service
mattmartin26 commented 2 years ago

I just committed the same error!! Would be great if that output was updated.

gitonthescene commented 2 years ago

@mattmartin26 - It looks like this project hasn’t been modified in years. You might want to give csv-revoncile a try which is a bit more active and written in Python.

ianengelbrecht commented 12 months ago

I got this same issue. Would be nice to have that output in the console updated with the correct url

tfmorris commented 11 months ago

This comment is still very relevant: https://github.com/okfn/reconcile-csv/issues/26#issuecomment-1049299464 There's also this about the author: https://discuss.okfn.org/t/remembering-michael-bauer/1166

Bottom line - switch to a service which has maintainers.