Vaadin 13.0.3 + Websphere 9.0.0.11 (traditional)

Container is IBM WAS 9.0.0.11 on Windows 8.1 64 bit, Java 8.0 64 bit (IBM JDK). Vaadin CDI Starter application successfully deployed and started with errors. Web page partially displayed. On click error message displayed. Logs in attach. What it can be? How to solve this problem?
17631552.log (148 KB)
17631555.txt (4.13 KB)

Who interesting how this solved. CdiVaadinServlet required explicitly with the following configuration: @VaadinServletConfiguration(productionMode=false, disableAutomaticServletRegistration=true). productionMode=true still throwing exception while starting application in Websphere.