-
Notifications
You must be signed in to change notification settings - Fork 4
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 in development mode for Vaadin 24.5.x #153
Comments
Note that, it does not seem to affect the working of the application. The pages are still rendered fine. But the npe happens for each request. |
The stacktrace seems identical yes, but even when building locally latest kubernetes-kit 2.2-SNAPSHOT and using that the error is still there. |
Can you post the stack trace got with 2.2-SNAPSHOT? |
Oh nevermind, IntelliJ being buggy again. The 2.2-SNAPSHOT was not taken into account. Forcing that version i see now that the stacktrace is gone. Sorry for the noise, closing this as it's a duplicate of #148 indeed ! Now all we need is a new release ;-) |
When upgrading to Vaadin 24.5.2 (and 3 as well, did not check 1), we are seeing this exception during development locally. The application is started in DEVELOPMENT mode. It does not appear when in PRODUCTION mode. I'm reporting it here because of this
at com.vaadin.kubernetes.starter.ui.ClusterSupport.lambda$handleRequest$1(ClusterSupport.java:102)
but perhaps it's a flow issue?The text was updated successfully, but these errors were encountered: