Vaadin Exemple not run

Here version 13 works normally. version 14 does not run even the basic “clickme” project in vaadin.com

I have eclipse 2019-06, wildfly 17 and lasted node.js 12.8.1 here and always give the message attached.

What to do to run this simple 14 version example cdi + ee?

17801782.png

Hi,

I found the problem.

wildfly can’t make full calls alone, it needed to access maven like this in eclipse:

  1. Right click on the project and choose maven
  2. Select maven profile choose production and ok
  3. Right click on the project again and choose run → maven install

Then remove the previous wildfly deployment (if any) and rerun.