Facing this error on starting Sparkflows: keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect

  • The KEYSTORE_PASSWORD and the keystore.jks do not correspond to each other.

  • To validate, one can use the keytool command below.

  • If the keytool commands below throws the same keytool error, it means that one would need to create and use the correct keystore.jks and the corresponding password.

    keytool -list -keystore -storepass <passoword_for_jks>`

    More details can be found in the Official Documentation.