vaadin / portlet

Portlet support for Vaadin Flow
https://vaadin.com
Other
2 stars 3 forks source link

Deploy portlet in Liferay CE 7.4.3.19-ce-ga19: java.lang.IllegalStateException: Unable to configure jsr356 at that stage. ServerContainer is null #222

Closed icarrara closed 2 years ago

icarrara commented 2 years ago

I have deployed the base-starter-flow-portlet and addressbook-portlet-feature-liferay modules to Liferay Portal CE 7.4.3.19-ce-ga19.

The portlets are installed and working perfectly.

But when deploying any portlet you get the following error: "java.lang.IllegalStateException: Unable to configure jsr356 at that stage. ServerContainer is null"

However the deployment is successful.

vaadin-portlet-static portlet-starter


vaadin-portlet-static-Tomcat-LOG.TXT


portlet-starter-Tomcat-LOG.txt

mcollovati commented 2 years ago

Hi, thanks for reporting. This is a known issue with Atmosphere; see vaadin/portlet#200 for more detail. Closing as duplicate