GithubHelp home page GithubHelp logo

Comments (8)

albogdano avatar albogdano commented on June 6, 2024 1

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

from para.

albogdano avatar albogdano commented on June 6, 2024

You might want to downgrade ES to 7.5.1 because the para-search-elasticsearch plugin uses that version of the ES client. Usually such errors appear when the version of the client is older than that of the server. I'm not 100% sure though...

from para.

albogdano avatar albogdano commented on June 6, 2024

Actually, I was wrong - ignore the comment above. You should extend erudikaltd/para:v1.34.3-base which is the Para container without any plugins in it. Otherwise you will have two different Lucene versons on the classpath as Para contains the para-search-lucene plugin.

from para.

pikrakpzu avatar pikrakpzu commented on June 6, 2024

Thanks for fast response.

I've ran para without para-search-elasticsearch-1.34.1-shaded.jar and it's up without any problems.
But on GET http://localhost:37988/v1/_setup it looks like there is no search implementation:

[ERROR] API request error:
java.lang.UnsupportedOperationException: Not implemented.

Full stack: para2.log

from para.

albogdano avatar albogdano commented on June 6, 2024

That means that the plugin is not loaded or the property para.search = "ElasticSearch" is not in the Para configuration file.

from para.

albogdano avatar albogdano commented on June 6, 2024

Try editing the dockerfile:

FROM erudikaltd/para:v1.34.3-base
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/

Then rebuild the whole container.

from para.

pikrakpzu avatar pikrakpzu commented on June 6, 2024

While running image based on para...-base only one log line is printed:
para_1 | no main manifest attribute, in para-base-1.31.4-SNAPSHOT.jar :)

from para.

pikrakpzu avatar pikrakpzu commented on June 6, 2024

Ok, so I'll wait for fix then.

from para.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.