Load test vaadin 7.0.4 return error No UIProvider
问题 I would like to load test a vaadin app with 5000 users. I found this https://vaadin.com/wiki/-/wiki/Main/JMeter%20Testing and trying to emulate with a single user. With the simplest step of Login and Logout, i encounter this error during playback. No UIProvider returned a UI for the request Any idea what is this error regards or how to troubleshoot it? 回答1: It looks like that jMeter example is for Vaadin 6. Vaadin 7 refactored the servlet class, and the Application class is now the UI class.