linux-on-ibm-z / docs

A collection of instructions and tutorials to help you get your favorite software up and running on Linux on z
147 stars 58 forks source link

elasticsearch 7.16.3 does not start on Debian 10 Buster #51

Closed wbx-github closed 2 years ago

wbx-github commented 2 years ago

Hi,

after successfully creating a deb I try to start elasticsearch the first time. I get following Exception: Exception in thread "main" java.lang.NoSuchFieldError: LUCENE_8_8_2 .

Any idea what I made wrong? best regards Waldemar

aborkar-ibm commented 2 years ago

Hi,

The instructions mentioned in https://github.com/linux-on-ibm-z/docs/wiki/Building-Elasticsearch should work fine. Could you try by creating tar distribution, as mentioned in Step 5.

Regards

wbx-github commented 2 years ago

Hi, it was a misconfiguration on our build server a symlink from /usr/share/elasticsearch to /build/elastic to an older elastic build directory. Sorry for the noise. best regards Waldemar