Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application errors on startup #296

Open
cemeyer2 opened this issue Jun 15, 2022 · 0 comments
Open

Application errors on startup #296

cemeyer2 opened this issue Jun 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@cemeyer2
Copy link

Expected Behavior

The application starts without error

Actual Behavior

2022-06-15 08:41:42,773 [pool-1-thread-1] INFO  org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-1, groupId=stream-registry] Cluster ID: A24wzOodSi6yLQ5r-AWsdw
2022-06-15 08:41:42,776 [pool-1-thread-1] ERROR c.e.s.s.s.kafka.KafkaEventReceiver - Receiving failed
java.lang.NullPointerException: null
	at com.expediagroup.streamplatform.streamregistry.state.kafka.KafkaEventReceiver.consume(KafkaEventReceiver.java:110)
	at com.expediagroup.streamplatform.streamregistry.state.kafka.KafkaEventReceiver.lambda$receive$0(KafkaEventReceiver.java:94)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)

Steps to Reproduce

With a fresh kafka cluster and schema registry, start the stream registry pointed at them.

@cemeyer2 cemeyer2 added the bug Something isn't working label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant