ezpaarse-project / ezpaarse

ezPAARSE can ingest your (proxy) log files and show how users access suscribed electronic ressources.
http://www.ezpaarse.org
Other
70 stars 27 forks source link

EADDRINUSE on startup #32

Closed nojhamster closed 8 years ago

nojhamster commented 8 years ago

Sometimes the app crash on startup with EADDRINUSE althought the port is open.

nojhamster commented 8 years ago

This seems to be caused by a callback that is being called twice. Investigating...

nojhamster commented 8 years ago

There seems to be a double cause : some PKBs have formatting problems, and csvextractor invoques the callback for each error fired. (ie. the CSV parser doesn't stop on first error)