You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am performing a Kafka migration from version 5.2 to 5.2.1 using the following command:
./corda-cli.sh upgrade migrate-data-5-2-1 -b=localhost:9092 -t https://localhost:8888 -k -u admin -p admin --timeout 10000
I have configured Kafka without TLS, but I am encountering the following error:
2024-11-06 11:21:06.821 ERROR [main] [net.corda.cli.plugins.upgrade.MigrateHostedIdentities] - Could not find the session key alias for
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEfGSbyF+fAoTK6rMznpbs/647KncQ
oD6KKHF6pOUiiffenL7+NQI24Ad9zmz2MbjrZztebzwPe0giolMFZ+WjFw==
-----END PUBLIC KEY-----
The text was updated successfully, but these errors were encountered:
am performing a Kafka migration from version 5.2 to 5.2.1 using the following command:
./corda-cli.sh upgrade migrate-data-5-2-1 -b=localhost:9092 -t https://localhost:8888 -k -u admin -p admin --timeout 10000
I have configured Kafka without TLS, but I am encountering the following error:
2024-11-06 11:21:06.821 ERROR [main] [net.corda.cli.plugins.upgrade.MigrateHostedIdentities] - Could not find the session key alias for
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEfGSbyF+fAoTK6rMznpbs/647KncQ
oD6KKHF6pOUiiffenL7+NQI24Ad9zmz2MbjrZztebzwPe0giolMFZ+WjFw==
-----END PUBLIC KEY-----
The text was updated successfully, but these errors were encountered: