Open NARENRAHUL opened 5 years ago
I face similar issue while starting consumer or producer on kafka-avro-serializer 5.0.1 version, but root cause is slightly different:
Caused by: java.lang.NoSuchFieldError: PASSWORD
at io.confluent.kafka.serializers.AbstractKafkaAvroSerDeConfig.baseConfigDef(AbstractKafkaAvroSerDeConfig.java:92)
at io.confluent.kafka.serializers.KafkaAvroSerializerConfig.
Is there any solution of this ?
I reinstalled my os😅
On Wed, 26 Jun 2019, 18:50 rahul45, notifications@github.com wrote:
Is there any solution of this ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/confluentinc/schema-registry/issues/952?email_source=notifications&email_token=AJ6EG3X6HQFLBNG2SGM636LP4NUI7A5CNFSM4GKAOHS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYTPXGY#issuecomment-505871259, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ6EG3QW236LDTEPPGD32BDP4NUI7ANCNFSM4GKAOHSQ .
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.(SchemaRegistryConfig.java:320)
at io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain.main(SchemaRegistryMain.java:41)