Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Nullpointer in ConnectorTracker
I got this while debugging a application with FileUploadHandler in eclipse with Vaadin 7.4.1...
Maybe a null check is required?
java.lang.NullPointerException
at com.vaadin.ui.ConnectorTracker.cleanStreamVariable(ConnectorTracker.java:845)
at com.vaadin.server.communication.FileUploadHandler$1.run(FileUploadHandler.java:695)
at com.vaadin.server.VaadinSession.accessSynchronously(VaadinSession.java:1324)
at com.vaadin.server.communication.FileUploadHandler.cleanStreamVariable(FileUploadHandler.java:692)
at com.vaadin.server.communication.FileUploadHandler.handleFileUploadValidationAndData(FileUploadHandler.java:459)
at com.vaadin.server.communication.FileUploadHandler.doHandleXhrFilePost(FileUploadHandler.java:510)
at com.vaadin.server.communication.FileUploadHandler.handleRequest(FileUploadHandler.java:291)
at com.vaadin.server.VaadinService.handleRequest(VaadinService.java:1409)
at com.vaadin.server.VaadinServlet.service(VaadinServlet.java:364)