question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Para-search-elasticsearch: NoSuchFieldError: LUCENE_8_3_0

See original GitHub issue

Hi,

I`m trying to setup para with mongodb and elasticsearch for scoold pro on docker.

Mongodb + para + scooldPro works well. After moving shaded para-search-elasticsearch jar to /para/lib, the para app can’t start. Docker run and log: para.log

Everything is managed by docker-compose, scoold-test_internal is a network for mongo/elasticsearch/scoold. Para was moved out for testing, while ran with docker compose there was the same result.

Docker file for my/para:

FROM erudikaltd/para:v1.34.3
COPY --from=erudikaltd/para-dao-mongodb:1.34.0 /para/lib/* /para/lib/
COPY --from=erudikaltd/para-search-elasticsearch:1.34.1 /para/lib/* /para/lib/

Build:

docker build -f Dockerfile-para-plugins -t my/para:v1.34.3 .

Images:

erudikaltd/para-search-elasticsearch                      1.34.1              195cb05b04a8        2 weeks ago         134MB
erudikaltd/para                                           v1.34.3             2a9d92e84b3c        2 weeks ago         175MB
erudikaltd/para-dao-mongodb                               1.34.0              4735ae498a96        2 weeks ago         107MB
docker.elastic.co/elasticsearch/elasticsearch             7.5.2               929d271f1798        4 weeks ago         779MB
/para $ ls /para/lib/
para-dao-mongodb-1.34.0-shaded.jar           para-search-elasticsearch-1.34.1-shaded.jar

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
albogdanocommented, Feb 12, 2020

Oh, apparently the base package build is broken. I’ll have to fix this…

0reactions
pikrakpzucommented, Feb 12, 2020

Ok, so I’ll wait for fix then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found