rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

IndexAlreadyExists error #226

Closed markmacgillivray closed 12 years ago

markmacgillivray commented 12 years ago

Running bibserver on new machine, where bibserver index already existed on ES, resulted in an error. It seems the error thrown by ES when index already exists has changed, presumable because ES is new and in flux. So I have changed the DAO exception just to catch all. This was a delay on finishing #221 so logging here for reference

markmacgillivray commented 12 years ago

Done, leaves #221 clear to finish.