Para-search-elasticsearch: NoSuchFieldError: LUCENE_8_3_0
See original GitHub issueHi,
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:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, apparently the base package build is broken. I’ll have to fix this…
Ok, so I’ll wait for fix then.