0.19.5 Released

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs. purge
case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand pierredurand@gmail.comwrote:

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 :frowning:
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! :slight_smile:

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 out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/

    int
    ernal/SearchContext;Lorg/elast
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl
    ight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/**
    internal/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

Mmm, and check if after you remove the package, there is still
elasticsearch under /usr/share/elasticsearch, thats where the lib is... . I
don't see it being removed in the postrm file.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs. purge
case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand pierredurand@gmail.comwrote:

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 :frowning:
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! :slight_smile:

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.comwrote:

Ohh, and it was working for eveyone else on IRC while we were
trying to figure it out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/

    int
    ernal/SearchContext;Lorg/elast
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl
    ight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/**
    internal/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

after dpkg -r elasticsearch
there is nothing in /usr/share/elasticsearch, except plugins

i'll try --purge

2012/6/25 Shay Banon kimchy@gmail.com

Mmm, and check if after you remove the package, there is still
elasticsearch under /usr/share/elasticsearch, thats where the lib is... . I
don't see it being removed in the postrm file.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs. purge
case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand pierredurand@gmail.comwrote:

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.com

wrote:

It doesn't work with the .deb package :frowning:
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! :slight_smile:

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.comwrote:

Ohh, and it was working for eveyone else on IRC while we were
trying to figure it out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/

    int
    ernal/SearchContext;Lorg/elast
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl
    ight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/**
    internal/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

--
Pierre Durand

It didn't work :frowning:

dpkg --purge elasticsearch
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 ... 82937 files and directories currently installed.)
Unpacking elasticsearch (from elasticsearch-0.19.6.deb) ...
Setting up elasticsearch (0.19.6) ...
Adding system user elasticsearch' (UID 111) ... Adding new user elasticsearch' (UID 111) with group elasticsearch' ... Not creating home directory /usr/share/elasticsearch'.

  • Starting Elasticsearch Server *[fail] *
    invoke-rc.d: initscript elasticsearch, action "start" failed.
    Processing triggers for ureadahead ...

2012/6/25 Pierre Durand pierredurand@gmail.com

after dpkg -r elasticsearch
there is nothing in /usr/share/elasticsearch, except plugins

i'll try --purge

2012/6/25 Shay Banon kimchy@gmail.com

Mmm, and check if after you remove the package, there is still
elasticsearch under /usr/share/elasticsearch, thats where the lib is... . I
don't see it being removed in the postrm file.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs.
purge case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand pierredurand@gmail.comwrote:

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.com> wrote:

It doesn't work with the .deb package :frowning:
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! :slight_smile:

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.comwrote:

Ohh, and it was working for eveyone else on IRC while we were
trying to figure it out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/

    int
    ernal/SearchContext;Lorg/elast**
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl

    ight/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

--
Pierre Durand

--
Pierre Durand

Open the message to see the "fail" message at start

2012/6/25 Pierre Durand pierredurand@gmail.com

It didn't work :frowning:

dpkg --purge elasticsearch
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 ... 82937 files and directories currently installed.)
Unpacking elasticsearch (from elasticsearch-0.19.6.deb) ...
Setting up elasticsearch (0.19.6) ...
Adding system user elasticsearch' (UID 111) ... Adding new user elasticsearch' (UID 111) with group elasticsearch' ... Not creating home directory /usr/share/elasticsearch'.

  • Starting Elasticsearch Server *[fail] *
    invoke-rc.d: initscript elasticsearch, action "start" failed.
    Processing triggers for ureadahead ...

2012/6/25 Pierre Durand pierredurand@gmail.com

after dpkg -r elasticsearch
there is nothing in /usr/share/elasticsearch, except plugins

i'll try --purge

2012/6/25 Shay Banon kimchy@gmail.com

Mmm, and check if after you remove the package, there is still
elasticsearch under /usr/share/elasticsearch, thats where the lib is... . I
don't see it being removed in the postrm file.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs.
purge case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand <pierredurand@gmail.com

wrote:

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.com> wrote:

It doesn't work with the .deb package :frowning:
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! :slight_smile:

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.comwrote:

Ohh, and it was working for eveyone else on IRC while we were
trying to figure it out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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.com

wrote:

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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/
    int
    ernal/SearchContext;Lorg/elast****
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl

    ight/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

--
Pierre Durand

--
Pierre Durand

--
Pierre Durand

Found the problem with the help of d0d0 on IRC, its already in 0.19 branch,
will be in 0.19.7.

On Mon, Jun 25, 2012 at 6:12 PM, Pierre Durand pierredurand@gmail.comwrote:

It didn't work :frowning:

dpkg --purge elasticsearch
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 ... 82937 files and directories currently installed.)
Unpacking elasticsearch (from elasticsearch-0.19.6.deb) ...
Setting up elasticsearch (0.19.6) ...
Adding system user elasticsearch' (UID 111) ... Adding new user elasticsearch' (UID 111) with group elasticsearch' ... Not creating home directory /usr/share/elasticsearch'.

  • Starting Elasticsearch Server *[fail] *
    invoke-rc.d: initscript elasticsearch, action "start" failed.
    Processing triggers for ureadahead ...

2012/6/25 Pierre Durand pierredurand@gmail.com

after dpkg -r elasticsearch
there is nothing in /usr/share/elasticsearch, except plugins

i'll try --purge

2012/6/25 Shay Banon kimchy@gmail.com

Mmm, and check if after you remove the package, there is still
elasticsearch under /usr/share/elasticsearch, thats where the lib is... . I
don't see it being removed in the postrm file.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs.
purge case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand <pierredurand@gmail.com

wrote:

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.com> wrote:

It doesn't work with the .deb package :frowning:
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! :slight_smile:

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.comwrote:

Ohh, and it was working for eveyone else on IRC while we were
trying to figure it out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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.com

wrote:

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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/
    int
    ernal/SearchContext;Lorg/elast****
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl

    ight/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

--
Pierre Durand

--
Pierre Durand

Thank you :slight_smile:

On Tuesday, June 26, 2012 2:24:10 PM UTC+2, kimchy wrote:

Found the problem with the help of d0d0 on IRC, its already in 0.19
branch, will be in 0.19.7.

On Mon, Jun 25, 2012 at 6:12 PM, Pierre Durand pierredurand@gmail.comwrote:

It didn't work :frowning:

dpkg --purge elasticsearch
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 ... 82937 files and directories currently installed.)
Unpacking elasticsearch (from elasticsearch-0.19.6.deb) ...
Setting up elasticsearch (0.19.6) ...
Adding system user elasticsearch' (UID 111) ... Adding new user elasticsearch' (UID 111) with group elasticsearch' ... Not creating home directory /usr/share/elasticsearch'.

  • Starting Elasticsearch Server *[fail] *
    invoke-rc.d: initscript elasticsearch, action "start" failed.
    Processing triggers for ureadahead ...

2012/6/25 Pierre Durand pierredurand@gmail.com

after dpkg -r elasticsearch
there is nothing in /usr/share/elasticsearch, except plugins

i'll try --purge

2012/6/25 Shay Banon kimchy@gmail.com

Mmm, and check if after you remove the package, there is still
elasticsearch under /usr/share/elasticsearch, thats where the lib is... . I
don't see it being removed in the postrm file.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Note, purge will remove the data location!.

On Mon, Jun 25, 2012 at 6:03 PM, Shay Banon kimchy@gmail.com wrote:

Try and run dpkg --purge: See
https://github.com/elasticsearch/elasticsearch/blob/master/src/deb/control/postrm
.

We are still debating what needs to be done in the remove case vs.
purge case.

On Mon, Jun 25, 2012 at 5:56 PM, Pierre Durand <
pierredurand@gmail.com> wrote:

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.com> wrote:

It doesn't work with the .deb package :frowning:
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! :slight_smile:

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.comwrote:

Ohh, and it was working for eveyone else on IRC while we were
trying to figure it out :slight_smile:

On Mon, Jun 25, 2012 at 4:58 PM, Shay Banon kimchy@gmail.comwrote:

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 out :slight_smile:

0.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_state

On 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-**S****NAPSHOT.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.com> wrote:

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/highlight/HighlightPhase,
    method: hitExecute signature: (Lorg/elasticsearch/search/
    int
    ernal/SearchContext;Lorg/elast****
    icsearch/search/fetch/FetchSubPhase$HitContext;)V)
    Incompatible object argument for function call]
    VerifyError[(class: org/elasticsearch/search/highl

    ight/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

--
Pierre Durand

--
Pierre Durand