Search Results

All Results 1762
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Href lang URLs wrongly formatted (with trailing slash)
Issue The presence of trailing slash is inconsistent in the href lang URLs impacting Search engine indexing. For example: https://www.mysite.com/en https://www.mysite.com/de/ https://www.mysite.com/fr Environment...
PortalUtil.getPortalURL() is returning http response
Issue While trying to fetch some data using PortalUtil.getPortalURL(httpServletRequest) method, it returns http response even on a SSL enabled website. Environment Liferay DXP 7.3 Liferay DXP 7.4 Resolution There...
Unable to copy from file:/opt/liferay/osgi/modules error when starting docker
Issue When starting Liferay docker environment, the user gets the following error:  ERROR [main][ModuleReadHookImpl:88] Unable to copy from file:/opt/liferay/osgi/modules Environment Docker Liferay Quarterly Release...
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...
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...
CAPTCHA_TEXT Not Set In The Portlet Session
Issue While validating the captcha in the custom module, the following exception shows: "CAPTCHA text is null. User null may be trying to circumvent the CAPTCHA." Steps to reproduce: Deploy...
Upgrade to 7.4 Error - DDMFormFieldValue
Issue When attempting to upgrade to DXP 7.4, users encounter the following error: WARN [main][DDMFieldUpgradeProcess:616] null java.lang.NullPointerException: null at...
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...
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...
Getting timeout exception during application restart in a cluster environment
Issue Getting the below error (TimeoutException) during application restart in a cluster environment: Error: ERROR [localhost-startStop-1][ClusterSchedulerEngine:604] Unable to load memory clustered jobs...
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...
Create transactional method without using ServiceBuilder
Issue We want to know if there's any API or Class that we can use in Liferay to create a transactional method without using service builder. Environment Liferay DXP 7.4 Resolution You can use...
How to retrieve the Structured Content expiration date using Headless Delivery Api Rest Application
Issue I want to retrieve the Structured Content expiration date using Headless Delivery Api REST application. Environment Liferay DXP 7.4 Liferay DXP 2023.Q3 Resolution Unfortunately, the expiration date is...
Cannot insert the value NULL into column 'classNameId'
Issue During an upgrade process, you might encounter an issue where the following error occurs: ERROR [main][BatchingBatch:134] HHH000315: Exception executing batch [java.sql.BatchUpdateException: Cannot insert the...
Which Liferay version should I use in gradle.properties for the 2023.Q3 Quarterly Release?
Issue Which version do I need to use for the liferay.workspace.product= property in gradle.properties for Liferay Workspace? Environment Liferay Workspace Liferay DXP 2023.Q3 Resolution As of Oct. 20, for...
Upgrading Liferay using a JNDI connection
Issue When trying to upgrade a Liferay environment using a JNDI connection to the database the upgrade fails and produces errors.  Auto upgrade portal properties ("upgrade.database.auto.run=true" and...
How to define SEO friendly urls for the categories?
Issue When a category is added, friendly URLs are generated, however, if other languages/translations are added later, or if the category name changes, the new modifications/additions are not reflected in the...
How to invite multiple users to calendar event
Issue Steps taken: 1. Drag and drop the calendar on a page. 2. Create a new event by clicking the 'Add Event' button. 3. On the Add Event page, there is a section 'Invitations' from where we invite users. 4. In...
Freemarker templates and httpUtil errors
Issue When upgrading to Liferay DXP 7.4+ from 7.3 or prior versions, we have found some issues regarding httpUtil class. While the class is still available, but its methods are not. An example error could be the following one:...
Liferay's Upgrade Tool isn't compatible with JNDI
Issue When trying to upgrade our Liferay environment when using JNDI, normal upgrade tools don't work. What would be another method to update our Liferay environment without using the normal upgrade tools? ...