Getting error in schema-registry start command

+2 votes

I am getting error with below command:-


"bin/schema-registry-start config/schema-registry.properties"
getting error: "could not find or load main class io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain"

How to solve this?

Jan 8, 2019 in Apache Kafka by slayer
• 29,350 points
4,383 views
same problem, and it seems there is no solving.
Hi@Mustafa,

Did you try the below-given solution?

2 answers to this question.

0 votes

Seems like you have not started Zookeeper and Kafka services properly. 

Execute the commands attached below in order.

Zookeeper:

./bin/zookeeper-server-start ./etc/kafka/zookeeper.properties &

Kafka start:

./bin/kafka-server-start ./etc/kafka/server.properties &

schema registery:

./bin/schema-registry-start ./etc/schema-registry/schema-registry.properties
answered Jan 8, 2019 by Omkar
• 69,210 points
By adding lib ,it is working fine .
+1 vote

It is working for me with below workaround  .  Please follow steps :-

1. Download confluet package . 

Use link :- https://www.confluent.io/download/#popup_form_3109 , select zip archive and download 

2. run below command :-  (can add listner and bootstrap ip accordingly in property file )

bin/schema-registry-start  etc/schema-registry/schema-registry.properties

answered Sep 30, 2019 by Brajkishore
• 220 points
Does this work in WINDOWS system
Are you talking about kafka in windows system?

Related Questions In Apache Kafka

+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer

How to start a consumer in Kafka cluster?

Hi@akhtar, In Kafka, each topic is divided into a ...READ MORE

answered Dec 7, 2020 in Apache Kafka by MD
• 95,440 points
566 views
0 votes
1 answer

Is there any change in consumer offsets if a new partition(s) is added to a Kafka topic?

Yes, it stays the same. An offset is ...READ MORE

answered Jul 9, 2018 in Apache Kafka by nitinrawat895
• 11,380 points
2,087 views
0 votes
1 answer

Re-balancing error while reading messages from Kafka.

rebalance.backoff.ms defines the time for which Kafka ...READ MORE

answered Jul 10, 2018 in Apache Kafka by Shubham
• 13,490 points
2,647 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,521 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,165 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
103,809 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,233 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP