このエラーが発生する理由:
javax.servlet.ServletException: com.vaadin.server.ServiceException: java.lang.IllegalStateException: Push is not available. See previous log messages for more information.
com.vaadin.server.VaadinServlet.service(VaadinServlet.java:240)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
Push アノテーションを使用している場合:
@Push(PushMode.MANUAL)
public class KopivaadincomponentsUI extends UI {
@Override
protected void init(VaadinRequest request) {...
}
}