Capability

Platform

Liferay DXP is a robust platform with its own navigation menus, configuration methods, and core features. These core features are foundational to effective system administration, maintenance, notifications, and other core platform functions.

Feature
Deployment Approach
Buttons inside SAML Admin not working
Issue Add Identity Provider button of SAML Admin is not clickable. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution DXP 7.0, 7.1, 7.2 and 7.3: Add below...
User should be re-directed to the custom page once the session expires
Issue Once the session expires, users should redirect to the custom page Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution To redirect the user to any...
Is it possible to keep the session between domains that are not subdomains of a parent?
Issue Is it possible to keep the session in Liferay when changing from one domain to another domain? In particular, is this possible when the domains are not subdomains of a parent domain? Environment Liferay DXP...
Interactive commands is not working properly in Gogo Shell
Issue Steps to reproduce: 1. Connect with Gogo Shell via command line. 2. Type 'disconnect' command. Expected Result: The following question must appear after typing the command                                  ...
NullPointerException/ElasticsearchConnectionNotInitializedException/ArrayIndexOutOfBoundsException when starting JBoss EAP server
Issue After deploying Liferay DXP 7.3/7.4 on JBoss EAP server, the server can not be started due to the following error: 10:17:20,354 INFO 2022-02-17 10:17:20.308 ERROR [Framework Event Dispatcher: Equinox Container:...
Error using Service Builder when an entity has a BLOB field
Issue We define the following sample entity for Service Builder <entity name="Documentos" remote-service="false" local-service="true" uuid="false" table ="REAJ_GESTION_DOCUMENTO" data-source="extDataSource">...
NullPointerException when starting JBoss EAP server
Issue After manually deploying Liferay on JBoss EAP, the JBoss EAP server can not be started due to the following ERROR [0m[31m08:50:29,397 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 80) MSC000001:...
Establish an external data source using JDBC
Issue This article outlines how to set up a connection between Liferay and an external database using JDBC properties. Environment Liferay DXP 7.3 Liferay DXP 7.4 MySQL database Resolution There are two ways to...
What does expires header with "Thu, 01 Jan 1970 00:00:00 GMT" value means?
Issue When retrieving HTML content the following header/value can be found: Expires: Thu, 01 Jan 1970 00:00:00 GMT  Along with the Expires header the following ones are also sent in the response: Cache-Control:...
How to include the gradle dependency of a module into another module project?
Issue How to include the Gradle dependency of a module (Workspace A) into another module (Workspace B) project? Environment Liferay DXP 7.2 Resolution Please Note: Please choose to follow your appropriate discretion...
Webcontent Images is getting removed after Patch Upgrade
Issue Steps to Reproduce: Start the 7.1GA1. Create a structure add text, image, and number fields, and save. Create a template. Select the newly created structure and select the structure fields from the left sidebar...
JS and CSS files are loading only after page refresh
Issue JS and CSS files in portlet are loaded only after refreshing a page Environment Liferay DXP 7.2 Resolution Certain elements of the page may require regular navigation to work properly. In these cases,...
Extracting Database structure of Liferay
Issue User needs to extract complete database structure of Liferay. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Resolution Liferay does not have any OOTB functionality for extracting the DB...
java.sql.SQLException: Connection is closed error is continuously written to the log file.
Issue The error "java.sql.SQLException: Connection is closed" is continuously written to the log file. Caused by: java.sql.SQLException: Connection is closed  at...
"log4j:configuration" must match
Issue Why does the warning "log4j: configuration must match" trigger? 2021-08-12 23:34:41.354 INFO  [main][ModuleFrameworkImpl:1587] Starting initial bundles log4j:WARN Continuable parsing error 33 and column 23...
FreeMarker template com.sun.proxy.$Proxy975.getLatestArticle(long) error triggers
Issue Below "FreeMarker template com.sun.proxy.$Proxy975.getLatestArticle(long)" error triggers and this gets resolved after clearing the  server cache from server administration. The property...
What is the alternate way to avoid clearing browser cache each time to reflect the Metal SOY module changes?
Issue What is the alternate way to avoid clearing browser cache each time to reflect the Metal SOY module changes? Environment Liferay DXP 7.2 Resolution First, clearing the cache is required as the browser stores...
Apache Felix Webconsole JS and CSS resources not loaded
Issue Apache Felix Webconsole JS and CSS resources not loaded with 'org.eclipse.equinox.http.servlet' Steps to reproduce: 1. Start the server. 2. Download this: org.apache.felix.webconsole-4.6.4-all.jar from here:...
Upgrade fails after installing dxp-24 because of deprecated constructor
Issue When running the upgrade tool after installing dxp-24, the upgrade can fail with the following error appearing in the upgrade logs: 2021-12-23 15:07:39.034 ERROR [Start Level: Equinox Container:...
Custom captcha validation using CaptchaUtil fails with error "Captcha Validation Failed"
Issue Custom captcha validation using CaptchaUtil API fails giving "Captcha Validation Failed" error in logs when having below code in jsp file: <liferay-captcha:captcha url="<%= captchaResourceURL %>"/>   ...