Исключение при запуске реестра схемы слияния - java.lang.NoSuchFieldError: PASSWORD - PullRequest
0 голосов
/ 12 декабря 2018

При попытке запустить я получаю следующее:

naren@tesla:~$ sudo su
[sudo] password for naren: 
root@tesla:/home/naren# /usr/bin/schema-registry-start /etc/schema-registry/schema-registry.properties
Exception in thread "main" java.lang.NoSuchFieldError: PASSWORD
at io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig.baseSchemaRegistryConfigDef(SchemaRegistryConfig.java:399)
at io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig.<clinit>(SchemaRegistryConfig.java:320)
at io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain.main(SchemaRegistryMain.java:41)

Почему это происходит?

...