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

NPE when started without --onupdate #2

Open
solsson opened this issue Feb 14, 2019 · 1 comment
Open

NPE when started without --onupdate #2

solsson opened this issue Feb 14, 2019 · 1 comment

Comments

@solsson
Copy link
Contributor

solsson commented Feb 14, 2019

Startup fails when there's no onupdate URL.

@solsson
Copy link
Contributor Author

solsson commented Feb 16, 2019

cache1_1                 | java.lang.NullPointerException
cache1_1                 | 	at se.yolean.kafka.keyvalue.KeyvalueUpdateProcessor.process(KeyvalueUpdateProcessor.java:128)
cache1_1                 | 	at se.yolean.kafka.keyvalue.KeyvalueUpdateProcessor.process(KeyvalueUpdateProcessor.java:122)
cache1_1                 | 	at se.yolean.kafka.keyvalue.KeyvalueUpdateProcessor.process(KeyvalueUpdateProcessor.java:22)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.ProcessorNode.process(ProcessorNode.java:115)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.ProcessorContextImpl.forward(ProcessorContextImpl.java:146)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.ProcessorContextImpl.forward(ProcessorContextImpl.java:129)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.ProcessorContextImpl.forward(ProcessorContextImpl.java:93)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.SourceNode.process(SourceNode.java:84)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.StreamTask.process(StreamTask.java:351)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.AssignedStreamsTasks.process(AssignedStreamsTasks.java:104)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.TaskManager.process(TaskManager.java:413)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.StreamThread.runOnce(StreamThread.java:862)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.StreamThread.runLoop(StreamThread.java:777)
cache1_1                 | 	at org.apache.kafka.streams.processor.internals.StreamThread.run(StreamThread.java:747)

solsson pushed a commit that referenced this issue Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant