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

Invalid or corrupt jarfile #4

Closed magdmartin closed 10 years ago

magdmartin commented 10 years ago

The server doesn't launch on my machine. I downloaded the jar from this location: https://github.com/okfn/reconcile-csv/blob/master/reconcile-csv-0.1.0-SNAPSHOT-standalone.jar and start it with the following commande:

java -jar "reconcile-csv-0.1.0-SNAPSHOT-standalone.jar" location.csv name id

Error message is the following:

Invalid or corrupt jarfile reconcile-csv-0.1.0-SNAPSHOT-standalone.jar
mihi-tr commented 10 years ago

I do think this might be a problem with downloading: Did you just put the url into a downloader or click on the "raw" button? I'd also recommend downloading from here: http://okfnlabs.org/reconcile-csv/dist/reconcile-csv-0.1.1.jar

magdmartin commented 10 years ago

Got it by downloading the raw from https://github.com/okfn/reconcile-csv/blob/gh-pages/dist/reconcile-csv-0.1.1.jar

okfnlabs returned network error in th middle of the download