dpkg -r elasticsearch
rm -R /var/lib/elasticsearch/plyce/
wget
https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.6.deb
dpkg -i elasticsearch-0.19.6.deb
Selecting previously unselected package elasticsearch.
(Reading database ... 82943 files and directories currently installed.)
Unpacking elasticsearch (from elasticsearch-0.19.6.deb) ...
Setting up elasticsearch (0.19.6) ...
- Starting Elasticsearch Server *[fail] *
invoke-rc.d: initscript elasticsearch, action "start" failed.
Processing triggers for ureadahead ...
On Monday, June 25, 2012 5:48:19 PM UTC+2, kimchy wrote:
You mean 0.19.6? It has the same libraries as the tar.gz one, can you try
and uninstall first and then install?On Mon, Jun 25, 2012 at 5:46 PM, Pierre Durand pierredurand@gmail.comwrote:
It doesn't work with the .deb package
Same crash at start, no error message.But the .tar.gz file is ok.
On Monday, June 25, 2012 5:43:03 PM UTC+2, Pierre Durand wrote:
Wow, that was fast!
On Monday, June 25, 2012 5:40:28 PM UTC+2, kimchy wrote:
0.19.6 has been released to fix the verification bug
On Mon, Jun 25, 2012 at 5:01 PM, Shay Banon kimchy@gmail.com wrote:
Ohh, and it was working for eveyone else on IRC while we were trying
to figure it outOn Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.com wrote:
Great!, managed to get a hold of clinton and he verified it as well.
I worked with clinton on it for a couple of hours and we couldn't
understand why it fails for him with 0.19.5 snap, but I guess some pressure
of it being released made me figure it out0.19.6 coming up...
On Mon, Jun 25, 2012 at 4:54 PM, Pierre Durand <
pierredurand@gmail.com> wrote:It works!
[2012-06-25 16:53:38,754][INFO ][node ] [Master
Order] {0.19.6-SNAPSHOT}[3155]: initializing ...
[2012-06-25 16:53:38,766][INFO ][plugins ] [Master
Order] loaded , sites
[2012-06-25 16:53:42,841][INFO ][node ] [Master
Order] {0.19.6-SNAPSHOT}[3155]: initialized
[2012-06-25 16:53:42,842][INFO ][node ] [Master
Order] {0.19.6-SNAPSHOT}[3155]: starting ...
[2012-06-25 16:53:43,076][INFO ][transport ] [Master
Order] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/
192.168.56.101:9300]}
[2012-06-25 16:53:46,192][INFO ][cluster.service ] [Master
Order] new_master [Master Order][K5oDkecETIeiTNJ5JhoT0Q]**[inet[/192.168.56.101:9300]],
reason: zen-disco-join (elected_as_master)
[2012-06-25 16:53:46,296][INFO ][discovery ] [Master
Order] elasticsearch/**K5oDkecETIeiTNJ5JhoT0Q
[2012-06-25 16:53:46,320][INFO ][http ] [Master
Order] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/
192.168.56.101:9200]}
[2012-06-25 16:53:46,320][INFO ][node ] [Master
Order] {0.19.6-SNAPSHOT}[3155]: started
[2012-06-25 16:53:46,353][INFO ][gateway ] [Master
Order] recovered [0] indices into cluster_stateOn Monday, June 25, 2012 4:50:43 PM UTC+2, kimchy wrote:
Can you try this one: https://dl.dropbox.com/u/****
2136051/elasticsearch-0.19.6-SNAPSHOT.tar.gzhttps://dl.dropbox.com/u/2136051/elasticsearch-0.19.6-SNAPSHOT.tar.gz,
I think I might have found the problem.On Mon, Jun 25, 2012 at 4:44 PM, Shay Banon kimchy@gmail.comwrote:
That should work, oracle jdk 7 is fine. Will test around.
On Mon, Jun 25, 2012 at 4:42 PM, Pierre Durand <
pierredurand@gmail.com> wrote:I'm at work, can't install IRC right now.
I'm using Oracle JDK 7 on Ubuntu 12.04 (in a Virtualbox vm).
Should I test with openjdk?On Monday, June 25, 2012 4:40:18 PM UTC+2, kimchy wrote:
clinton had a similar problem..., thats a strange one, nobody
else got it, do you mind jumping on IRC to try and see whats going on?On Mon, Jun 25, 2012 at 4:26 PM, Pierre Durand <
pierredurand@gmail.com> wrote:[2012-06-25 16:25:45,659][INFO ][node ]
[Magdalene] {0.19.5}[3041]: initializing ...
[2012-06-25 16:25:45,671][INFO ][plugins ]
[Magdalene] loaded , sites
[2012-06-25 16:25:47,560][ERROR][bootstrap ]
{0.19.5}: Initialization Failed ...
- ComputationException[java.lang**.VerifyError: (class:
org/elasticsearch/search/highl***ight/HighlightPhase,
method: hitExecute signature: (Lorg/elasticsearch/search/*int
ernal/SearchContext;Lorg/**elasticsearch/search/fetch/
FetchSubPhase$HitContext;)V) Incompatible object argument
for function call]
VerifyError[(class: org/elasticsearch/search/**highlight/HighlightPhase,
method: hitExecute signature: (Lorg/elasticsearch/search/int
ernal/SearchContext;Lorg/**elast*icsearch/search/fetch/*
FetchSub****Phase$HitContext;)V) Incompatible object argument
for function call]On Monday, June 25, 2012 4:23:24 PM UTC+2, kimchy wrote:
What happens when you use the tar.gz one and run
bin/elasticsearch -f?On Mon, Jun 25, 2012 at 4:20 PM, Pierre Durand <
pierredurand@gmail.com> wrote:I've a crash at start.
Nothing in log file.
Upgraded from 0.19.4, using .deb package.I've downgraded to 0.19.4, and it's ok now
On Monday, June 25, 2012 3:58:26 PM UTC+2, kimchy wrote:
Heya,
0.19.5 has just been release, with important bug fixes,
and two cool new features. More info here: http://www.**
elasticsearch********.org/blog/2012/06/25/0.19.5-re*
*leased.htmlhttp://www.elasticsearch.org/blog/2012/06/25/0.19.5-released.html
.-shay.banon