Hi again,
I'm facing the follwoing error during portlet render.
Code:
ERROR [Liferay:225] Could not retrieve Portlet object
It is logged from this class Liferay.java
My environment is Liferay EE 6.0.11 and Iceface EE 1.8.2.GA_P03. My pom has configured the edorasframework as below.
Code:
<dependency>
<groupId>org.edorasframework</groupId>
<artifactId>org.edorasframework.portletfaces</artifactId>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.edorasframework</groupId>
<artifactId>org.edorasframework.liferay.5.2.adapter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.edorasframework</groupId>
<artifactId>org.edorasframework.liferay.6.0.adapter</artifactId>
<version>1.3.0</version>
</dependency>
It is a random error that I cannot reproduce constantly. Does anyone else has faced it?