Dieterbe / anthracite

an event / change logging/managament app
Apache License 2.0
295 stars 33 forks source link

ElasticSearch Error #14

Closed cronnelly closed 10 years ago

cronnelly commented 10 years ago

Hi,

I can install anthracite fine using "git clone --recursive". The application starts okay, and I can access the web interface, add an event, and view it in /events/table.

However when I click "timeline", it crashes with the following error: https://gist.github.com/cronnelly/9862978

The web server then becomes unresponsive.

This behaviour happens on both Ubuntu 14.04 Beta, and 12.04 LTS. In both cases, they are running with elasticsearch-1.1.0.deb

Thanks, Mike

chmarr commented 10 years ago

@cronnelly : I had the same problem as you. I did some more digging into Anthracite and ES, and found the source of the problem. See my comment here: https://github.com/Dieterbe/anthracite/issues/13#issuecomment-41612830

Dieterbe commented 10 years ago

sorry all, haven't had time yet to update anthracite for new ES, don't think i'll get around to doing it soon, so if anyone wants to go for it... :) hopefully there's a way to query it that's compatible with both 1.0 and 1.1 ?

chmarr commented 10 years ago

From what I can tell, yes, it'll be possible to share between 1.0 and 1.1, but 0.9 will end up being unsupported unless we do version detection. Honestly I don't think it's worth that trouble.

Dieterbe commented 10 years ago

yeah i'm fine with not supporting ES <1.0

Dieterbe commented 10 years ago

fixed via 851ef80