java.lang.IllegalAccessError: tried to access method org.jsoup.nodes.Node.<

We are getting this error in Vaadin 11 constantly …all rutes are defined for all View classes
any idea what the reason for that is?

Oct 07, 2018 6:04:02 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [dispatcher]
 in context with path [] threw exception [Servlet execution threw an exception]
 with root cause
java.lang.IllegalAccessError: tried to access method org.jsoup.nodes.Node.<init>(Ljava/lang/String;)V from class com.vaadin.flow.router.RouteNotFoundError
	at com.vaadin.flow.router.RouteNotFoundError.routeToHtml(RouteNotFoundError.java:104)

See https://vaadin.com/forum/thread/17301224

apologies for dbl post. I will reove the thread.