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

Address already in use: bind #37

Open shamitb opened 5 years ago

shamitb commented 5 years ago

Port 8000 is already in use. How can I change the port and how do I run it from the standalone jar? Or do I need to recompile? Please let me know the steps ...

shamitb commented 5 years ago

I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... But when I try to 'Add Standard Service' in Reconciliation in Open Refine - I get an error: Error contacting recon service: parsererror : Error: jQuery11110777795444764922_1547467179168 was not called - http://localhost:8022

shamitb commented 5 years ago

OK this works - I opened http://localhost:8022/reconcile - I was opening http://localhost:8022 by mistake!