Giter Club home page Giter Club logo

Comments (4)

vhkilari avatar vhkilari commented on May 30, 2024

Hi @lladhibhutall,
The root cause for failure is, the mandatory parameter "hazelcast.config.validationToken" is not provided in 'application.properties'. It can be resolved in either of the ways.

  1. Provide as a program Parameter '-Dhazelcast.config.validationToken=TokenValue'

  2. Set value in application.properties as "hazelcast.config.validationToken=${clusterValidationToken:TokenValue}".
    The validation token must be remembered by user for the cluster administration. Same validation token must be passed to all nodes while creating a multi node deployment.

    Please try to go through https://vmware-1.gitbook.io/mangle/mangle-administration and provide your valuable feedback. We are looking forward to your pull request with contribution to code or documentation.
    

from mangle.

adhibhuta avatar adhibhuta commented on May 30, 2024

@vhkilari Node spin up failed, mis-matching validation token with the one configured in db, we are using the cassandra docker image from mangle-user, is there any preconfigured token?

from mangle.

vhkilari avatar vhkilari commented on May 30, 2024

@lladhibhutall The first time node spin up with a random string as Validation token If the user does not provide it. Use the below commands to find the pre-configured Validation Token from the Cassandra DB.

docker exec -it {cassandra-container} /bin/bash cqlsh --ssl; use mangledb; select validationtoken from cluster;

from mangle.

vhkilari avatar vhkilari commented on May 30, 2024

@lladhibhutall, Please close the issue, if you have progressed with the local execution of mangle.

from mangle.

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.