Search Results

All Results 6978
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Upgrade to 2024.Q1.14 LTS on Oracle failed with "Invalid column name" error
Issue When upgrading to Liferay DXP 2024.Q1.14 LTS, the database upgrade process fails with the following error: ERROR - Failed upgrade process for module com.liferay.layout.page.template.service...
Remove/ Restrict the 'Delta' parameter from the URL
Issue Users can change the value of the 'delta' parameter in the URL and the entries of the page are seen as per the value provided in the parameter. If a higher number is provided in the delta, the performance...
How can I tell if a portlet is being used?
Issue I would like to know if a portlet is being used or not in my Liferay instance Our Liferay instance has many virtual hosts, each virtual host has many sites, each site with many pages We cannot do the check manually...
BatchUpdateException when upgrading to Liferay Quarterly Release with SQL Server
Issue We have received a recent report where a BatchUpdateException was identified while upgrading from an earlier Liferay DXP 7.4 update to Liferay Quarterly Release while using SQL Server You may see an error such as the...
What is the 'instance-id' field?
Issue What is the instace-id or instanceId field and what is it used for? Environment All Liferay versions Resolution It's a random alphanumeric value. Liferay uses this value to be able to identify the field...
Is it possible to separate Liferay module jars and custom jars in osgi/modules directory in the Quarterly Release
Issue After upgrading to Quarterly Release 2023.Q3, Liferay modules are now stored in osgi/modules directory. Is it possible to separate Liferay module jars and custom jars in osgi/modules directory in the Quarterly Release?...
com.liferay.petra.content.ContentUtil is not available in Liferay DXP
Issue After upgrading Liferay DXP 7.3 to DXP 7.4, the below class is not available in DXP 7.4 but was present in DXP 7.3. Is there any alternative for this? com.liferay.petra.content.ContentUtil Environment...
Configure Custom 404 error Page on WebLogic Server
Issue How to redirect users to a Custom Page for Error Code 404 when Liferay DXP is deployed on the WebLogic Server? Environment Liferay DXP 7.4 Resolution Create a 404 Custom Error page (e.g mypage.html)...
How to check Preferences from table PortletPreferences on 7.4
Issue On DXP 7.2 you could check the portlet preferences directly in PortletPreferences table but now on DXP 7.4 is different Environment DXP 7.4 Resolution Now on 7.4 there is a new table:...
Cache is not alive (STATUS_SHUTDOWN) errors
Issue I see Cache is not alive (STATUS_SHUTDOWN) errors in the logs of my clustered environment. I have modules that override com.liferay.portal.kernel.dao.orm.EntityCache.com.liferay.portal.model.impl.GroupImpl...
Custom OSGi module needs to be redeployed after application server restart
Issue Custom OSGi module stops working and fails after an application server (i.e. Tomcat) restarts, and needs to be redeployed to get it to work again. Environment DXP 7.4 Resolution Blacklist the OSGi components before...
Resolving Job Scheduler Stuck in "In Progress" Status
Issue The Job Scheduler log status remains stuck in "In Progress" after a server outage during a triggered job and can not be deleted. Environment Liferay DXP 7.4 Quarterly Release 2023.Q3 Resolution...
Can I change a single configuration value with the help of a .config file?
Issue I would like to change just a single configuration value with the help of a .config file. I would like to know if it is possible to enter this single value in my .config file or whether the file has to contain...
Upgrade Liferay From 7.4 to Quarterly Release
Issue Please provide details on how we can upgrade from 7.4 Update 20 to Quarterly Release 2023.Q3.2. Environment Liferay 7.4 Update 20, Liferay 2023.Q3.2 Resolution Replace the content in...
Scheduled jobs running right after activation, no matter their trigger schedule
Issue When activating a new task from Control Panel -> Job Scheduler -> Job Scheduler Triggers, it is fired immediately, regardless of the trigger schedule. Environment Liferay 7.4, 2023.Q3, 2024.Q3...
Moving to SAML w/ Upgrade Encountering Landing Page Issues
Issue We just tested upgrading to 7.4 changing to SAML (coming from CAS) in the process and believe we have encountered the issue as described in this...
JSESSIONID hardcoded in Liferay codebase
Issue With the below piece of code in the Tomcat web.xml file(Tomcat/webapps/ROOT/WEB-INF/web.xml). <session-config>     <cookie-config>         <name>LR_JSESSIONID</name>     </cookie-config> </session-config> We...
Liferay application servers getting unresponsive while switching the database
Issue The below exceptions have been observed in the Liferay application servers.  It's getting unresponsive while switching the database.  ERROR...
Stopping application server takes too much time
Issue Shutting down the application server waits indefinitely so we have to use kill command. Environment Liferay DXP 7.0+ Resolution It can happen that a latch countdown to stop an OSGi service takes a lot of...
S3Store error during upgrade in case of missing s3Endpoint parameter
Issue During upgrade, you might encounter the following error if the s3Endpoint parameter is not configured properly in the com.liferay.portal.store.s3.configuration.S3StoreConfiguration.config file:...