-
Notifications
You must be signed in to change notification settings - Fork 468
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
[3.0.0] UpgradeReadyMonitor[G=true,W=true] failed, will retry after 60000 (NoClassDefFoundError) #1396
Comments
Hello @daniel-humla Thank you for reporting the issue. Just confirming you ran into NoClassDefFoundError and not NPE, correct ? Because your title says NPE but the logs show NoClassDefFoundError. Regarding the NoClassDefFoundError, KCL migration code uses commons-collection4 dependency which seems to be met transitively. Can you please clarify how you are building your application, maybe that excludes the transitive dependencies. The work-around would be to add the commons-collection4 dependency manually. Please let me know if you are able to try that and get it working. |
That's right, my bad. I'll update the title. I was a bit rushed yesterday. We're building the application using gradle and it looks like I'm only getting
|
Got it, thank you for the clarification. I have merged the fix and it will be part of next release. Meanwhile please let me know if you are able to get it working by manually adding the dependency. |
Hi! Sorry for not responding earlier. I got it working. Although version 3 ended up crashing our production workload, but that another story :) |
@daniel-humla Can you reach out to us to further discuss on the issue you're having? Please email us via kinesis-kcl-feedback@amazon.com. We'd like to hear about what you experienced and provide support. |
It looks like the migration from 2.x to 3.0.0 issn't working properly.
I get a lot of these logs
UpgradeReadyMonitor[G=true,W=true] failed, will retry after 60000
stack_trace:
The text was updated successfully, but these errors were encountered: